mbox series

[0/2] ARM: dts: am33xx/am4372: Add cpuidle dt states

Message ID 20191213041725.16831-1-d-gerlach@ti.com (mailing list archive)
Headers show
Series ARM: dts: am33xx/am4372: Add cpuidle dt states | expand

Message

Dave Gerlach Dec. 13, 2019, 4:17 a.m. UTC
Hi,
This series adds DT idle states for TI am33xx and am4372 platforms.
The mpu_gate is added for both platforms which gates the MPU clock
to save power during idle. It depends on the driver series sent
here [1].

Regards,
Dave

[1] https://marc.info/?l=linux-kernel&m=157620644400324&w=2

Dave Gerlach (2):
  ARM: dts: am33xx: Add idle_states for cpuidle
  ARM: dts: am4372: Add idle_states for cpuidle

 arch/arm/boot/dts/am33xx.dtsi | 12 ++++++++++++
 arch/arm/boot/dts/am4372.dtsi | 12 ++++++++++++
 2 files changed, 24 insertions(+)

Comments

Tony Lindgren Feb. 27, 2020, 5:35 p.m. UTC | #1
* Dave Gerlach <d-gerlach@ti.com> [191212 20:16]:
> Hi,
> This series adds DT idle states for TI am33xx and am4372 platforms.
> The mpu_gate is added for both platforms which gates the MPU clock
> to save power during idle. It depends on the driver series sent
> here [1].
> 
> Regards,
> Dave
> 
> [1] https://marc.info/?l=linux-kernel&m=157620644400324&w=2

Thanks applying into omap-for-v5.7/dt.

Regards,

Tony