]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: renesas: draak: Move HDMI bus properties to correct node
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Sun, 22 Oct 2023 18:19:10 +0000 (20:19 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 27 Nov 2023 10:04:27 +0000 (11:04 +0100)
The bus properties for HDMI capture are defined on the incorrect node
for the VIN driver to be able to consume them. They are described on the
HDMI video source but they should be described on the VIN capture node,
move them.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20231022181910.898040-3-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/draak.dtsi

index d56cb04d82b5cfc1f5cf908c573d0bcbae78825e..6f133f54ded54efb0bc53575db98eeaaff5c18f6 100644 (file)
                                 * VIN4 here.
                                 */
                                adv7612_out: endpoint {
-                                       pclk-sample = <0>;
-                                       hsync-active = <0>;
-                                       vsync-active = <0>;
                                        remote-endpoint = <&vin4_in>;
                                };
                        };
        ports {
                port {
                        vin4_in: endpoint {
+                               pclk-sample = <0>;
+                               hsync-active = <0>;
+                               vsync-active = <0>;
                                remote-endpoint = <&adv7612_out>;
                        };
                };