Message ID | 20230417034728.2670-1-walker.chen@starfivetech.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Conor Dooley |
Headers | show |
Series | [v1] riscv: dts: starfive: Add PMU controller node | expand |
Context | Check | Description |
---|---|---|
conchuod/tree_selection | fail | Failed to apply to next/pending-fixes or riscv/for-next |
From: Conor Dooley <conor.dooley@microchip.com> On Mon, 17 Apr 2023 11:47:28 +0800, Walker Chen wrote: > Add the pmu controller node for the StarFive JH7110 SoC. The PMU needs > to be used by other modules, e.g. VPU,ISP,etc. > > Applied to riscv-dt-for-next, thanks! [1/1] riscv: dts: starfive: Add PMU controller node https://git.kernel.org/conor/c/6a887bcc4138 Thanks, Conor.
diff --git a/arch/riscv/boot/dts/starfive/jh7110.dtsi b/arch/riscv/boot/dts/starfive/jh7110.dtsi index 4c5fdb905da8..30e1f34d5cf8 100644 --- a/arch/riscv/boot/dts/starfive/jh7110.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110.dtsi @@ -496,5 +496,12 @@ gpio-controller; #gpio-cells = <2>; }; + + pwrc: power-controller@17030000 { + compatible = "starfive,jh7110-pmu"; + reg = <0x0 0x17030000 0x0 0x10000>; + interrupts = <111>; + #power-domain-cells = <1>; + }; }; };