mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
starfive: 6.6: add serial1 alias for JH7100
This alias was present in 6.1. Add back to restore a fully working console after sbi0 (earlycon) gets disabled during the boot process. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
This commit is contained in:
parent
8e6543fae5
commit
1fa28dd899
@ -64,7 +64,15 @@ Signed-off-by: Jonas Hahnfeld <hahnjo@hahnjo.de>
|
|||||||
+};
|
+};
|
||||||
--- a/arch/riscv/boot/dts/starfive/jh7100-common.dtsi
|
--- a/arch/riscv/boot/dts/starfive/jh7100-common.dtsi
|
||||||
+++ b/arch/riscv/boot/dts/starfive/jh7100-common.dtsi
|
+++ b/arch/riscv/boot/dts/starfive/jh7100-common.dtsi
|
||||||
@@ -64,9 +64,174 @@
|
@@ -14,6 +14,7 @@
|
||||||
|
aliases {
|
||||||
|
mmc0 = &sdio0;
|
||||||
|
serial0 = &uart3;
|
||||||
|
+ serial1 = &uart0;
|
||||||
|
};
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
@@ -64,9 +65,174 @@
|
||||||
<0x00 0xfa000000 0x10 0x7a000000 0x00 0x01000000>,
|
<0x00 0xfa000000 0x10 0x7a000000 0x00 0x01000000>,
|
||||||
<0x00 0xfb000000 0x00 0xfb000000 0x07 0x85000000>;
|
<0x00 0xfb000000 0x00 0xfb000000 0x07 0x85000000>;
|
||||||
};
|
};
|
||||||
@ -239,7 +247,7 @@ Signed-off-by: Jonas Hahnfeld <hahnjo@hahnjo.de>
|
|||||||
i2c0_pins: i2c0-0 {
|
i2c0_pins: i2c0-0 {
|
||||||
i2c-pins {
|
i2c-pins {
|
||||||
pinmux = <GPIOMUX(62, GPO_LOW,
|
pinmux = <GPIOMUX(62, GPO_LOW,
|
||||||
@@ -146,6 +311,166 @@
|
@@ -146,6 +312,166 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -406,7 +414,7 @@ Signed-off-by: Jonas Hahnfeld <hahnjo@hahnjo.de>
|
|||||||
uart3_pins: uart3-0 {
|
uart3_pins: uart3-0 {
|
||||||
rx-pins {
|
rx-pins {
|
||||||
pinmux = <GPIOMUX(13, GPO_LOW, GPO_DISABLE,
|
pinmux = <GPIOMUX(13, GPO_LOW, GPO_DISABLE,
|
||||||
@@ -186,6 +511,17 @@
|
@@ -186,6 +512,17 @@
|
||||||
regulators {
|
regulators {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -424,7 +432,7 @@ Signed-off-by: Jonas Hahnfeld <hahnjo@hahnjo.de>
|
|||||||
};
|
};
|
||||||
|
|
||||||
&i2c1 {
|
&i2c1 {
|
||||||
@@ -225,8 +561,104 @@
|
@@ -225,8 +562,104 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user