[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2536fe30-10ec-8e44-ddcc-e3eeb808b7e2@ti.com>
Date: Wed, 11 May 2022 10:48:23 +0530
From: Vignesh Raghavendra <vigneshr@...com>
To: Aradhya Bhatia <a-bhatia1@...com>
CC: Nishanth Menon <nm@...com>, Rob Herring <robh+dt@...nel.org>,
Linux ARM Kernel List <linux-arm-kernel@...ts.infradead.org>,
Devicetree List <devicetree@...r.kernel.org>,
Linux Kernel List <linux-kernel@...r.kernel.org>,
Rahul T R <r-ravikumar@...com>
Subject: Re: [PATCH v2 4/4] arm64: dts: ti: k3-am625-sk: Add DSS ports, HDMI
tx & peripherals
Hi Aradhya,
On 05/05/22 19:13, Aradhya Bhatia wrote:
> +
> + sii9022: sii9022@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@0 {
> + reg = <0>;
> +
> + sii9022_in: endpoint {
> + remote-endpoint = <&dpi1_out>;
> + };
> + };
> +
> + port@1 {
> + reg = <1>;
> +
> + sii9022_out: endpoint {
> + remote-endpoint = <&hdmi_connector_in>;
> + };
> + };
> + };
> + };
--
Regards
Vignesh
Powered by blists - more mailing lists