maxim,max77686.h revision 1.1.1.1
1/*	$NetBSD: maxim,max77686.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $	*/
2
3/*
4 * Copyright (C) 2014 Google, Inc
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 *
10 * Device Tree binding constants clocks for the Maxim 77686 PMIC.
11 */
12
13#ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77686_CLOCK_H
14#define _DT_BINDINGS_CLOCK_MAXIM_MAX77686_CLOCK_H
15
16/* Fixed rate clocks. */
17
18#define MAX77686_CLK_AP		0
19#define MAX77686_CLK_CP		1
20#define MAX77686_CLK_PMIC	2
21
22/* Total number of clocks. */
23#define MAX77686_CLKS_NUM		(MAX77686_CLK_PMIC + 1)
24
25#endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77686_CLOCK_H */
26