You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
575 B
21 lines
575 B
/*
|
|
* Device Tree defines for tacna devices
|
|
*
|
|
* Copyright (C) 2018 Cirrus Logic, Inc. and
|
|
* Cirrus Logic International Semiconductor Ltd.
|
|
*
|
|
* Author: Stuart Henderson <stuarth@opensource.cirrus.com>
|
|
*
|
|
* 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_MFD_TACNA_H
|
|
#define _DT_BINDINGS_MFD_TACNA_H
|
|
|
|
#define TACNA_32KZ_MCLK1 1
|
|
#define TACNA_32KZ_MCLK2 2
|
|
#define TACNA_32KZ_SYSCLK 3
|
|
|
|
#endif
|
|
|