From: Peng Fan <peng.fan@oss.nxp.com>
To: Charles Perry <charles.perry@microchip.com>
Cc: u-boot@lists.denx.de, Rahul Pathak <rahul@summations.net>,
Anup Patel <anup@brainfault.org>, Tom Rini <trini@konsulko.com>,
Jaehoon Chung <jh80.chung@samsung.com>,
Peng Fan <peng.fan@nxp.com>,
Neil Armstrong <neil.armstrong@linaro.org>,
Simon Glass <sjg@chromium.org>,
Kory Maincent <kory.maincent@bootlin.com>,
Kuan-Wei Chiu <visitorckw@gmail.com>,
Raymond Mao <raymond.mao@riscstar.com>,
Quentin Schulz <quentin.schulz@cherry.de>,
Stefan Roese <stefan.roese@mailbox.org>,
Jerome Forissier <jerome.forissier@arm.com>,
Philip Molloy <philip.molloy@analog.com>,
Tien Fong Chee <tien.fong.chee@altera.com>,
Casey Connolly <casey.connolly@linaro.org>,
Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>,
Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com>,
Sumit Garg <sumit.garg@oss.qualcomm.com>,
"Markus Schneider-Pargmann (TI.com)" <msp@baylibre.com>,
Marek Vasut <marek.vasut@mailbox.org>,
Aswin Murugan <aswin.murugan@oss.qualcomm.com>
Subject: Re: [PATCH 5/7] drivers: power: add support for RPMI power domains
Date: Mon, 29 Jun 2026 14:28:18 +0800 [thread overview]
Message-ID: <akIQggjnR/8JfkWQ@shlinux89> (raw)
In-Reply-To: <20260626201613.1035208-6-charles.perry@microchip.com>
On Fri, Jun 26, 2026 at 01:15:46PM -0700, Charles Perry wrote:
>The RISC-V Platform Management Interface (RPMI) defines the device power
>service group [1] that is used to control power domains. This is used to
>implement a UCLASS_POWER_DOMAIN driver.
>
>[1]: https://github.com/riscv-non-isa/riscv-rpmi (chapter 4.9)
>
>Signed-off-by: Charles Perry <charles.perry@microchip.com>
>---
...
>+};
>+
>+static const struct udevice_id rpmi_pd_ids[] = {
>+ { .compatible = "riscv,rpmi-device-power" },
Not find this binding in Linux kernel or dt-schema.
Regards
Peng.
next prev parent reply other threads:[~2026-06-29 6:25 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-26 20:15 [PATCH 0/7] Add support for RPMI to U-Boot Charles Perry
2026-06-26 20:15 ` [PATCH 1/7] firmware: add support for RPMI Charles Perry
2026-06-27 1:09 ` Yao Zi
2026-07-06 14:52 ` Charles Perry
2026-06-26 20:15 ` [PATCH 2/7] firmware: rpmi: add support for the SBI MPXY transport Charles Perry
2026-06-27 1:30 ` Yao Zi
2026-07-06 15:04 ` Charles Perry
2026-06-26 20:15 ` [PATCH 3/7] firmware: rpmi: add support for shared memory transport Charles Perry
2026-06-26 20:15 ` [PATCH 4/7] drivers: clk: add support for RPMI clocks Charles Perry
2026-06-27 1:47 ` Yao Zi
2026-07-06 15:14 ` Charles Perry
2026-06-26 20:15 ` [PATCH 5/7] drivers: power: add support for RPMI power domains Charles Perry
2026-06-29 6:28 ` Peng Fan [this message]
2026-07-06 14:20 ` Charles Perry
2026-06-26 20:15 ` [PATCH 6/7] firmware: rpmi: add a test and a sandbox driver Charles Perry
2026-06-26 20:15 ` [PATCH 7/7] firmware: rpmi: add a test and sandbox for device power Charles Perry
2026-06-28 5:07 ` [PATCH 0/7] Add support for RPMI to U-Boot Anup Patel
2026-07-06 14:04 ` Charles Perry
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=akIQggjnR/8JfkWQ@shlinux89 \
--to=peng.fan@oss.nxp.com \
--cc=alif.zakuan.yuslaimi@altera.com \
--cc=anup@brainfault.org \
--cc=aswin.murugan@oss.qualcomm.com \
--cc=balaji.selvanathan@oss.qualcomm.com \
--cc=casey.connolly@linaro.org \
--cc=charles.perry@microchip.com \
--cc=jerome.forissier@arm.com \
--cc=jh80.chung@samsung.com \
--cc=kory.maincent@bootlin.com \
--cc=marek.vasut@mailbox.org \
--cc=msp@baylibre.com \
--cc=neil.armstrong@linaro.org \
--cc=peng.fan@nxp.com \
--cc=philip.molloy@analog.com \
--cc=quentin.schulz@cherry.de \
--cc=rahul@summations.net \
--cc=raymond.mao@riscstar.com \
--cc=sjg@chromium.org \
--cc=stefan.roese@mailbox.org \
--cc=sumit.garg@oss.qualcomm.com \
--cc=tien.fong.chee@altera.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=visitorckw@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.