diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-01-03 16:28:01 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-01-04 10:51:21 +0100 |
commit | 06dfaf1dc27fe9735a6961d99965600bfd28c693 (patch) | |
tree | 54c4aabe06398b54f6bedbd5e0d595220dba2fd1 /arch/arm/boot/dts/sun9i-a80.dtsi | |
parent | ARM: dts: sun8i: r40: Use tcon top clock index macros (diff) | |
download | linux-06dfaf1dc27fe9735a6961d99965600bfd28c693.tar.xz linux-06dfaf1dc27fe9735a6961d99965600bfd28c693.zip |
ARM: dts: sunxi: Add missing LVDS resets and clocks
Some old SoCs, while supporting LVDS, don't list the LVDS clocks and reset
lines. Let's add them when relevant.
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'arch/arm/boot/dts/sun9i-a80.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun9i-a80.dtsi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun9i-a80.dtsi b/arch/arm/boot/dts/sun9i-a80.dtsi index 3b533e85da43..ce4fa6706d06 100644 --- a/arch/arm/boot/dts/sun9i-a80.dtsi +++ b/arch/arm/boot/dts/sun9i-a80.dtsi @@ -878,8 +878,12 @@ interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; clocks = <&ccu CLK_BUS_LCD0>, <&ccu CLK_LCD0>; clock-names = "ahb", "tcon-ch0"; - resets = <&ccu RST_BUS_LCD0>, <&ccu RST_BUS_EDP>; - reset-names = "lcd", "edp"; + resets = <&ccu RST_BUS_LCD0>, + <&ccu RST_BUS_EDP>, + <&ccu RST_BUS_LVDS>; + reset-names = "lcd", + "edp", + "lvds"; clock-output-names = "tcon0-pixel-clock"; #clock-cells = <0>; |