arm: dts: imx7s-warp7: Move u-boot specific node in u-boot.dtsi
authorJoris Offouga <offougajoris@gmail.com>
Wed, 29 Jan 2020 21:06:00 +0000 (22:06 +0100)
committerStefano Babic <sbabic@denx.de>
Sun, 9 Feb 2020 13:59:54 +0000 (14:59 +0100)
These nodes are not in upstream kernel, so move these in u-boot.dtsi

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
arch/arm/dts/imx7s-warp-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx7s-warp.dts

diff --git a/arch/arm/dts/imx7s-warp-u-boot.dtsi b/arch/arm/dts/imx7s-warp-u-boot.dtsi
new file mode 100644 (file)
index 0000000..6319840
--- /dev/null
@@ -0,0 +1,10 @@
+/ {
+    aliases {
+        mmc0 = &usdhc3;
+        usb0 = &usbotg1;
+    };
+
+    chosen {
+        stdout-path = &uart1;
+    };
+};
index db5ef67eb13005993c26fe05d6c1c2ec30358e3f..f7ba2c0a24adcc03e5bbc50d40da6158e5564aaf 100644 (file)
                reg = <0x80000000 0x20000000>;
        };
 
-       aliases {
-               mmc0 = &usdhc3;
-               usb0 = &usbotg1;
-       };
-
-       chosen {
-               stdout-path = &uart1;
-       };
-
        gpio-keys {
                compatible = "gpio-keys";
                pinctrl-0 = <&pinctrl_gpio>;