[PATCH v2 4/4] arm64: dts: ti: k3-am625-sk: Add DSS ports, HDMI tx & peripherals

Vignesh Raghavendra vigneshr at ti.com
Tue May 10 22:18:23 PDT 2022


Hi Aradhya,

On 05/05/22 19:13, Aradhya Bhatia wrote:
> +
> +	sii9022: sii9022 at 3b {
> +		compatible = "sil,sii9022";

Please convert 
Documentation/devicetree/bindings/display/bridge/sii902x.txt to YAML format

> +		reg = <0x3b>;
> +
> +		clocks = <&hdmi_mstrclk>;
> +		clock-names = "mclk";
> +
> +		interrupt-parent = <&exp1>;
> +		interrupts = <16 IRQ_TYPE_EDGE_FALLING>;
> +
> +		ports {
> +			#address-cells = <1>;
> +			#size-cells = <0>;
> +
> +			port at 0 {
> +				reg = <0>;
> +
> +				sii9022_in: endpoint {
> +					remote-endpoint = <&dpi1_out>;
> +				};
> +			};
> +
> +			port at 1 {
> +				reg = <1>;
> +
> +				sii9022_out: endpoint {
> +					remote-endpoint = <&hdmi_connector_in>;
> +				};
> +			};
> +		};
> +	};

-- 
Regards
Vignesh



More information about the linux-arm-kernel mailing list