Skip to content

Commit db0da07

Browse files
dominiknh90r-vignesh
authored andcommitted
arm64: dts: ti: k3-j721s2-main: Add DSI1
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> Link: https://patch.msgid.link/20260320212349.420951-5-d.haller@phytec.de Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent 1bdfd6a commit db0da07

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,6 +1815,19 @@
18151815
status = "disabled";
18161816
};
18171817

1818+
dphy_tx1: phy@4481000 {
1819+
compatible = "ti,j721e-dphy";
1820+
reg = <0x00 0x04481000 0x00 0x00001000>;
1821+
clocks = <&k3_clks 364 8>, <&k3_clks 364 14>;
1822+
clock-names = "psm", "pll_ref";
1823+
#phy-cells = <0>;
1824+
power-domains = <&k3_pds 364 TI_SCI_PD_EXCLUSIVE>;
1825+
assigned-clocks = <&k3_clks 364 14>;
1826+
assigned-clock-parents = <&k3_clks 364 15>;
1827+
assigned-clock-rates = <19200000>;
1828+
status = "disabled";
1829+
};
1830+
18181831
dsi0: dsi@4800000 {
18191832
compatible = "ti,j721e-dsi";
18201833
reg = <0x00 0x04800000 0x00 0x00100000>,
@@ -1841,6 +1854,32 @@
18411854
};
18421855
};
18431856

1857+
dsi1: dsi@4900000 {
1858+
compatible = "ti,j721e-dsi";
1859+
reg = <0x00 0x04900000 0x00 0x00100000>,
1860+
<0x00 0x04720000 0x00 0x00000100>;
1861+
clocks = <&k3_clks 155 4>, <&k3_clks 155 1>;
1862+
clock-names = "dsi_p_clk", "dsi_sys_clk";
1863+
power-domains = <&k3_pds 155 TI_SCI_PD_EXCLUSIVE>;
1864+
interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>;
1865+
phys = <&dphy_tx1>;
1866+
phy-names = "dphy";
1867+
status = "disabled";
1868+
1869+
dsi1_ports: ports {
1870+
#address-cells = <1>;
1871+
#size-cells = <0>;
1872+
1873+
port@0 {
1874+
reg = <0>;
1875+
};
1876+
1877+
port@1 {
1878+
reg = <1>;
1879+
};
1880+
};
1881+
};
1882+
18441883
dss: dss@4a00000 {
18451884
compatible = "ti,j721e-dss";
18461885
reg = <0x00 0x04a00000 0x00 0x10000>, /* common_m */

0 commit comments

Comments
 (0)