https://github.com/torvalds/linux
Raw File
Tip revision: 9ffecb10283508260936b96022d4ee43a7798b4c authored by Linus Torvalds on 27 September 2015, 11:50:08 UTC
Linux 4.3-rc3
Tip revision: 9ffecb1
maxim,max77802.h
/*
 * Copyright (C) 2014 Google, Inc
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 *
 * Device Tree binding constants clocks for the Maxim 77802 PMIC.
 */

#ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H
#define _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H

/* Fixed rate clocks. */

#define MAX77802_CLK_32K_AP		0
#define MAX77802_CLK_32K_CP		1

/* Total number of clocks. */
#define MAX77802_CLKS_NUM		(MAX77802_CLK_32K_CP + 1)

#endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H */
back to top