diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2016-09-06 16:44:59 +0800 |
---|---|---|
committer | Jisheng Zhang <jszhang@marvell.com> | 2016-11-25 17:13:44 +0800 |
commit | 47d56462fce4a4f1ac8370897982e9d22453cab9 (patch) | |
tree | 1185ee8efa77ecf5d7270a28f0665e8147f28c5d | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | talos-op-linux-47d56462fce4a4f1ac8370897982e9d22453cab9.tar.gz talos-op-linux-47d56462fce4a4f1ac8370897982e9d22453cab9.zip |
arm64: dts: berlin4ct: add missing unit name to /soc node
This patch fixes the following DTC warning with W=1:
"Node /soc has a reg or ranges property, but no unit name"
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
-rw-r--r-- | arch/arm64/boot/dts/marvell/berlin4ct.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/berlin4ct.dtsi b/arch/arm64/boot/dts/marvell/berlin4ct.dtsi index 85c23facb9fe..d6b800fd26d0 100644 --- a/arch/arm64/boot/dts/marvell/berlin4ct.dtsi +++ b/arch/arm64/boot/dts/marvell/berlin4ct.dtsi @@ -142,7 +142,7 @@ <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; }; - soc { + soc@f7000000 { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; |