Skip to content

Commit

Permalink
ARM: dts: berlin2: Add missing unit name to /soc node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jisheng Zhang authored and Sebastian Hesselbarth committed Sep 28, 2016
1 parent 2df5b04 commit a6942e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/berlin2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
clock-frequency = <25000000>;
};

soc {
soc@f7000000 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
Expand Down

0 comments on commit a6942e9

Please sign in to comment.