Skip to content

Commit ae41091

Browse files
dominiknh90r-vignesh
authored andcommitted
arm64: dts: ti: k3-am68-phyboard-izar: Assign dss clocks
Assign the dss clocks in the base dts so that display overlays can be used in any combination. Signed-off-by: Dominik Haller <d.haller@phytec.de> Link: https://patch.msgid.link/20260320212349.420951-2-d.haller@phytec.de Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent d532581 commit ae41091

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-am68-phyboard-izar.dts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,23 @@
298298
};
299299
};
300300

301+
&dss {
302+
/*
303+
* VP0 - Displayport
304+
* VP1 - DPI0
305+
* VP2 - DSI0
306+
* VP3 - DPI1/DSI1
307+
*/
308+
assigned-clocks = <&k3_clks 158 2>,
309+
<&k3_clks 158 5>,
310+
<&k3_clks 158 14>,
311+
<&k3_clks 158 18>;
312+
assigned-clock-parents = <&k3_clks 158 3>,
313+
<&k3_clks 158 7>,
314+
<&k3_clks 158 16>,
315+
<&k3_clks 158 22>;
316+
};
317+
301318
&i2c_som_rtc {
302319
trickle-resistor-ohms = <3000>;
303320
};

0 commit comments

Comments
 (0)