maxim,max77802.h revision 302408
1227652Sgrehan/*
2227652Sgrehan * Copyright (C) 2014 Google, Inc
3227652Sgrehan *
4227652Sgrehan * This program is free software; you can redistribute it and/or modify
5227652Sgrehan * it under the terms of the GNU General Public License version 2 as
6227652Sgrehan * published by the Free Software Foundation.
7227652Sgrehan *
8227652Sgrehan * Device Tree binding constants clocks for the Maxim 77802 PMIC.
9227652Sgrehan */
10227652Sgrehan
11227652Sgrehan#ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H
12227652Sgrehan#define _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H
13227652Sgrehan
14227652Sgrehan/* Fixed rate clocks. */
15227652Sgrehan
16227652Sgrehan#define MAX77802_CLK_32K_AP		0
17227652Sgrehan#define MAX77802_CLK_32K_CP		1
18227652Sgrehan
19227652Sgrehan/* Total number of clocks. */
20227652Sgrehan#define MAX77802_CLKS_NUM		(MAX77802_CLK_32K_CP + 1)
21227652Sgrehan
22227652Sgrehan#endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H */
23227652Sgrehan