mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 20:08:24 +00:00
ipq806x: really fix aliases node for Qualcomm IPQ8064/DB149
Having looked at this again, it appears that only gsbi2_serial
is actually enabled for this device, so the entry in the broken
aliases node was correct.
Therefore, this needs to set its own serial0 instead of inheriting
"serial0 = &gsbi4_serial;" from DTSI. Do this with the correctly
named aliases node now.
Fixes: c83f7b6d21
("ipq806x: fix aliases node name for Qualcomm
IPQ8064/DB149")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
e363470d1a
commit
3635f7efc1
@ -4,6 +4,10 @@
|
|||||||
model = "Qualcomm IPQ8064/DB149";
|
model = "Qualcomm IPQ8064/DB149";
|
||||||
compatible = "qcom,ipq8064-db149", "qcom,ipq8064";
|
compatible = "qcom,ipq8064-db149", "qcom,ipq8064";
|
||||||
|
|
||||||
|
aliases {
|
||||||
|
serial0 = &gsbi2_serial;
|
||||||
|
};
|
||||||
|
|
||||||
reserved-memory {
|
reserved-memory {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
@ -56,7 +60,8 @@
|
|||||||
gsbi2: gsbi@12480000 {
|
gsbi2: gsbi@12480000 {
|
||||||
qcom,mode = <GSBI_PROT_I2C_UART>;
|
qcom,mode = <GSBI_PROT_I2C_UART>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
uart2: serial@12490000 {
|
|
||||||
|
gsbi2_serial: serial@12490000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
model = "Qualcomm IPQ8064/DB149";
|
model = "Qualcomm IPQ8064/DB149";
|
||||||
compatible = "qcom,ipq8064-db149", "qcom,ipq8064";
|
compatible = "qcom,ipq8064-db149", "qcom,ipq8064";
|
||||||
|
|
||||||
|
aliases {
|
||||||
|
serial0 = &gsbi2_serial;
|
||||||
|
};
|
||||||
|
|
||||||
reserved-memory {
|
reserved-memory {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
@ -28,7 +32,8 @@
|
|||||||
&gsbi2 {
|
&gsbi2 {
|
||||||
qcom,mode = <GSBI_PROT_I2C_UART>;
|
qcom,mode = <GSBI_PROT_I2C_UART>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
uart2: serial@12490000 {
|
|
||||||
|
gsbi2_serial: serial@12490000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user