diff options
author | Fabio Estevam <festevam@gmail.com> | 2022-05-14 16:35:05 +0200 |
---|---|---|
committer | Chester Lin <clin@suse.com> | 2022-06-07 04:24:57 +0200 |
commit | 4266e2f70d4388b8c6a95056169954ff049ced94 (patch) | |
tree | bdbd2d154b7005d76a48068c259d96f14f94f10b /arch/arm64 | |
parent | Linux 5.19-rc1 (diff) | |
download | linux-4266e2f70d4388b8c6a95056169954ff049ced94.tar.xz linux-4266e2f70d4388b8c6a95056169954ff049ced94.zip |
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 <festevam@denx.de>
Reviewed-by: Chester Lin <clin@suse.com>
Signed-off-by: Chester Lin <clin@suse.com>
Link: https://lore.kernel.org/r/20220514143505.1554813-1-festevam@gmail.com
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/freescale/s32g2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/s32g2.dtsi b/arch/arm64/boot/dts/freescale/s32g2.dtsi index 59ea8a25aa4c..824d401e7a2c 100644 --- a/arch/arm64/boot/dts/freescale/s32g2.dtsi +++ b/arch/arm64/boot/dts/freescale/s32g2.dtsi @@ -79,7 +79,7 @@ }; }; - soc { + soc@0 { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; |