arm64: dts: imx8mm/n-beacon-kit: Fix the order of ADV7535 reg entries
authorFabio Estevam <festevam@denx.de>
Thu, 8 Aug 2024 12:22:07 +0000 (09:22 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 13 Aug 2024 08:46:49 +0000 (16:46 +0800)
According to adi,adv7533.yaml, the order for the reg and reg-names entries
must be: main, edid, cec, and packet.

Fix it accordingly to remove the following dt-schema warnings:

hdmi@3d: reg-names:1: 'edid' was expected
hdmi@3d: reg-names:2: 'cec' was expected

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-beacon-kit.dts
arch/arm64/boot/dts/freescale/imx8mn-beacon-kit.dts

index 905c98cb080d2fc664df1c39759b08eda788086c..97ff1ddd6318882a29b5ac4f9b75fc03ff2a637c 100644 (file)
@@ -62,8 +62,8 @@
                compatible = "adi,adv7535";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_hdmi_bridge>;
-               reg = <0x3d>, <0x3c>, <0x3e>, <0x3f>;
-               reg-names = "main", "cec", "edid", "packet";
+               reg = <0x3d>, <0x3e>, <0x3c>, <0x3f>;
+               reg-names = "main", "edid", "cec", "packet";
                adi,dsi-lanes = <4>;
                avdd-supply = <&reg_hdmi>;
                a2vdd-supply = <&reg_hdmi>;
index bbd80896db9648bfdeb56a9e502b9c8d20c4e0b7..1df5ceb1138793a0e9a1b54ff2f552eb9f3100f9 100644 (file)
@@ -62,8 +62,8 @@
                compatible = "adi,adv7535";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_hdmi_bridge>;
-               reg = <0x3d>, <0x3c>, <0x3e>, <0x3f>;
-               reg-names = "main", "cec", "edid", "packet";
+               reg = <0x3d>, <0x3e>, <0x3c>, <0x3f>;
+               reg-names = "main", "edid", "cec", "packet";
                adi,dsi-lanes = <4>;
                avdd-supply = <&reg_hdmi>;
                a2vdd-supply = <&reg_hdmi>;