diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-05-29 01:01:30 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2019-06-23 04:28:38 +0200 |
commit | c8159a6be8019644f8f32b4f4b23a69f8fe703d4 (patch) | |
tree | ed159fd0bd42f3b942aace264db14368e2fcce7b /arch/arm/boot/dts/bcm28155-ap.dts | |
parent | ARM: dts: Cygnus: Fix most DTC W=1 warnings (diff) | |
download | linux-c8159a6be8019644f8f32b4f4b23a69f8fe703d4.tar.xz linux-c8159a6be8019644f8f32b4f4b23a69f8fe703d4.zip |
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/bcm28155-ap.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm28155-ap.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm28155-ap.dts b/arch/arm/boot/dts/bcm28155-ap.dts index fbfca83bd28f..ead6e9804dbf 100644 --- a/arch/arm/boot/dts/bcm28155-ap.dts +++ b/arch/arm/boot/dts/bcm28155-ap.dts @@ -21,7 +21,7 @@ model = "BCM28155 AP board"; compatible = "brcm,bcm28155-ap", "brcm,bcm11351"; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x40000000>; /* 1 GB */ }; |