diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2016-09-06 04:44:59 -0400 |
---|---|---|
committer | Jisheng Zhang <jszhang@marvell.com> | 2016-11-25 04:13:44 -0500 |
commit | 47d56462fce4a4f1ac8370897982e9d22453cab9 (patch) | |
tree | 1185ee8efa77ecf5d7270a28f0665e8147f28c5d | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) |
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 @@ | |||
142 | <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; | 142 | <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; |
143 | }; | 143 | }; |
144 | 144 | ||
145 | soc { | 145 | soc@f7000000 { |
146 | compatible = "simple-bus"; | 146 | compatible = "simple-bus"; |
147 | #address-cells = <1>; | 147 | #address-cells = <1>; |
148 | #size-cells = <1>; | 148 | #size-cells = <1>; |