maxim,max77802.h revision 1.1.1.1
1/* $NetBSD: maxim,max77802.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 77802 PMIC. 11 */ 12 13#ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H 14#define _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H 15 16/* Fixed rate clocks. */ 17 18#define MAX77802_CLK_32K_AP 0 19#define MAX77802_CLK_32K_CP 1 20 21/* Total number of clocks. */ 22#define MAX77802_CLKS_NUM (MAX77802_CLK_32K_CP + 1) 23 24#endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H */ 25