[PATCH 3/3] arm64: dts: s32g2: Re-order usbmisc device tree section
Dan Carpenter
dan.carpenter at linaro.org
Wed Jul 16 15:46:35 PDT 2025
The compatible line is supposed to be first.
Reported-by: Xu Yang <xu.yang_2 at nxp.com>
Closes: https://lore.kernel.org/all/u7glt7mn33lbdeskbr4ily6tjjifvffy64llwpi5b2rrhx5tnv@y2h2y3oz3xc4/
Signed-off-by: Dan Carpenter <dan.carpenter at linaro.org>
---
arch/arm64/boot/dts/freescale/s32g2.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/s32g2.dtsi b/arch/arm64/boot/dts/freescale/s32g2.dtsi
index 089f54415571..6f700085dec2 100644
--- a/arch/arm64/boot/dts/freescale/s32g2.dtsi
+++ b/arch/arm64/boot/dts/freescale/s32g2.dtsi
@@ -424,8 +424,8 @@ spi2: spi at 401dc000 {
};
usbmisc: usbmisc at 44064200 {
- #index-cells = <1>;
compatible = "nxp,s32g2-usbmisc";
+ #index-cells = <1>;
reg = <0x44064200 0x200>;
};
--
2.47.2
More information about the linux-arm-kernel
mailing list