From: Ryan Wanner <Ryan.Wanner@microchip.com>
This patch set adds the Low Power Mode pin feature to the SAMA7 SoCs.
Changes v1 -> v2:
- The 2.5v regulator has been removed as it has been applied.
- Adjust the dt-binding to allow more than 1 phandle.
- Adjust the commit message to explain better what the Low power mode
pin does.
- Simplify the how the lpm pin property is parsed from the DT.
Claudiu Beznea (2):
ARM: at91: PM: implement selection of LPM
ARM: dts: at91: sama7g5ek: add microchip,lpm-connection on shdwc node
Varshini Rajendran (1):
dt-bindings: power: reset: atmel,sama5d2-shdwc: add lpm binding
.../power/reset/atmel,sama5d2-shdwc.yaml | 19 ++++
.../arm/boot/dts/microchip/at91-sama7g5ek.dts | 1 +
arch/arm/mach-at91/pm.c | 96 ++++++++++++++++++-
arch/arm/mach-at91/pm.h | 1 +
arch/arm/mach-at91/pm_data-offsets.c | 1 +
arch/arm/mach-at91/pm_suspend.S | 48 +++++++++-
6 files changed, 158 insertions(+), 8 deletions(-)
--
2.43.0