diff options
| author | Chris Zhong <zyw@rock-chips.com> | 2014-09-03 09:51:43 -0400 |
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2014-09-26 03:15:55 -0400 |
| commit | a53b9a97ac33fa74d136c2e3fd0d76ba7872a1d0 (patch) | |
| tree | 3679608175213df7e6f226a4e31e78c35c291cc5 /include/dt-bindings | |
| parent | e9e9d3973594cadd9e892bc79f914f299bb61124 (diff) | |
mfd: dt-bindings: Add RK808 device tree bindings document
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>
Diffstat (limited to 'include/dt-bindings')
| -rw-r--r-- | include/dt-bindings/clock/rockchip,rk808.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rockchip,rk808.h b/include/dt-bindings/clock/rockchip,rk808.h new file mode 100644 index 000000000000..1a873432f965 --- /dev/null +++ b/include/dt-bindings/clock/rockchip,rk808.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | /* | ||
| 2 | * This header provides constants clk index RK808 pmic clkout | ||
| 3 | */ | ||
| 4 | #ifndef _CLK_ROCKCHIP_RK808 | ||
| 5 | #define _CLK_ROCKCHIP_RK808 | ||
| 6 | |||
| 7 | /* CLOCKOUT index */ | ||
| 8 | #define RK808_CLKOUT0 0 | ||
| 9 | #define RK808_CLKOUT1 1 | ||
| 10 | |||
| 11 | #endif | ||
