Linux Audio

Check our new training course

Buildroot integration, development and maintenance

Need a Buildroot system for your embedded project?
Loading...
v4.6
 
 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
v6.13.7
 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