[PATCH v2 01/12] dt-bindings: allwinner: Add TCON_TOP_LCD clock defines
Chen-Yu Tsai
wens at csie.org
Mon Jul 21 07:59:08 PDT 2025
Hi.
On Sun, Jul 20, 2025 at 4:51 PM Ryan Walklin <ryan at testtoast.com> wrote:
>
> The Allwinner H700 exposes RGB and LVDS pins as well as a HDMI
> connector. This requires additional clocks for the TCON_TOP as per the
> T507 datasheet (which shares the same die).
>
> Acked-by: Rob Herring (Arm) <robh at kernel.org>
> Signed-off-by: Ryan Walklin <ryan at testtoast.com>
> ---
> include/dt-bindings/clock/sun8i-tcon-top.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/dt-bindings/clock/sun8i-tcon-top.h b/include/dt-bindings/clock/sun8i-tcon-top.h
> index 25164d767835..2a12d047d2e1 100644
> --- a/include/dt-bindings/clock/sun8i-tcon-top.h
> +++ b/include/dt-bindings/clock/sun8i-tcon-top.h
> @@ -7,5 +7,7 @@
> #define CLK_TCON_TOP_TV0 0
> #define CLK_TCON_TOP_TV1 1
> #define CLK_TCON_TOP_DSI 2
> +#define CLK_TCON_TOP_LCD0 3
> +#define CLK_TCON_TOP_LCD1 4
I'm confused as I don't see these new ones used anywhere in the series.
ChenYu
More information about the linux-arm-kernel
mailing list