Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (C) 2015 Markus Reichl
0004  *
0005  * Device Tree binding constants clocks for the Samsung S2MPS11 PMIC.
0006  */
0007 
0008 #ifndef _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H
0009 #define _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H
0010 
0011 /* Fixed rate clocks. */
0012 
0013 #define S2MPS11_CLK_AP      0
0014 #define S2MPS11_CLK_CP      1
0015 #define S2MPS11_CLK_BT      2
0016 
0017 /* Total number of clocks. */
0018 #define S2MPS11_CLKS_NUM        (S2MPS11_CLK_BT + 1)
0019 
0020 #endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H */