Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.2-rc4 11 lines 339 B view raw
1/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ 2/* Copyright (C) 2018 Jernej Skrabec <jernej.skrabec@siol.net> */ 3 4#ifndef _DT_BINDINGS_CLOCK_SUN8I_TCON_TOP_H_ 5#define _DT_BINDINGS_CLOCK_SUN8I_TCON_TOP_H_ 6 7#define CLK_TCON_TOP_TV0 0 8#define CLK_TCON_TOP_TV1 1 9#define CLK_TCON_TOP_DSI 2 10 11#endif /* _DT_BINDINGS_CLOCK_SUN8I_TCON_TOP_H_ */