diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2016-09-06 04:40:09 -0400 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2016-09-28 15:31:16 -0400 |
commit | a6942e9faa8f998d5dc88b062ec0e0ce730f570a (patch) | |
tree | f6d7f80e7f49e4a81f559b3ff0c23bcc39a85b4b | |
parent | 2df5b049688d78358429cf2e167912e1176fb3f2 (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/berlin2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/berlin2.dtsi b/arch/arm/boot/dts/berlin2.dtsi index c57aa2837799..425c48971abe 100644 --- a/arch/arm/boot/dts/berlin2.dtsi +++ b/arch/arm/boot/dts/berlin2.dtsi | |||
@@ -90,7 +90,7 @@ | |||
90 | clock-frequency = <25000000>; | 90 | clock-frequency = <25000000>; |
91 | }; | 91 | }; |
92 | 92 | ||
93 | soc { | 93 | soc@f7000000 { |
94 | compatible = "simple-bus"; | 94 | compatible = "simple-bus"; |
95 | #address-cells = <1>; | 95 | #address-cells = <1>; |
96 | #size-cells = <1>; | 96 | #size-cells = <1>; |