Staging
v0.5.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d authored by Greg Kroah-Hartman on 22 October 2018, 06:37:37 UTC
Linux 4.19
Tip revision: 84df952
maxim,max9485.h
/*
 * Copyright (C) 2018 Daniel Mack
 *
 * 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.
 *
 */

#ifndef __DT_BINDINGS_MAX9485_CLK_H
#define __DT_BINDINGS_MAX9485_CLK_H

#define MAX9485_MCLKOUT	0
#define MAX9485_CLKOUT	1
#define MAX9485_CLKOUT1	2
#define MAX9485_CLKOUT2	3

#endif /* __DT_BINDINGS_MAX9485_CLK_H */
back to top