]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/dt-bindings/mfd/st-lpc.h
Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggy
[mirror_ubuntu-bionic-kernel.git] / include / dt-bindings / mfd / st-lpc.h
CommitLineData
0b30d25d
LJ
1/*
2 * This header provides shared DT/Driver defines for ST's LPC device
3 *
4 * Copyright (C) 2014 STMicroelectronics -- All Rights Reserved
5 *
6 * Author: Lee Jones <lee.jones@linaro.org> for STMicroelectronics
7 */
8
9#ifndef __DT_BINDINGS_ST_LPC_H__
10#define __DT_BINDINGS_ST_LPC_H__
11
12#define ST_LPC_MODE_RTC 0
13#define ST_LPC_MODE_WDT 1
6f253614 14#define ST_LPC_MODE_CLKSRC 2
0b30d25d
LJ
15
16#endif /* __DT_BINDINGS_ST_LPC_H__ */