Skip to content

Commit 4266e2f

Browse files
fabioestevamchesterlintw
authored andcommitted
arm64: s32g2: Pass unit name to soc node
Pass unit name to soc node to fix the following W=1 build warning: arch/arm64/boot/dts/freescale/s32g2.dtsi:82.6-123.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name Signed-off-by: Fabio Estevam <[email protected]> Reviewed-by: Chester Lin <[email protected]> Signed-off-by: Chester Lin <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f2906aa commit 4266e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/s32g2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
};
8080
};
8181

82-
soc {
82+
soc@0 {
8383
compatible = "simple-bus";
8484
#address-cells = <1>;
8585
#size-cells = <1>;

0 commit comments

Comments
 (0)