repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
include
/
dt-bindings
/
clock
/
rockchip,rk808.h
blob
75dabfc6adc14aae4c2f4f24603244ad07cb9e4b
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* This header provides constants clk index RK808 pmic clkout
4
*/
5
#ifndef _CLK_ROCKCHIP_RK808
6
#define _CLK_ROCKCHIP_RK808
7
8
/* CLOCKOUT index */
9
#define RK808_CLKOUT0 0
10
#define RK808_CLKOUT1 1
11
12
#endif