13 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * This header provides constants clk index RK808 pmic clkout4 */5#ifndef _CLK_ROCKCHIP_RK8086#define _CLK_ROCKCHIP_RK8087 8/* CLOCKOUT index */9#define RK808_CLKOUT0 010#define RK808_CLKOUT1 111 12#endif13