]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: imx8mm: Pass a unit name for the 'soc' node
authorFabio Estevam <festevam@gmail.com>
Tue, 28 May 2019 19:00:21 +0000 (16:00 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 5 Jun 2019 09:11:06 +0000 (17:11 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm.dtsi

index 7cca59f3926d8fd14f42632e85081b11a96d5e7b..33c3448e4b5cd6818b85f97492b28ce44229cc4a 100644 (file)
@@ -200,7 +200,7 @@ timer {
                arm,no-tick-in-suspend;
        };
 
-       soc {
+       soc@0 {
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;