From: Beleswar Prasad Padhi <b-padhi@ti.com>
To: Dominik Haller <d.haller@phytec.de>, <adrien.grassein@gmail.com>,
<jernej.skrabec@gmail.com>, <onas@kwiboo.se>,
<Laurent.pinchart@ideasonboard.com>, <krzk+dt@kernel.org>,
<conor+dt@kernel.org>, <robh@kernel.org>,
Nishanth Menon <nm@ti.com>,
"Vignesh Raghavendra" <vigneshr@ti.com>,
Tero Kristo <kristo@kernel.org>
Cc: <dri-devel@lists.freedesktop.org>, <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<upstream@lists.phytec.de>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 4/6] arm64: dts: ti: k3-j721s2-main: Add DSI1
Date: Tue, 10 Mar 2026 16:02:58 +0530 [thread overview]
Message-ID: <0b3ee45b-a83e-40bf-a463-bd7b36906245@ti.com> (raw)
In-Reply-To: <20260130205820.83189-5-d.haller@phytec.de>
On 31/01/26 02:28, Dominik Haller wrote:
> Add the second DSI instance and its corresponding phy to the main domain
> include file.
>
> Signed-off-by: Dominik Haller <d.haller@phytec.de>
Reviewed-by: Beleswar Padhi <b-padhi@ti.com>
Thanks,
Beleswar
> ---
> arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 39 ++++++++++++++++++++++
> 1 file changed, 39 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi
> index 80c51b11ac9f..80a32c451d1b 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi
> @@ -1815,6 +1815,19 @@ dphy_tx0: phy@4480000 {
> status = "disabled";
> };
>
> + dphy_tx1: phy@4481000 {
> + compatible = "ti,j721e-dphy";
> + reg = <0x00 0x04481000 0x00 0x00001000>;
> + clocks = <&k3_clks 364 8>, <&k3_clks 364 14>;
> + clock-names = "psm", "pll_ref";
> + #phy-cells = <0>;
> + power-domains = <&k3_pds 364 TI_SCI_PD_EXCLUSIVE>;
> + assigned-clocks = <&k3_clks 364 14>;
> + assigned-clock-parents = <&k3_clks 364 15>;
> + assigned-clock-rates = <19200000>;
> + status = "disabled";
> + };
> +
> dsi0: dsi@4800000 {
> compatible = "ti,j721e-dsi";
> reg = <0x00 0x04800000 0x00 0x00100000>,
> @@ -1841,6 +1854,32 @@ port@1 {
> };
> };
>
> + dsi1: dsi@4900000 {
> + compatible = "ti,j721e-dsi";
> + reg = <0x00 0x04900000 0x00 0x00100000>,
> + <0x00 0x04720000 0x00 0x00000100>;
> + clocks = <&k3_clks 155 4>, <&k3_clks 155 1>;
> + clock-names = "dsi_p_clk", "dsi_sys_clk";
> + power-domains = <&k3_pds 155 TI_SCI_PD_EXCLUSIVE>;
> + interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>;
> + phys = <&dphy_tx1>;
> + phy-names = "dphy";
> + status = "disabled";
> +
> + dsi1_ports: ports {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + port@0 {
> + reg = <0>;
> + };
> +
> + port@1 {
> + reg = <1>;
> + };
> + };
> + };
> +
> dss: dss@4a00000 {
> compatible = "ti,j721e-dss";
> reg = <0x00 0x04a00000 0x00 0x10000>, /* common_m */
next prev parent reply other threads:[~2026-03-10 10:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260130205820.83189-1-d.haller@phytec.de>
2026-01-30 20:58 ` [PATCH 1/6] arm64: dts: ti: k3-am68-phyboard-izar: Assign dss clocks Dominik Haller
2026-01-30 20:58 ` [PATCH 2/6] arm64: dts: ti: k3-am68-phycore-som: Add DSI->LVDS bridge Dominik Haller
2026-01-30 20:58 ` [PATCH 3/6] arm64: dts: ti: k3-am68-phyboard-izar: Add LVDS-Display Dominik Haller
2026-01-30 20:58 ` [PATCH 4/6] arm64: dts: ti: k3-j721s2-main: Add DSI1 Dominik Haller
2026-03-10 10:32 ` Beleswar Prasad Padhi [this message]
2026-01-30 20:58 ` [PATCH 5/6] dt-bindings: display: bridge: lt8912b: Drop reset gpio requirement Dominik Haller
2026-02-09 17:58 ` Rob Herring (Arm)
2026-01-30 20:58 ` [PATCH 6/6] arm64: dts: ti: k3-am68-phyboard-izar: Add PEB-AV-15 overlay Dominik Haller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0b3ee45b-a83e-40bf-a463-bd7b36906245@ti.com \
--to=b-padhi@ti.com \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=adrien.grassein@gmail.com \
--cc=conor+dt@kernel.org \
--cc=d.haller@phytec.de \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jernej.skrabec@gmail.com \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=onas@kwiboo.se \
--cc=robh@kernel.org \
--cc=upstream@lists.phytec.de \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®