• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2020 frank@allwinnertech.com
4  */
5 
6 #ifndef _CCU_SUN50IW10_H_
7 #define _CCU_SUN50IW10_H_
8 
9 #include <dt-bindings/clock/sun50iw10-ccu.h>
10 #include <dt-bindings/reset/sun50iw10-ccu.h>
11 
12 #define CLK_NUMBER		(CLK_CSI_ISP + 1)
13 
14 #endif /* _CCU_SUN50IW10_H_ */
15