Fix hdmi no display issue

Signed-off-by: August <mingxin.android@gmail.com>
This commit is contained in:
August 2018-08-07 20:44:18 +08:00
parent 952fb9ce7d
commit 6e3b26154d

View file

@ -384,7 +384,7 @@ clocks {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "allwinner,periph-clock"; compatible = "allwinner,periph-clock";
assigned-clocks = <&clk_tcon1>; assigned-clocks = <&clk_tcon1>;
assigned-clock-parents = <&clk_pll_video1>; assigned-clock-parents = <&clk_pll_video0>;
clock-output-names = "tcon1"; clock-output-names = "tcon1";
}; };
clk_deinterlace: deinterlace { clk_deinterlace: deinterlace {
@ -431,7 +431,7 @@ clocks {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "allwinner,periph-clock"; compatible = "allwinner,periph-clock";
assigned-clocks = <&clk_hdmi>; assigned-clocks = <&clk_hdmi>;
assigned-clock-parents = <&clk_pll_video1>; assigned-clock-parents = <&clk_pll_video0>;
clock-output-names = "hdmi"; clock-output-names = "hdmi";
}; };
clk_hdmi_slow: hdmi_slow { clk_hdmi_slow: hdmi_slow {