]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/uniphier-ph1-ld4-ref.dts
tegra: video: Move LCD driver to use the DM PWM driver
[u-boot] / arch / arm / dts / uniphier-ph1-ld4-ref.dts
index 20f2e9a7d2af3500f35f6b675542386223c39ef1..f62916da39212c16326af52337dc2050a304e95c 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;
 };