mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
ath79: fix WNDR3700/WNDR3800 wifi reg size
"[...] the size component shall be zero." (See "PCI Bus Binding to: IEEE Std 1275-1994 Rev 2.1" section "4.1.1 Open Firmware-defined Properties for Child Nodes") Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
39d9010c20
commit
a428606646
@ -156,7 +156,7 @@
|
|||||||
|
|
||||||
ath9k0: wifi@0,11 {
|
ath9k0: wifi@0,11 {
|
||||||
compatible = "pci168c,0029";
|
compatible = "pci168c,0029";
|
||||||
reg = <0x8800 0 0 0 0x10000>;
|
reg = <0x8800 0 0 0 0>;
|
||||||
mtd-mac-address = <&art 0x0>;
|
mtd-mac-address = <&art 0x0>;
|
||||||
qca,no-eeprom;
|
qca,no-eeprom;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
@ -165,7 +165,7 @@
|
|||||||
|
|
||||||
ath9k1: wifi@0,12 {
|
ath9k1: wifi@0,12 {
|
||||||
compatible = "pci168c,0029";
|
compatible = "pci168c,0029";
|
||||||
reg = <0x9000 0 0 0 0x10000>;
|
reg = <0x9000 0 0 0 0>;
|
||||||
mtd-mac-address = <&art 0xc>;
|
mtd-mac-address = <&art 0xc>;
|
||||||
qca,no-eeprom;
|
qca,no-eeprom;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user