summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2022-12-17 20:39:52 -0800
committerAndrew Morton <akpm@linux-foundation.org>2022-12-17 20:39:52 -0800
commitb29e6ece454f7f4822b40441da393c3969c312b3 (patch)
tree8fc30e156e5f5adefa6ae6085c9b057f5f8413db /include/linux
parent77856d911a8c8724ee8e2b09d55979fc1de8f1c0 (diff)
parentf9ff5644bcc04221bae56f922122f2b7f5d24d62 (diff)
Resync master with latest Linus upstream
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,