arm: socfpga: fix device trees to work with DM serial

Device trees need to have the serial console device available
before relocation and require a stdout-path in chosen at least
for SPL to have a console.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
lime2-spi
Simon Goldschmidt 6 years ago committed by Marek Vasut
parent c0b4fc1a1b
commit 79a436d568
  1. 5
      arch/arm/dts/socfpga_arria5_socdk.dts
  2. 5
      arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts
  3. 5
      arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts
  4. 5
      arch/arm/dts/socfpga_cyclone5_de10_nano.dts
  5. 5
      arch/arm/dts/socfpga_cyclone5_de1_soc.dts
  6. 5
      arch/arm/dts/socfpga_cyclone5_is1.dts
  7. 5
      arch/arm/dts/socfpga_cyclone5_socdk.dts
  8. 5
      arch/arm/dts/socfpga_cyclone5_sockit.dts
  9. 5
      arch/arm/dts/socfpga_cyclone5_socrates.dts
  10. 2
      arch/arm/dts/socfpga_cyclone5_sr1500.dts
  11. 5
      arch/arm/dts/socfpga_cyclone5_vining_fpga.dts

@ -11,6 +11,7 @@
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
};
memory {
@ -99,3 +100,7 @@
cdns,tslch-ns = <4>;
};
};
&uart0 {
u-boot,dm-pre-reloc;
};

@ -11,6 +11,7 @@
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
};
aliases {
@ -56,3 +57,7 @@
disable-over-current;
status = "okay";
};
&uart0 {
u-boot,dm-pre-reloc;
};

@ -11,6 +11,7 @@
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
};
aliases {
@ -75,3 +76,7 @@
&usb1 {
status = "okay";
};
&uart0 {
u-boot,dm-pre-reloc;
};

@ -13,6 +13,7 @@
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
};
aliases {
@ -65,3 +66,7 @@
&usb1 {
status = "okay";
};
&uart0 {
u-boot,dm-pre-reloc;
};

@ -11,6 +11,7 @@
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
};
aliases {
@ -63,3 +64,7 @@
&usb1 {
status = "okay";
};
&uart0 {
u-boot,dm-pre-reloc;
};

@ -11,6 +11,7 @@
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
};
memory {
@ -102,3 +103,7 @@
&usb1 {
status = "okay";
};
&uart0 {
u-boot,dm-pre-reloc;
};

@ -11,6 +11,7 @@
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
};
memory {
@ -113,3 +114,7 @@
&usb1 {
status = "okay";
};
&uart0 {
u-boot,dm-pre-reloc;
};

@ -11,6 +11,7 @@
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
};
aliases {
@ -93,3 +94,7 @@
&usb1 {
status = "okay";
};
&uart0 {
u-boot,dm-pre-reloc;
};

@ -11,6 +11,7 @@
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
};
aliases {
@ -84,3 +85,7 @@
disable-over-current;
status = "okay";
};
&uart0 {
u-boot,dm-pre-reloc;
};

@ -11,6 +11,7 @@
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
};
aliases {
@ -67,6 +68,7 @@
&uart0 {
status = "okay";
u-boot,dm-pre-reloc;
};
&usb1 {

@ -11,6 +11,7 @@
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
};
aliases {
@ -108,3 +109,7 @@
&usb1 {
status = "okay";
};
&uart0 {
u-boot,dm-pre-reloc;
};

Loading…
Cancel
Save