Staging
v0.5.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b authored by Linus Torvalds on 17 March 2019, 21:22:26 UTC
Linux 5.1-rc1
Tip revision: 9e98c67
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