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/bcm953012er.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/bcm953012er.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm953012er.dts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/bcm953012er.dts b/arch/arm/boot/dts/bcm953012er.dts index 250a1d6f2d05..957468224622 100644 --- a/arch/arm/boot/dts/bcm953012er.dts +++ b/arch/arm/boot/dts/bcm953012er.dts @@ -39,15 +39,13 @@ model = "NorthStar Enterprise Router (BCM953012ER)"; compatible = "brcm,bcm953012er", "brcm,brcm53012", "brcm,bcm4708"; - memory { + memory@0 { device_type = "memory"; reg = <0x00000000 0x8000000>; }; gpio-keys { compatible = "gpio-keys"; - #address-cells = <1>; - #size-cells = <0>; wps { label = "WPS"; |