]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: ti: k3-am68-phyboard-izar: Assign dss clocks
authorDominik Haller <d.haller@phytec.de>
Fri, 20 Mar 2026 21:23:42 +0000 (14:23 -0700)
committerVignesh Raghavendra <vigneshr@ti.com>
Sun, 22 Mar 2026 12:07:41 +0000 (17:37 +0530)
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>
arch/arm64/boot/dts/ti/k3-am68-phyboard-izar.dts

index e221ccb30e9528757847c81017ed056e57ad8fe2..225fe7a7803b609d3d9c7a79df8457562d0a7c1b 100644 (file)
        };
 };
 
+&dss {
+       /*
+        * VP0 - Displayport
+        * VP1 - DPI0
+        * VP2 - DSI0
+        * VP3 - DPI1/DSI1
+        */
+       assigned-clocks = <&k3_clks 158 2>,
+                         <&k3_clks 158 5>,
+                         <&k3_clks 158 14>,
+                         <&k3_clks 158 18>;
+       assigned-clock-parents = <&k3_clks 158 3>,
+                                <&k3_clks 158 7>,
+                                <&k3_clks 158 16>,
+                                <&k3_clks 158 22>;
+};
+
 &i2c_som_rtc {
        trickle-resistor-ohms = <3000>;
 };