Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 5d01410fe4d92081f349b013a2e7a95429e4f2c9 authored by Linus Torvalds on 23 November 2014, 23:25:20 UTC
Linux 3.18-rc6
Tip revision: 5d01410
rockchip,rk808.h
/*
 * 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
back to top