[PATCH V2 3/5] ARM: dts: imx: b850v3: Use alphabetical sorting

From: Ian Ray

Date: Tue Feb 17 2026 - 08:59:36 EST


Use alphabetical sorting of references modification.

Signed-off-by: Ian Ray <ian.ray@xxxxxxxxxxxxxxxx>
---
arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts | 38 +++++++++++-----------
1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts b/arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts
index e7ccdcba2d5c..fa5814287f71 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts
+++ b/arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts
@@ -53,23 +53,8 @@ chosen {
};
};

-&ldb {
- fsl,dual-channel;
- status = "okay";
-
- lvds0: lvds-channel@0 {
- fsl,data-mapping = "spwg";
- fsl,data-width = <24>;
- status = "okay";
-
- port@4 {
- reg = <4>;
-
- lvds0_out: endpoint {
- remote-endpoint = <&stdp4028_in>;
- };
- };
- };
+&hdmi {
+ ddc-i2c-bus = <&mux2_i2c1>;
};

&i2c2 {
@@ -129,8 +114,23 @@ mux2_i2c8: i2c@7 {
};
};

-&hdmi {
- ddc-i2c-bus = <&mux2_i2c1>;
+&ldb {
+ fsl,dual-channel;
+ status = "okay";
+
+ lvds0: lvds-channel@0 {
+ fsl,data-mapping = "spwg";
+ fsl,data-width = <24>;
+ status = "okay";
+
+ port@4 {
+ reg = <4>;
+
+ lvds0_out: endpoint {
+ remote-endpoint = <&stdp4028_in>;
+ };
+ };
+ };
};

&mux1_i2c1 {
--
2.49.0