sun60iw2: set TCON TV clock parent for HDMI

This commit is contained in:
Qubot 2026-06-04 00:16:51 +08:00
parent 51ccf91df4
commit 59fd84ee51

View File

@ -323,12 +323,16 @@ clocks {
clk_tcon_tv0: tcon_tv0 {
#clock-cells = <0>;
compatible = "allwinner,periph-clock";
assigned-clocks = <&clk_tcon_tv0>;
assigned-clock-parents = <&clk_pll_video1x4>;
clock-output-names = "tcon_tv0";
};
clk_tcon_tv1: tcon_tv1 {
#clock-cells = <0>;
compatible = "allwinner,periph-clock";
assigned-clocks = <&clk_tcon_tv1>;
assigned-clock-parents = <&clk_pll_video1x4>;
clock-output-names = "tcon_tv1";
};