From: Lee Jones Date: Tue, 12 May 2015 12:58:09 +0000 (+0100) Subject: mfd: dt-bindings: Provide human readable define for Clocksource mode X-Git-Tag: v4.14-rc1~4760^2~58^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f2536141ce12e405d70f868451e706216e7e52d;p=platform%2Fkernel%2Flinux-rpi.git mfd: dt-bindings: Provide human readable define for Clocksource mode ST's Low Power Controller can now operate in three supported modes; Watchdog, Real Time Clock and most recently as a Clocksource. This new define will allow the LPC IP to be configured for Clocksource from DT. Signed-off-by: Lee Jones --- diff --git a/include/dt-bindings/mfd/st-lpc.h b/include/dt-bindings/mfd/st-lpc.h index e3e6c75..d05894a 100644 --- a/include/dt-bindings/mfd/st-lpc.h +++ b/include/dt-bindings/mfd/st-lpc.h @@ -11,5 +11,6 @@ #define ST_LPC_MODE_RTC 0 #define ST_LPC_MODE_WDT 1 +#define ST_LPC_MODE_CLKSRC 2 #endif /* __DT_BINDINGS_ST_LPC_H__ */