bcm53xx: fix serial console on Luxul XWC-2000
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
parent
64b7dbb300
commit
fedc5b65dc
2 changed files with 22 additions and 0 deletions
|
@ -103,3 +103,14 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
|
||||||
memory {
|
memory {
|
||||||
reg = <0x00000000 0x08000000
|
reg = <0x00000000 0x08000000
|
||||||
0x88000000 0x18000000>;
|
0x88000000 0x18000000>;
|
||||||
|
--- a/arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
|
||||||
|
+++ b/arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
|
||||||
|
@@ -13,7 +13,7 @@
|
||||||
|
model = "Luxul XWC-2000 V1";
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
- bootargs = "earlycon";
|
||||||
|
+ bootargs = "console=ttyS0,115200 earlycon";
|
||||||
|
};
|
||||||
|
|
||||||
|
memory {
|
||||||
|
|
|
@ -103,3 +103,14 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
|
||||||
memory {
|
memory {
|
||||||
reg = <0x00000000 0x08000000
|
reg = <0x00000000 0x08000000
|
||||||
0x88000000 0x18000000>;
|
0x88000000 0x18000000>;
|
||||||
|
--- a/arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
|
||||||
|
+++ b/arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
|
||||||
|
@@ -13,7 +13,7 @@
|
||||||
|
model = "Luxul XWC-2000 V1";
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
- bootargs = "earlycon";
|
||||||
|
+ bootargs = "console=ttyS0,115200 earlycon";
|
||||||
|
};
|
||||||
|
|
||||||
|
memory {
|
||||||
|
|
Loading…
Reference in a new issue