提交 79a436d5 编写于 作者: S Simon Goldschmidt 提交者: Marek Vasut

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: NSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
上级 c0b4fc1a
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
}; };
memory { memory {
...@@ -99,3 +100,7 @@ ...@@ -99,3 +100,7 @@
cdns,tslch-ns = <4>; cdns,tslch-ns = <4>;
}; };
}; };
&uart0 {
u-boot,dm-pre-reloc;
};
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
}; };
aliases { aliases {
...@@ -56,3 +57,7 @@ ...@@ -56,3 +57,7 @@
disable-over-current; disable-over-current;
status = "okay"; status = "okay";
}; };
&uart0 {
u-boot,dm-pre-reloc;
};
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
}; };
aliases { aliases {
...@@ -75,3 +76,7 @@ ...@@ -75,3 +76,7 @@
&usb1 { &usb1 {
status = "okay"; status = "okay";
}; };
&uart0 {
u-boot,dm-pre-reloc;
};
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
}; };
aliases { aliases {
...@@ -65,3 +66,7 @@ ...@@ -65,3 +66,7 @@
&usb1 { &usb1 {
status = "okay"; status = "okay";
}; };
&uart0 {
u-boot,dm-pre-reloc;
};
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
}; };
aliases { aliases {
...@@ -63,3 +64,7 @@ ...@@ -63,3 +64,7 @@
&usb1 { &usb1 {
status = "okay"; status = "okay";
}; };
&uart0 {
u-boot,dm-pre-reloc;
};
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
}; };
memory { memory {
...@@ -102,3 +103,7 @@ ...@@ -102,3 +103,7 @@
&usb1 { &usb1 {
status = "okay"; status = "okay";
}; };
&uart0 {
u-boot,dm-pre-reloc;
};
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
}; };
memory { memory {
...@@ -113,3 +114,7 @@ ...@@ -113,3 +114,7 @@
&usb1 { &usb1 {
status = "okay"; status = "okay";
}; };
&uart0 {
u-boot,dm-pre-reloc;
};
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
}; };
aliases { aliases {
...@@ -93,3 +94,7 @@ ...@@ -93,3 +94,7 @@
&usb1 { &usb1 {
status = "okay"; status = "okay";
}; };
&uart0 {
u-boot,dm-pre-reloc;
};
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
}; };
aliases { aliases {
...@@ -84,3 +85,7 @@ ...@@ -84,3 +85,7 @@
disable-over-current; disable-over-current;
status = "okay"; status = "okay";
}; };
&uart0 {
u-boot,dm-pre-reloc;
};
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
}; };
aliases { aliases {
...@@ -67,6 +68,7 @@ ...@@ -67,6 +68,7 @@
&uart0 { &uart0 {
status = "okay"; status = "okay";
u-boot,dm-pre-reloc;
}; };
&usb1 { &usb1 {
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
stdout-path = "serial0:115200n8";
}; };
aliases { aliases {
...@@ -108,3 +109,7 @@ ...@@ -108,3 +109,7 @@
&usb1 { &usb1 {
status = "okay"; status = "okay";
}; };
&uart0 {
u-boot,dm-pre-reloc;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册