diff options
author | Karl Palsson <karlp@etactica.com> | 2018-05-28 12:41:59 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-08 09:56:28 +0200 |
commit | 97326e5131722b9eb82103eb6496d246b9e578ec (patch) | |
tree | 4d51f81be9bca3afeceb2d5886ee61794b7504e6 /target/linux/ath79 | |
parent | d25d847e7811c753c7a3a4e09574e40766bbe06e (diff) | |
download | upstream-97326e5131722b9eb82103eb6496d246b9e578ec.tar.gz upstream-97326e5131722b9eb82103eb6496d246b9e578ec.tar.bz2 upstream-97326e5131722b9eb82103eb6496d246b9e578ec.zip |
ath79: avm_fritz300e: avoid dtc warnings
Use number formats preferred by the device tree compiler
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/dts/ar7242_avm_fritz300e.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar7242_avm_fritz300e.dts b/target/linux/ath79/dts/ar7242_avm_fritz300e.dts index f1ad138f43..1dd1698714 100644 --- a/target/linux/ath79/dts/ar7242_avm_fritz300e.dts +++ b/target/linux/ath79/dts/ar7242_avm_fritz300e.dts @@ -142,7 +142,7 @@ &pcie { status = "okay"; - ath9k: wifi@0000 { + ath9k: wifi@0 { reg = <0x0000 0 0 0 0>; #gpio-cells = <2>; gpio-controller; |