diff mbox series

[v2,1/3] arm64: dts: imx8mm: Pass a unit name for the 'soc' node

Message ID 20190528190023.7176-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series [v2,1/3] arm64: dts: imx8mm: Pass a unit name for the 'soc' node | expand

Commit Message

Fabio Estevam May 28, 2019, 7 p.m. UTC
The 'soc' name needs a unit name to match its 'ranges' property.

Pass the unit name in order to fix the following dtc build warning
with W=1:

arch/arm64/boot/dts/freescale/imx8mm.dtsi:203.6-754.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name

This also aligns with imx8mq.dtsi.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
Changes since v1:
- Fixed typo in "aligns with imx8mq.dtsi"

 arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo June 5, 2019, 9:13 a.m. UTC | #1
On Tue, May 28, 2019 at 04:00:21PM -0300, Fabio Estevam wrote:
> The 'soc' name needs a unit name to match its 'ranges' property.
> 
> Pass the unit name in order to fix the following dtc build warning
> with W=1:
> 
> arch/arm64/boot/dts/freescale/imx8mm.dtsi:203.6-754.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name
> 
> This also aligns with imx8mq.dtsi.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Applied all, thanks.
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
index 708d3c4c1389..d6803db32e40 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
@@ -200,7 +200,7 @@ 
 		arm,no-tick-in-suspend;
 	};
 
-	soc {
+	soc@0 {
 		compatible = "simple-bus";
 		#address-cells = <1>;
 		#size-cells = <1>;