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>
This commit is contained in:
parent
2653c8cbdf
commit
32473612f8
|
@ -99,7 +99,7 @@
|
|||
clock-frequency = <25000000>;
|
||||
};
|
||||
|
||||
soc {
|
||||
soc@f7000000 {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
Loading…
Reference in New Issue