summaryrefslogtreecommitdiff
path: root/include/dt-bindings/power-domain
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-30 22:55:20 (GMT)
committerSimon Glass <sjg@chromium.org>2015-09-03 03:28:23 (GMT)
commit344c837686b4268882ee4942f2a1e5e5716c7383 (patch)
tree77f791f5177587b561a8560ec8c3b871249877de /include/dt-bindings/power-domain
parent765a1b1eb397f613a1d522224221d1dd4a812888 (diff)
downloadu-boot-fsl-qoriq-344c837686b4268882ee4942f2a1e5e5716c7383.tar.xz
rockchip: Bring in RK3288 device tree file includes and bindings
Bring in required device tree files from Linux. Since mainline Linux is somewhat behind, use the files from the Chromium tree. We can re-sync once further code is acccepted upstream. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/dt-bindings/power-domain')
-rw-r--r--include/dt-bindings/power-domain/rk3288.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/dt-bindings/power-domain/rk3288.h b/include/dt-bindings/power-domain/rk3288.h
new file mode 100644
index 0000000..ca68c11
--- /dev/null
+++ b/include/dt-bindings/power-domain/rk3288.h
@@ -0,0 +1,11 @@
+#ifndef __DT_BINDINGS_POWER_DOMAIN_RK3288_H__
+#define __DT_BINDINGS_POWER_DOMAIN_RK3288_H__
+
+/* RK3288 power domain index */
+#define RK3288_PD_GPU 0
+#define RK3288_PD_VIO 1
+#define RK3288_PD_VIDEO 2
+#define RK3288_PD_HEVC 3
+#define RK3288_PD_PERI 4
+
+#endif