summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorSrinivas Kandagatla2014-03-11 10:35:12 +0100
committerSrinivas Kandagatla2014-03-11 11:03:27 +0100
commitda3e02a2366dd30f1f2bcd5ff528c0057f7e2f04 (patch)
treead791e94f85faa6d44fd6f802c38479466e9fc2f /include/dt-bindings
parentARM: STi: STiH415: Add soft reset controller support. (diff)
downloadkernel-qcow2-linux-da3e02a2366dd30f1f2bcd5ff528c0057f7e2f04.tar.gz
kernel-qcow2-linux-da3e02a2366dd30f1f2bcd5ff528c0057f7e2f04.tar.xz
kernel-qcow2-linux-da3e02a2366dd30f1f2bcd5ff528c0057f7e2f04.zip
ARM: STi: STiH416: Add reset controller support.
This patch adds a reset controller node to the SOC device tree and also adds new header files with reset lines required for other device tree nodes. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/reset-controller/stih416-resets.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/dt-bindings/reset-controller/stih416-resets.h b/include/dt-bindings/reset-controller/stih416-resets.h
new file mode 100644
index 000000000000..d7da55f08cd6
--- /dev/null
+++ b/include/dt-bindings/reset-controller/stih416-resets.h
@@ -0,0 +1,21 @@
+/*
+ * This header provides constants for the reset controller
+ * based peripheral powerdown requests on the STMicroelectronics
+ * STiH416 SoC.
+ */
+#ifndef _DT_BINDINGS_RESET_CONTROLLER_STIH416
+#define _DT_BINDINGS_RESET_CONTROLLER_STIH416
+
+#define STIH416_EMISS_POWERDOWN 0
+#define STIH416_NAND_POWERDOWN 1
+#define STIH416_KEYSCAN_POWERDOWN 2
+#define STIH416_USB0_POWERDOWN 3
+#define STIH416_USB1_POWERDOWN 4
+#define STIH416_USB2_POWERDOWN 5
+#define STIH416_USB3_POWERDOWN 6
+#define STIH416_SATA0_POWERDOWN 7
+#define STIH416_SATA1_POWERDOWN 8
+#define STIH416_PCIE0_POWERDOWN 9
+#define STIH416_PCIE1_POWERDOWN 10
+
+#endif /* _DT_BINDINGS_RESET_CONTROLLER_STIH416 */