diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-05-29 02:01:31 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2019-06-23 05:28:38 +0300 |
commit | bc3b68886c90ee4f121063e6308a5dca7043a2b2 (patch) | |
tree | 860950151f49c234346da986d1386ea2de700dc7 /arch/arm/boot/dts/bcm47189-luxul-xap-810.dts | |
parent | c8159a6be8019644f8f32b4f4b23a69f8fe703d4 (diff) | |
download | linux-bc3b68886c90ee4f121063e6308a5dca7043a2b2.tar.xz |
ARM: dts: BCM53573: Fix DTC W=1 warnings
Fix the the unit_address_vs_reg warnings and unnecessary
\#address-cells/#size-cells without "ranges" or child "reg" property
warnings.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm47189-luxul-xap-810.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm47189-luxul-xap-810.dts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/bcm47189-luxul-xap-810.dts b/arch/arm/boot/dts/bcm47189-luxul-xap-810.dts index 4c71f5e95e00..2e1a7e382cb7 100644 --- a/arch/arm/boot/dts/bcm47189-luxul-xap-810.dts +++ b/arch/arm/boot/dts/bcm47189-luxul-xap-810.dts @@ -15,7 +15,7 @@ bootargs = "earlycon"; }; - memory { + memory@0 { device_type = "memory"; reg = <0x00000000 0x08000000>; }; @@ -48,8 +48,6 @@ gpio-keys { compatible = "gpio-keys"; - #address-cells = <1>; - #size-cells = <0>; restart { label = "Reset"; |