forked from Minki/linux
a53b9a97ac
Add device tree bindings documentation and a header file for rockchip's RK808 pmic. Signed-off-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Chris Zhong <zyw@rock-chips.com> Signed-off-by: Zhang Qing <zhangqing@rock-chips.com> Tested-by: Heiko <heiko@sntech.de> Signed-off-by: Lee Jones <lee.jones@linaro.org>
12 lines
205 B
C
12 lines
205 B
C
/*
|
|
* This header provides constants clk index RK808 pmic clkout
|
|
*/
|
|
#ifndef _CLK_ROCKCHIP_RK808
|
|
#define _CLK_ROCKCHIP_RK808
|
|
|
|
/* CLOCKOUT index */
|
|
#define RK808_CLKOUT0 0
|
|
#define RK808_CLKOUT1 1
|
|
|
|
#endif
|