Message ID | 20231022181910.898040-3-niklas.soderlund+renesas@ragnatech.se (mailing list archive) |
---|---|
State | Mainlined |
Commit | 25d324331a17e423642ad717e9c21635531f70fa |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | arm64: dts: renesas: draak: Make HDMI default video source | expand |
On Sun, Oct 22, 2023 at 8:19 PM Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> wrote: > 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> i.e. will queue in renesas-devel for v6.8. Gr{oetje,eeting}s, Geert
diff --git a/arch/arm64/boot/dts/renesas/draak.dtsi b/arch/arm64/boot/dts/renesas/draak.dtsi index 08b3458a5025..953d1bb98f9d 100644 --- a/arch/arm64/boot/dts/renesas/draak.dtsi +++ b/arch/arm64/boot/dts/renesas/draak.dtsi @@ -424,9 +424,6 @@ port@2 { * VIN4 here. */ adv7612_out: endpoint { - pclk-sample = <0>; - hsync-active = <0>; - vsync-active = <0>; remote-endpoint = <&vin4_in>; }; }; @@ -735,6 +732,9 @@ &vin4 { ports { port { vin4_in: endpoint { + pclk-sample = <0>; + hsync-active = <0>; + vsync-active = <0>; remote-endpoint = <&adv7612_out>; }; };
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> --- arch/arm64/boot/dts/renesas/draak.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)