]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/uniphier-ph1-pro4-ref.dts
tegra: video: Move LCD driver to use the DM PWM driver
[u-boot] / arch / arm / dts / uniphier-ph1-pro4-ref.dts
index ec1117d4a248fe0940228a4e8ff5b961964e2c3e..202a642a4d59fbe3175b26e3e1767be59cf267a6 100644 (file)
@@ -20,8 +20,7 @@
        };
 
        chosen {
-               bootargs = "console=ttyS0,115200";
-               stdout-path = &serial0;
+               stdout-path = "serial0:115200n8";
        };
 
        aliases {
        status = "okay";
 };
 
-/* for U-boot only */
+/* for U-Boot only */
+/ {
+       soc {
+               u-boot,dm-pre-reloc;
+       };
+};
+
 &serial0 {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-pre-reloc;
+};
+
+&pinctrl {
+       u-boot,dm-pre-reloc;
+};
+
+&pinctrl_uart0 {
+       u-boot,dm-pre-reloc;
 };