diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-05-29 01:01:33 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2019-06-23 04:28:41 +0200 |
commit | dfa84bb99285b4335e5b2a23b772991362e47ee6 (patch) | |
tree | 35a7cf864d36dfcfb2f8138300c02d32d628a728 /arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts | |
parent | ARM: dts: NSP: Fix the bulk of W=1 DTC warnings (diff) | |
download | linux-dfa84bb99285b4335e5b2a23b772991362e47ee6.tar.xz linux-dfa84bb99285b4335e5b2a23b772991362e47ee6.zip |
ARM: dts: BCM5301X: Fix most DTC W=1 warnings
Fix the bulk of the unit_address_vs_reg warnings and unnecessary
\#address-cells/#size-cells without "ranges" or child "reg" property
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts b/arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts index 567ebbd5a0e9..b47fb0700a1f 100644 --- a/arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts +++ b/arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts @@ -15,7 +15,7 @@ bootargs = "earlycon"; }; - memory { + memory@0 { device_type = "memory"; reg = <0x00000000 0x08000000>; }; @@ -42,8 +42,6 @@ gpio-keys { compatible = "gpio-keys"; - #address-cells = <1>; - #size-cells = <0>; restart { label = "Reset"; |