1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2a53b9a97SChris Zhong /* 3a53b9a97SChris Zhong * This header provides constants clk index RK808 pmic clkout 4a53b9a97SChris Zhong */ 5a53b9a97SChris Zhong #ifndef _CLK_ROCKCHIP_RK808 6a53b9a97SChris Zhong #define _CLK_ROCKCHIP_RK808 7a53b9a97SChris Zhong 8a53b9a97SChris Zhong /* CLOCKOUT index */ 9a53b9a97SChris Zhong #define RK808_CLKOUT0 0 10a53b9a97SChris Zhong #define RK808_CLKOUT1 1 11a53b9a97SChris Zhong 12a53b9a97SChris Zhong #endif 13