diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-05-29 02:01:30 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2019-06-23 05:28:38 +0300 |
commit | c8159a6be8019644f8f32b4f4b23a69f8fe703d4 (patch) | |
tree | ed159fd0bd42f3b942aace264db14368e2fcce7b /arch/arm/boot/dts/bcm23550-sparrow.dts | |
parent | c7b23bcb9e8217f093329b7c8bf972c76a397e9c (diff) | |
download | linux-c8159a6be8019644f8f32b4f4b23a69f8fe703d4.tar.xz |
ARM: dts: bcm-mobile: 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/bcm23550-sparrow.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm23550-sparrow.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm23550-sparrow.dts b/arch/arm/boot/dts/bcm23550-sparrow.dts index 1c66b15f3013..ace77709f468 100644 --- a/arch/arm/boot/dts/bcm23550-sparrow.dts +++ b/arch/arm/boot/dts/bcm23550-sparrow.dts @@ -45,7 +45,7 @@ bootargs = "console=ttyS0,115200n8"; }; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x20000000>; /* 512 MB */ }; |