[PATCH] arm64: dts: imx8mn-var-som: reorder reg properties after compatible strings

From: Hugo Villeneuve
Date: Tue Nov 07 2023 - 11:10:25 EST


From: Hugo Villeneuve <hvilleneuve@xxxxxxxxxxxx>

Move reg nodes after the compatible string, to follow DT conventions.

Signed-off-by: Hugo Villeneuve <hvilleneuve@xxxxxxxxxxxx>
---
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