mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 17:23:36 +00:00
ba6165bc83
Most of the clock related dt-binding header files are located in dt-bindings/clock folder. It would be good to keep all the similar header files at a single location. This was discovered while investigating the state of ownership of the files in include/dt-bindings/ according to the MAINTAINERS file. This change here is similar to commit8e28918a85
("dt-bindings: clock: Move ti-dra7-atl.h to dt-bindings/clock") and commit35d35aae81
("dt-bindings: clock: Move at91.h to dt-bindigs/clock"). Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Link: https://lore.kernel.org/r/20220613081632.2159-3-lukas.bulwahn@gmail.com Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
14 lines
280 B
C
14 lines
280 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* This file defines field values used by the versaclock 6 family
|
|
* for defining output type
|
|
*/
|
|
|
|
#define VC5_LVPECL 0
|
|
#define VC5_CMOS 1
|
|
#define VC5_HCSL33 2
|
|
#define VC5_LVDS 3
|
|
#define VC5_CMOS2 4
|
|
#define VC5_CMOSD 5
|
|
#define VC5_HCSL25 6
|