mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 06:24:40 +01:00
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:
parent
741689a335
commit
734eacf313
9 changed files with 11 additions and 12 deletions
|
|
@ -109,9 +109,8 @@
|
|||
};
|
||||
|
||||
&pcie_bridge0 {
|
||||
wifi2: wifi@0,0 {
|
||||
wifi2: wifi@1,0 {
|
||||
compatible = "qcom,ath10k";
|
||||
status = "okay";
|
||||
reg = <0x00010000 0 0 0 0>;
|
||||
nvmem-cells = <&cal_factory_9000>;
|
||||
nvmem-cell-names = "calibration";
|
||||
|
|
|
|||
|
|
@ -455,7 +455,7 @@
|
|||
};
|
||||
|
||||
&pcie_bridge0 {
|
||||
wifi@0,0 {
|
||||
wifi@1,0 {
|
||||
compatible = "qcom,ath10k";
|
||||
reg = <0x00010000 0 0 0 0>;
|
||||
qcom,ath10k-sa-gpio = <2 3 4 0>;
|
||||
|
|
@ -468,7 +468,7 @@
|
|||
};
|
||||
|
||||
&pcie_bridge1 {
|
||||
wifi@0,0 {
|
||||
wifi@1,0 {
|
||||
compatible = "qcom,ath10k";
|
||||
reg = <0x00010000 0 0 0 0>;
|
||||
qcom,ath10k-sa-gpio = <2 3 4 0>;
|
||||
|
|
@ -481,7 +481,7 @@
|
|||
};
|
||||
|
||||
&pcie_bridge2 {
|
||||
wifi@0,0 {
|
||||
wifi@1,0 {
|
||||
compatible = "qcom,ath10k";
|
||||
reg = <0x00010000 0 0 0 0>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@
|
|||
&pci1 {
|
||||
status = "okay";
|
||||
|
||||
wifi@0,0 {
|
||||
wifi@1,0 {
|
||||
compatible = "pci1814,3091";
|
||||
reg = <0x10000 0 0 0 0>;
|
||||
nvmem-cells = <&eeprom_factory_8000>;
|
||||
|
|
|
|||
|
|
@ -184,7 +184,7 @@
|
|||
&pci1 {
|
||||
status = "okay";
|
||||
|
||||
wifi@0,0 {
|
||||
wifi@1,0 {
|
||||
compatible = "pci0,0";
|
||||
reg = <0x10000 0 0 0 0>;
|
||||
ralink,5ghz = <0>;
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@
|
|||
&pci1 {
|
||||
status = "okay";
|
||||
|
||||
wifi@0,0 {
|
||||
wifi@1,0 {
|
||||
compatible = "pci1814,3091";
|
||||
reg = <0x10000 0 0 0 0>;
|
||||
ralink,5ghz = <0>;
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@
|
|||
&pci1 {
|
||||
status = "okay";
|
||||
|
||||
wifi@0,0 {
|
||||
wifi@1,0 {
|
||||
compatible = "pci1814,3091";
|
||||
reg = <0x10000 0 0 0 0>;
|
||||
nvmem-cells = <&eeprom_factory_2000>;
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@
|
|||
&pci1 {
|
||||
status = "okay";
|
||||
|
||||
wifi@0,0 {
|
||||
wifi@1,0 {
|
||||
compatible = "pci1814,3091";
|
||||
reg = <0x10000 0 0 0 0>;
|
||||
nvmem-cells = <&eeprom_factory_8000>;
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@
|
|||
&pci1 {
|
||||
status = "okay";
|
||||
|
||||
wifi@0,0 {
|
||||
wifi@1,0 {
|
||||
compatible = "pci1814,3091";
|
||||
reg = <0x10000 0 0 0 0>;
|
||||
nvmem-cells = <&eeprom_factory_8000>;
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@
|
|||
&pci1 {
|
||||
status = "okay";
|
||||
|
||||
wifi@0,0 {
|
||||
wifi@1,0 {
|
||||
compatible = "pci0,0";
|
||||
reg = < 0x10000 0 0 0 0 >;
|
||||
ralink,2ghz = <0>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue