diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-05-29 01:01:34 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2019-06-23 04:28:40 +0200 |
commit | 875e2f5faba03dd9eebe82d720f2deed86a28cfd (patch) | |
tree | 3842ae34eb0327b00818befaab425cd612a58e8c /arch/arm/boot/dts/bcm958625hr.dts | |
parent | ARM: dts: BCM63xx: Fix DTC W=1 warnings (diff) | |
download | linux-875e2f5faba03dd9eebe82d720f2deed86a28cfd.tar.xz linux-875e2f5faba03dd9eebe82d720f2deed86a28cfd.zip |
ARM: dts: NSP: Fix the bulk of W=1 DTC 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/bcm958625hr.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm958625hr.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm958625hr.dts b/arch/arm/boot/dts/bcm958625hr.dts index cf226b02141f..a2c9de35ddfb 100644 --- a/arch/arm/boot/dts/bcm958625hr.dts +++ b/arch/arm/boot/dts/bcm958625hr.dts @@ -43,7 +43,7 @@ stdout-path = "serial0:115200n8"; }; - memory { + memory@60000000 { device_type = "memory"; reg = <0x60000000 0x20000000>; }; |