[U-Boot] [PATCH v2 2/3] ARM: DTS: Add iomux node to vf.dtsi for Vybrid devices

Lukasz Majewski lukma at denx.de
Mon Nov 19 23:38:07 UTC 2018


This node is in sync with v4.20-next tree:
e4dda4f5a4df "x86/kaslr, ACPI/NUMA: avoid including asm/kaslr.h on arm64"

Signed-off-by: Lukasz Majewski <lukma at denx.de>

---

Changes in v2:
- Define vf610 mux_mask in the DTS (as it is read from there)

 arch/arm/dts/vf.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/dts/vf.dtsi b/arch/arm/dts/vf.dtsi
index 5198eee024..ad30059b9a 100644
--- a/arch/arm/dts/vf.dtsi
+++ b/arch/arm/dts/vf.dtsi
@@ -89,6 +89,12 @@
 				status = "disabled";
 			};
 
+			iomuxc: iomuxc at 40048000 {
+				compatible = "fsl,vf610-iomuxc";
+				reg = <0x40048000 0x1000>;
+				fsl,mux_mask = <0x700000>;
+			};
+
 			gpio0: gpio at 40049000 {
 				compatible = "fsl,vf610-gpio";
 				reg = <0x400ff000 0x40>;
-- 
2.11.0



More information about the U-Boot mailing list