From: Johan Jonker <jbx6244@gmail.com>
To: kever.yang@rock-chips.com
Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, u-boot@lists.denx.de,
w.egorov@phytec.de, hl@rock-chips.com,
jagan@amarulasolutions.com, heiko@sntech.de
Subject: [PATCH v1 01/15] rockchip: rk3228-power: sync power domain dt-binding header from Linux
Date: Mon, 7 Feb 2022 04:47:13 +0100 [thread overview]
Message-ID: <20220207034727.2683-1-jbx6244@gmail.com> (raw)
In order to update the DT for rk3228
sync the power domain dt-binding header.
This is the state as of v5.17 in Linux.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
include/dt-bindings/power/rk3228-power.h | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 include/dt-bindings/power/rk3228-power.h
diff --git a/include/dt-bindings/power/rk3228-power.h b/include/dt-bindings/power/rk3228-power.h
new file mode 100644
index 00000000..6a8dc1bf
--- /dev/null
+++ b/include/dt-bindings/power/rk3228-power.h
@@ -0,0 +1,21 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __DT_BINDINGS_POWER_RK3228_POWER_H__
+#define __DT_BINDINGS_POWER_RK3228_POWER_H__
+
+/**
+ * RK3228 idle id Summary.
+ */
+
+#define RK3228_PD_CORE 0
+#define RK3228_PD_MSCH 1
+#define RK3228_PD_BUS 2
+#define RK3228_PD_SYS 3
+#define RK3228_PD_VIO 4
+#define RK3228_PD_VOP 5
+#define RK3228_PD_VPU 6
+#define RK3228_PD_RKVDEC 7
+#define RK3228_PD_GPU 8
+#define RK3228_PD_PERI 9
+#define RK3228_PD_GMAC 10
+
+#endif
--
2.20.1
next reply other threads:[~2022-02-07 3:47 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-07 3:47 Johan Jonker [this message]
2022-02-07 3:47 ` [PATCH v1 02/15] rockchip: rk3228-cru: sync the clock dt-binding header from Linux Johan Jonker
2022-02-26 18:36 ` Simon Glass
2022-02-07 3:47 ` [PATCH v1 03/15] arm: dts: rockchip: sync rk322x.dtsi " Johan Jonker
2022-02-07 3:47 ` [PATCH v1 04/15] arm: dts: rockchip: sync rk3229-evb.dts " Johan Jonker
2022-02-07 3:47 ` [PATCH v1 05/15] rockchip: rk3288-power: sync power domain dt-binding header " Johan Jonker
2022-02-26 18:36 ` Simon Glass
2022-02-07 3:47 ` [PATCH v1 06/15] rockchip: rk3288-cru: sync the clock " Johan Jonker
2022-02-26 18:36 ` Simon Glass
2022-02-07 3:47 ` [PATCH v1 07/15] arm: dts: rockchip: sync rk3288.dtsi " Johan Jonker
2022-02-07 3:47 ` [PATCH v1 08/15] arm: dts: rockchip: move all rk3288 u-boot specific properties in separate dtsi files Johan Jonker
2022-02-07 3:47 ` [PATCH v1 09/15] rockchip: fix boot_devices constants Johan Jonker
2022-02-26 18:36 ` Simon Glass
2022-02-07 3:47 ` [PATCH v1 10/15] arm: dts: rockchip: sync rk3288 DT boards from Linux Johan Jonker
2022-02-07 3:47 ` [PATCH v1 11/15] arm: dts: rockchip: rename mipi_dsi label in rk3288-evb.dtsi Johan Jonker
2022-02-26 18:36 ` Simon Glass
2022-02-07 3:47 ` [PATCH v1 12/15] arm: dts: rockchip: remove hdmi_audio node from rk3288-veyron.dtsi Johan Jonker
2022-02-26 18:36 ` Simon Glass
2022-02-07 3:47 ` [PATCH v1 13/15] arm: dts: rockchip: move all rk3288-veyron u-boot related properties Johan Jonker
2022-02-07 3:47 ` [PATCH v1 14/15] arm: dts: rockchip: sync rk3288-veyron DT from Linux Johan Jonker
2022-02-07 3:47 ` [PATCH v1 15/15] arm: dts: rockchip: rk3288-evb: fix memory reg value Johan Jonker
2022-02-26 18:36 ` [PATCH v1 01/15] rockchip: rk3228-power: sync power domain dt-binding header from Linux Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220207034727.2683-1-jbx6244@gmail.com \
--to=jbx6244@gmail.com \
--cc=heiko@sntech.de \
--cc=hl@rock-chips.com \
--cc=jagan@amarulasolutions.com \
--cc=kever.yang@rock-chips.com \
--cc=philipp.tomsich@vrull.eu \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
--cc=w.egorov@phytec.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox