You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
/*
|
|
* Copyright (c) 2017 Rockchip Electronics Co. Ltd.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_CLK_RK618_CRU_H
|
|
#define _DT_BINDINGS_CLK_RK618_CRU_H
|
|
|
|
#define LCDC0_CLK 1
|
|
#define LCDC1_CLK 2
|
|
#define VIF_PLLIN_CLK 3
|
|
#define SCALER_PLLIN_CLK 4
|
|
#define VIF_PLL_CLK 5
|
|
#define SCALER_PLL_CLK 6
|
|
#define VIF0_CLK 7
|
|
#define VIF1_CLK 8
|
|
#define SCALER_IN_CLK 9
|
|
#define SCALER_CLK 10
|
|
#define DITHER_CLK 11
|
|
#define HDMI_CLK 12
|
|
#define MIPI_CLK 13
|
|
#define LVDS_CLK 14
|
|
#define LVTTL_CLK 15
|
|
#define RGB_CLK 16
|
|
#define VIF0_PRE_CLK 17
|
|
#define VIF1_PRE_CLK 18
|
|
#define CODEC_CLK 19
|
|
|
|
#endif
|