arm64: dts: renesas: draak: Move HDMI bus properties to correct node
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>
This commit is contained in:
parent
7ccd37fbec
commit
25d324331a
@ -430,9 +430,6 @@
|
||||
* VIN4 here.
|
||||
*/
|
||||
adv7612_out: endpoint {
|
||||
pclk-sample = <0>;
|
||||
hsync-active = <0>;
|
||||
vsync-active = <0>;
|
||||
remote-endpoint = <&vin4_in>;
|
||||
};
|
||||
};
|
||||
@ -741,6 +738,9 @@
|
||||
ports {
|
||||
port {
|
||||
vin4_in: endpoint {
|
||||
pclk-sample = <0>;
|
||||
hsync-active = <0>;
|
||||
vsync-active = <0>;
|
||||
remote-endpoint = <&adv7612_out>;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user