Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lee.jones@linaro.org>

Lee Jones 6f253614 bc0195aa

+1
+1
include/dt-bindings/mfd/st-lpc.h
··· 11 11 12 12 #define ST_LPC_MODE_RTC 0 13 13 #define ST_LPC_MODE_WDT 1 14 + #define ST_LPC_MODE_CLKSRC 2 14 15 15 16 #endif /* __DT_BINDINGS_ST_LPC_H__ */