summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorAmit Singh Tomar <amittomer25@gmail.com>2021-12-02 21:23:28 +0300
committerTom Rini <trini@konsulko.com>2022-01-18 20:48:17 +0300
commita7e7baea0a12decfb3e4cfae8b7c08ac48ad1bae (patch)
tree02ce73daa82e39d46560d50d03543bf2a96d02a6 /include/dt-bindings
parent05c2ff7dc6fef0a9ed2f8e315c25104ce675b416 (diff)
downloadu-boot-a7e7baea0a12decfb3e4cfae8b7c08ac48ad1bae.tar.xz
ARM: dts: sync Actions Semi S700 DT from Linux v5.16-rc3
This Synchronizes the Actions Semi S700 SoC DT changes from commit "g58e1100fdc59" ("Linux v5.16-rc3"). Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/power/owl-s700-powergate.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/dt-bindings/power/owl-s700-powergate.h b/include/dt-bindings/power/owl-s700-powergate.h
new file mode 100644
index 0000000000..4cf1aefbf0
--- /dev/null
+++ b/include/dt-bindings/power/owl-s700-powergate.h
@@ -0,0 +1,19 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Actions Semi S700 SPS
+ *
+ * Copyright (c) 2017 Andreas Färber
+ */
+#ifndef DT_BINDINGS_POWER_OWL_S700_POWERGATE_H
+#define DT_BINDINGS_POWER_OWL_S700_POWERGATE_H
+
+#define S700_PD_VDE 0
+#define S700_PD_VCE_SI 1
+#define S700_PD_USB2_1 2
+#define S700_PD_HDE 3
+#define S700_PD_DMA 4
+#define S700_PD_DS 5
+#define S700_PD_USB3 6
+#define S700_PD_USB2_0 7
+
+#endif