]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: reorder audio/hdmi nodes in Orange Pi 5
authorJimmy Hon <honyuenkwun@gmail.com>
Thu, 24 Oct 2024 04:18:51 +0000 (23:18 -0500)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 24 Oct 2024 08:26:06 +0000 (10:26 +0200)
Fix the node order so analog-audio is before hdmi0-con

Audio was submitted first, and it wanted to live above the leds node.
Next, the HDMI was submitted, but it wanted to live above the leds node.
However, HDMI was approved first, so the Audio node ended up living above
the leds node.

Fixes: ae46756faff8 ("arm64: dts: rockchip: analog audio on Orange Pi 5")
Signed-off-by: Jimmy Hon <honyuenkwun@gmail.com>
Link: https://lore.kernel.org/r/20241024041851.5600-1-honyuenkwun@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts

index 4ca8b2c0fea78cd7c664ea3a343fc8931557d3af..792432eda8673331348f8fd666586db9c0032c3a 100644 (file)
                };
        };
 
-       hdmi0-con {
-               compatible = "hdmi-connector";
-               type = "a";
-
-               port {
-                       hdmi0_con_in: endpoint {
-                               remote-endpoint = <&hdmi0_out_con>;
-                       };
-               };
-       };
-
        analog-sound {
                compatible = "simple-audio-card";
                pinctrl-names = "default";
                };
        };
 
+       hdmi0-con {
+               compatible = "hdmi-connector";
+               type = "a";
+
+               port {
+                       hdmi0_con_in: endpoint {
+                               remote-endpoint = <&hdmi0_out_con>;
+                       };
+               };
+       };
+
        leds {
                compatible = "gpio-leds";
                pinctrl-names = "default";