sun60iw2: fix BPI-M8 U-Boot HDMI clock wiring
This commit is contained in:
parent
bf935e30b2
commit
51ccf91df4
@ -1272,8 +1272,10 @@
|
||||
compatible = "allwinner,tcon-tv";
|
||||
reg = <0x0 0x05730000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
|
||||
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 = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
|
||||
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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user