summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2022-12-18 07:41:05 +0300
committerAndrew Morton <akpm@linux-foundation.org>2022-12-18 07:41:05 +0300
commitbcd5b5912c6ce4f7c9491407a38b5d0acd11459b (patch)
tree6b2969f20a58b3b7461e02f087965b4f4568244a /include/linux
parent563a5423b7b75e1bee8b91caddf3181cca2a74bd (diff)
parentb29e6ece454f7f4822b40441da393c3969c312b3 (diff)
downloadlinux-bcd5b5912c6ce4f7c9491407a38b5d0acd11459b.tar.xz
Merge branch 'master' into mm-nonmm-stable
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mfd/rn5t618.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/mfd/rn5t618.h b/include/linux/mfd/rn5t618.h
index 8aa0bda1af4f..aacb6d51e99c 100644
--- a/include/linux/mfd/rn5t618.h
+++ b/include/linux/mfd/rn5t618.h
@@ -227,6 +227,15 @@
#define RN5T618_WATCHDOG_WDOGTIM_S 0
#define RN5T618_PWRIRQ_IR_WDOG BIT(6)
+#define RN5T618_POFFHIS_PWRON BIT(0)
+#define RN5T618_POFFHIS_TSHUT BIT(1)
+#define RN5T618_POFFHIS_VINDET BIT(2)
+#define RN5T618_POFFHIS_IODET BIT(3)
+#define RN5T618_POFFHIS_CPU BIT(4)
+#define RN5T618_POFFHIS_WDG BIT(5)
+#define RN5T618_POFFHIS_DCLIM BIT(6)
+#define RN5T618_POFFHIS_N_OE BIT(7)
+
enum {
RN5T618_DCDC1,
RN5T618_DCDC2,