From 51ccf91df41cf8f4fe8c0641d4b7df265df8f033 Mon Sep 17 00:00:00 2001 From: Qubot <1445788683@qq.com> Date: Wed, 3 Jun 2026 23:25:53 +0800 Subject: [PATCH] sun60iw2: fix BPI-M8 U-Boot HDMI clock wiring --- arch/arm/dts/sun60i-a733-bananapi-m8.dts | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/arch/arm/dts/sun60i-a733-bananapi-m8.dts b/arch/arm/dts/sun60i-a733-bananapi-m8.dts index 16583563..9a971f7e 100644 --- a/arch/arm/dts/sun60i-a733-bananapi-m8.dts +++ b/arch/arm/dts/sun60i-a733-bananapi-m8.dts @@ -1272,8 +1272,10 @@ compatible = "allwinner,tcon-tv"; reg = <0x0 0x05730000 0x0 0x1000>; interrupts = ; - clocks = <&clk_tcon_tv0>; - clock-names = "rst_bus_tcon"; + clocks = <&clk_tcon_tv0>, + <&clk_tcon_tv0>; + clock-names = "clk_tcon", + "rst_bus_tcon"; top = <&vo1>; status = "okay"; @@ -1379,11 +1381,13 @@ compatible = "allwinner,sunxi-hdmi"; reg = <0x0 0x5520000 0x0 0x100000>; interrupts = ; - clocks = <&clk_hdmi_gate>, + clocks = <&clk_tcon_tv0>, + <&clk_hdmi_gate>, <&clk_hdmi_sfr>, <&clk_hdmi_main_rst>, <&clk_hdmi_sub_rst>; - clock-names = "clk_hdmi", + clock-names = "clk_tcon_tv", + "clk_hdmi", "clk_hdmi_24M", "rst_main", "rst_sub";