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/sun8i-a23-a33.dtsi | |
parent | 0a934343a4bf8aad1df7582a49c34038bc56f72d (diff) | |
download | lwn-06dfaf1dc27fe9735a6961d99965600bfd28c693.tar.gz lwn-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/sun8i-a23-a33.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-a33.dtsi | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi index 70ec3493061b..48487f6d4ab9 100644 --- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi @@ -184,13 +184,17 @@ interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; dmas = <&dma 12>; clocks = <&ccu CLK_BUS_LCD>, - <&ccu CLK_LCD_CH0>; + <&ccu CLK_LCD_CH0>, + <&ccu 13>; clock-names = "ahb", - "tcon-ch0"; + "tcon-ch0", + "lvds-alt"; clock-output-names = "tcon-pixel-clock"; #clock-cells = <0>; - resets = <&ccu RST_BUS_LCD>; - reset-names = "lcd"; + resets = <&ccu RST_BUS_LCD>, + <&ccu RST_BUS_LVDS>; + reset-names = "lcd", + "lvds"; status = "disabled"; ports { |