summaryrefslogtreecommitdiff
path: root/include/linux/mfd/rohm-bd718x7.h
diff options
context:
space:
mode:
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>2020-01-20 15:44:19 +0200
committerLee Jones <lee.jones@linaro.org>2020-01-24 07:22:47 +0000
commitae866dec742687b0bff407013b91badba524f7ee (patch)
tree4015f7ab20b6b56150515d492b3763338e0136fd /include/linux/mfd/rohm-bd718x7.h
parente795bf725dabc918298e74cb29303ea6783f1874 (diff)
clk: bd718x7: Support ROHM BD71828 clk block
BD71828GW is a single-chip power management IC for battery-powered portable devices. Add support for controlling BD71828 clk using bd718x7 driver. Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/rohm-bd718x7.h')
-rw-r--r--include/linux/mfd/rohm-bd718x7.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/mfd/rohm-bd718x7.h b/include/linux/mfd/rohm-bd718x7.h
index 7f2dbde402a1..bee2474a8f9f 100644
--- a/include/linux/mfd/rohm-bd718x7.h
+++ b/include/linux/mfd/rohm-bd718x7.h
@@ -191,12 +191,6 @@ enum {
#define IRQ_ON_REQ 0x02
#define IRQ_STBY_REQ 0x01
-/* BD718XX_REG_OUT32K bits */
-#define BD718XX_OUT32K_EN 0x01
-
-/* BD7183XX gated clock rate */
-#define BD718XX_CLK_RATE 32768
-
/* ROHM BD718XX irqs */
enum {
BD718XX_INT_STBY_REQ,