]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: berlin4ct: add missing unit name to /soc node
authorJisheng Zhang <jszhang@marvell.com>
Tue, 6 Sep 2016 08:44:59 +0000 (16:44 +0800)
committerJisheng Zhang <jszhang@marvell.com>
Fri, 25 Nov 2016 09:13:44 +0000 (17:13 +0800)
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>
arch/arm64/boot/dts/marvell/berlin4ct.dtsi

index 85c23facb9fe6fe141f580b229e25d96cb9354c3..d6b800fd26d064016214e943da91cd8611dbb948 100644 (file)
                             <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
        };
 
-       soc {
+       soc@f7000000 {
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;