ramips: rt3xxx: fix wifi node address

The reg value says it should be wifi@1,0, not wifi@0,0.

Should fix dtc warning.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20351
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Rosen Penev 2025-10-08 16:05:25 -07:00 committed by Robert Marko
parent 741689a335
commit 734eacf313
9 changed files with 11 additions and 12 deletions

View file

@ -109,9 +109,8 @@
}; };
&pcie_bridge0 { &pcie_bridge0 {
wifi2: wifi@0,0 { wifi2: wifi@1,0 {
compatible = "qcom,ath10k"; compatible = "qcom,ath10k";
status = "okay";
reg = <0x00010000 0 0 0 0>; reg = <0x00010000 0 0 0 0>;
nvmem-cells = <&cal_factory_9000>; nvmem-cells = <&cal_factory_9000>;
nvmem-cell-names = "calibration"; nvmem-cell-names = "calibration";

View file

@ -455,7 +455,7 @@
}; };
&pcie_bridge0 { &pcie_bridge0 {
wifi@0,0 { wifi@1,0 {
compatible = "qcom,ath10k"; compatible = "qcom,ath10k";
reg = <0x00010000 0 0 0 0>; reg = <0x00010000 0 0 0 0>;
qcom,ath10k-sa-gpio = <2 3 4 0>; qcom,ath10k-sa-gpio = <2 3 4 0>;
@ -468,7 +468,7 @@
}; };
&pcie_bridge1 { &pcie_bridge1 {
wifi@0,0 { wifi@1,0 {
compatible = "qcom,ath10k"; compatible = "qcom,ath10k";
reg = <0x00010000 0 0 0 0>; reg = <0x00010000 0 0 0 0>;
qcom,ath10k-sa-gpio = <2 3 4 0>; qcom,ath10k-sa-gpio = <2 3 4 0>;
@ -481,7 +481,7 @@
}; };
&pcie_bridge2 { &pcie_bridge2 {
wifi@0,0 { wifi@1,0 {
compatible = "qcom,ath10k"; compatible = "qcom,ath10k";
reg = <0x00010000 0 0 0 0>; reg = <0x00010000 0 0 0 0>;
}; };

View file

@ -148,7 +148,7 @@
&pci1 { &pci1 {
status = "okay"; status = "okay";
wifi@0,0 { wifi@1,0 {
compatible = "pci1814,3091"; compatible = "pci1814,3091";
reg = <0x10000 0 0 0 0>; reg = <0x10000 0 0 0 0>;
nvmem-cells = <&eeprom_factory_8000>; nvmem-cells = <&eeprom_factory_8000>;

View file

@ -184,7 +184,7 @@
&pci1 { &pci1 {
status = "okay"; status = "okay";
wifi@0,0 { wifi@1,0 {
compatible = "pci0,0"; compatible = "pci0,0";
reg = <0x10000 0 0 0 0>; reg = <0x10000 0 0 0 0>;
ralink,5ghz = <0>; ralink,5ghz = <0>;

View file

@ -162,7 +162,7 @@
&pci1 { &pci1 {
status = "okay"; status = "okay";
wifi@0,0 { wifi@1,0 {
compatible = "pci1814,3091"; compatible = "pci1814,3091";
reg = <0x10000 0 0 0 0>; reg = <0x10000 0 0 0 0>;
ralink,5ghz = <0>; ralink,5ghz = <0>;

View file

@ -150,7 +150,7 @@
&pci1 { &pci1 {
status = "okay"; status = "okay";
wifi@0,0 { wifi@1,0 {
compatible = "pci1814,3091"; compatible = "pci1814,3091";
reg = <0x10000 0 0 0 0>; reg = <0x10000 0 0 0 0>;
nvmem-cells = <&eeprom_factory_2000>; nvmem-cells = <&eeprom_factory_2000>;

View file

@ -113,7 +113,7 @@
&pci1 { &pci1 {
status = "okay"; status = "okay";
wifi@0,0 { wifi@1,0 {
compatible = "pci1814,3091"; compatible = "pci1814,3091";
reg = <0x10000 0 0 0 0>; reg = <0x10000 0 0 0 0>;
nvmem-cells = <&eeprom_factory_8000>; nvmem-cells = <&eeprom_factory_8000>;

View file

@ -180,7 +180,7 @@
&pci1 { &pci1 {
status = "okay"; status = "okay";
wifi@0,0 { wifi@1,0 {
compatible = "pci1814,3091"; compatible = "pci1814,3091";
reg = <0x10000 0 0 0 0>; reg = <0x10000 0 0 0 0>;
nvmem-cells = <&eeprom_factory_8000>; nvmem-cells = <&eeprom_factory_8000>;

View file

@ -150,7 +150,7 @@
&pci1 { &pci1 {
status = "okay"; status = "okay";
wifi@0,0 { wifi@1,0 {
compatible = "pci0,0"; compatible = "pci0,0";
reg = < 0x10000 0 0 0 0 >; reg = < 0x10000 0 0 0 0 >;
ralink,2ghz = <0>; ralink,2ghz = <0>;