Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2016 NVIDIA CORPORATION. All rights reserved.
0004  *
0005  * Device Tree binding constants clocks for the Maxim 77620 PMIC.
0006  */
0007 
0008 #ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77620_CLOCK_H
0009 #define _DT_BINDINGS_CLOCK_MAXIM_MAX77620_CLOCK_H
0010 
0011 /* Fixed rate clocks. */
0012 
0013 #define MAX77620_CLK_32K_OUT0       0
0014 
0015 /* Total number of clocks. */
0016 #define MAX77620_CLKS_NUM       (MAX77620_CLK_32K_OUT0 + 1)
0017 
0018 #endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77620_CLOCK_H */