Fix hdmi no display issue
Signed-off-by: August <mingxin.android@gmail.com>
This commit is contained in:
parent
952fb9ce7d
commit
6e3b26154d
1 changed files with 2 additions and 2 deletions
4
lichee/linux-4.9/arch/arm64/boot/dts/sunxi/sun50iw1p1-clk.dtsi
Normal file → Executable file
4
lichee/linux-4.9/arch/arm64/boot/dts/sunxi/sun50iw1p1-clk.dtsi
Normal file → Executable file
|
@ -384,7 +384,7 @@ clocks {
|
|||
#clock-cells = <0>;
|
||||
compatible = "allwinner,periph-clock";
|
||||
assigned-clocks = <&clk_tcon1>;
|
||||
assigned-clock-parents = <&clk_pll_video1>;
|
||||
assigned-clock-parents = <&clk_pll_video0>;
|
||||
clock-output-names = "tcon1";
|
||||
};
|
||||
clk_deinterlace: deinterlace {
|
||||
|
@ -431,7 +431,7 @@ clocks {
|
|||
#clock-cells = <0>;
|
||||
compatible = "allwinner,periph-clock";
|
||||
assigned-clocks = <&clk_hdmi>;
|
||||
assigned-clock-parents = <&clk_pll_video1>;
|
||||
assigned-clock-parents = <&clk_pll_video0>;
|
||||
clock-output-names = "hdmi";
|
||||
};
|
||||
clk_hdmi_slow: hdmi_slow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue