[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231107160122.1648093-1-hugo@hugovil.com>
Date: Tue, 7 Nov 2023 11:01:22 -0500
From: Hugo Villeneuve <hugo@...ovil.com>
To: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
NXP Linux Team <linux-imx@....com>
Cc: hugo@...ovil.com, Hugo Villeneuve <hvilleneuve@...onoff.com>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] arm64: dts: imx8mn-var-som: reorder reg properties after compatible strings
From: Hugo Villeneuve <hvilleneuve@...onoff.com>
Move reg nodes after the compatible string, to follow DT conventions.
Signed-off-by: Hugo Villeneuve <hvilleneuve@...onoff.com>
---
arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi
index b8946edf317b..9124476500f8 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi
@@ -60,8 +60,8 @@ &ecspi1 {
/* Resistive touch controller */
touchscreen@0 {
- reg = <0>;
compatible = "ti,ads7846";
+ reg = <0>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_restouch>;
interrupt-parent = <&gpio1>;
@@ -292,8 +292,8 @@ &usdhc1 {
status = "okay";
brcmf: bcrmf@1 {
- reg = <1>;
compatible = "brcm,bcm4329-fmac";
+ reg = <1>;
};
};
base-commit: be3ca57cfb777ad820c6659d52e60bbdd36bf5ff
--
2.39.2
Powered by blists - more mailing lists