summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2016-09-06 08:40:09 (GMT)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2016-09-28 19:31:16 (GMT)
commita6942e9faa8f998d5dc88b062ec0e0ce730f570a (patch)
treef6d7f80e7f49e4a81f559b3ff0c23bcc39a85b4b /arch/arm/boot
parent2df5b049688d78358429cf2e167912e1176fb3f2 (diff)
downloadlinux-a6942e9faa8f998d5dc88b062ec0e0ce730f570a.tar.xz
ARM: dts: berlin2: 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> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/berlin2.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/berlin2.dtsi b/arch/arm/boot/dts/berlin2.dtsi
index c57aa28..425c489 100644
--- a/arch/arm/boot/dts/berlin2.dtsi
+++ b/arch/arm/boot/dts/berlin2.dtsi
@@ -90,7 +90,7 @@
clock-frequency = <25000000>;
};
- soc {
+ soc@f7000000 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;