diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2016-09-06 04:40:07 -0400 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2016-09-28 15:30:43 -0400 |
commit | 32473612f83a1807d26a019a3b0532ce22f81838 (patch) | |
tree | 57ff73d5f231a8034275769030bebfc6c0abd72c | |
parent | 2653c8cbdfbc1d51bdb3d1a0e421c88e32fb18ea (diff) |
ARM: dts: berlin2q: 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>
-rw-r--r-- | arch/arm/boot/dts/berlin2q.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi index 464a52853cba..e548229697fc 100644 --- a/arch/arm/boot/dts/berlin2q.dtsi +++ b/arch/arm/boot/dts/berlin2q.dtsi | |||
@@ -99,7 +99,7 @@ | |||
99 | clock-frequency = <25000000>; | 99 | clock-frequency = <25000000>; |
100 | }; | 100 | }; |
101 | 101 | ||
102 | soc { | 102 | soc@f7000000 { |
103 | compatible = "simple-bus"; | 103 | compatible = "simple-bus"; |
104 | #address-cells = <1>; | 104 | #address-cells = <1>; |
105 | #size-cells = <1>; | 105 | #size-cells = <1>; |