Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 9395452b4aab7bc2475ef8935b4a4fb99d778d70 authored by Linus Torvalds on 12 September 2016, 03:02:25 UTC
Linux 4.8-rc6
Tip revision: 9395452
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