mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
a93a55044b
Usually the Linux dts changes were synced in specific tags in Allwinner, to keep track for whats been synced so-far and plan for future syncs. But this patch sync sun50i-h6* dts(i) files from Linux w/o any specific tag since these dts(i) changes are required for new H6 boards support. Linux commit details about the sun50i-h6* sync: "arm64: dts: allwinner: h6: move MMC pinctrl to dtsi" (sha1: 6ba2e45d57afdfd982d12f168edd6a79a65075d8) Linux commit details about the sun8i-tcon-top.h sync: "dt-bindings: display: sunxi-drm: Add TCON TOP description" (sha1: 59a9c39544cd1e5952c2a33028d71aa8180648f8) Part of the sync initiated by 'Clément Péron'. Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
11 lines
339 B
C
11 lines
339 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/* Copyright (C) 2018 Jernej Skrabec <jernej.skrabec@siol.net> */
|
|
|
|
#ifndef _DT_BINDINGS_CLOCK_SUN8I_TCON_TOP_H_
|
|
#define _DT_BINDINGS_CLOCK_SUN8I_TCON_TOP_H_
|
|
|
|
#define CLK_TCON_TOP_TV0 0
|
|
#define CLK_TCON_TOP_TV1 1
|
|
#define CLK_TCON_TOP_DSI 2
|
|
|
|
#endif /* _DT_BINDINGS_CLOCK_SUN8I_TCON_TOP_H_ */
|