mirror of https://github.com/hak5/openwrt-owl.git
ath79: avm_fritz300e: avoid dtc warnings
Use number formats preferred by the device tree compiler Signed-off-by: Karl Palsson <karlp@etactica.com>master
parent
d25d847e78
commit
97326e5131
|
@ -142,7 +142,7 @@
|
||||||
&pcie {
|
&pcie {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
ath9k: wifi@0000 {
|
ath9k: wifi@0 {
|
||||||
reg = <0x0000 0 0 0 0>;
|
reg = <0x0000 0 0 0 0>;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
|
|
Loading…
Reference in New Issue