Re: [PATCH 5/7] powerpc/85xx: Add power management support for MPC85xxMDS boards
From: Kumar Gala <hidden>
Date: 2009-11-05 14:02:49
On Nov 5, 2009, at 7:58 AM, Kumar Gala wrote:
quoted hunk ↗ jump to hunk
On Sep 15, 2009, at 4:43 PM, Anton Vorontsov wrote:quoted
- Add power management controller nodes; - Add interrupts for RTC nodes, the RTC interrupt may be used as a wakeup source; - Add sleep properties and sleep-nexus nodes. Signed-off-by: Anton Vorontsov <redacted> Acked-by: Scott Wood <redacted> --- arch/powerpc/boot/dts/mpc8568mds.dts | 119 ++++++++++++++++++ +---------- arch/powerpc/boot/dts/mpc8569mds.dts | 111 +++++++++++++++++ +--------- arch/powerpc/platforms/85xx/mpc85xx_mds.c | 1 + 3 files changed, 153 insertions(+), 78 deletions(-)diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts index 00c2bbd..6d892ba 100644--- a/arch/powerpc/boot/dts/mpc8568mds.dts +++ b/arch/powerpc/boot/dts/mpc8568mds.dts@@ -40,6 +40,8 @@i-cache-line-size = <32>; // 32 bytes d-cache-size = <0x8000>; // L1, 32K i-cache-size = <0x8000>; // L1, 32K + sleep = <&pmc 0x00008000 // core + &pmc 0x00004000>; // timebase Just so I'm clear this is the devdisr bit position?
Also where in the code do we use this? I'm not seeing it. - k