diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-05-29 02:01:33 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2019-06-23 05:28:41 +0300 |
commit | dfa84bb99285b4335e5b2a23b772991362e47ee6 (patch) | |
tree | 35a7cf864d36dfcfb2f8138300c02d32d628a728 /arch/arm/boot/dts/bcm47094-phicomm-k3.dts | |
parent | 875e2f5faba03dd9eebe82d720f2deed86a28cfd (diff) | |
download | linux-dfa84bb99285b4335e5b2a23b772991362e47ee6.tar.xz |
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-phicomm-k3.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm47094-phicomm-k3.dts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/bcm47094-phicomm-k3.dts b/arch/arm/boot/dts/bcm47094-phicomm-k3.dts index 456045f17a00..ac3a4483dcb3 100644 --- a/arch/arm/boot/dts/bcm47094-phicomm-k3.dts +++ b/arch/arm/boot/dts/bcm47094-phicomm-k3.dts @@ -13,7 +13,7 @@ compatible = "phicomm,k3", "brcm,bcm47094", "brcm,bcm4708"; model = "Phicomm K3"; - memory { + memory@0 { device_type = "memory"; reg = <0x00000000 0x08000000 0x88000000 0x18000000>; @@ -21,8 +21,6 @@ gpio-keys { compatible = "gpio-keys"; - #address-cells = <1>; - #size-cells = <0>; restart { label = "Reset"; |