summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2016-09-06 16:44:59 +0800
committerJisheng Zhang <jszhang@marvell.com>2016-11-25 17:13:44 +0800
commit47d56462fce4a4f1ac8370897982e9d22453cab9 (patch)
tree1185ee8efa77ecf5d7270a28f0665e8147f28c5d /arch/arm64/boot
parent1001354ca34179f3db924eb66672442a173147dc (diff)
downloadlinux-47d56462fce4a4f1ac8370897982e9d22453cab9.tar.gz
linux-47d56462fce4a4f1ac8370897982e9d22453cab9.tar.xz
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>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r--arch/arm64/boot/dts/marvell/berlin4ct.dtsi2
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>;