Hi,
The following patches enable UDDRC, DDR3 PHY, SECURAM and SHDWC IPs
on SAMA7G5.
Besides this patch 1/1 avoid the panic on PM initialization code allowing
the system to boot when PM is enabled but not enough information is
provided in DT.
Changes in v2:
- changes cover letter title from
"ARM: dts: at91: enable ips for sama7g5" to
"ARM: at91: add new nodes to DT and fix for PM"
- update the device tree patches title and description
- added patch "ARM: at91: pm: do not panic if ram controllers are not
enabled"
Claudiu Beznea (4):
ARM: at91: pm: do not panic if ram controllers are not enabled
ARM: dts: at91: sama7g5: add ram controllers
ARM: dts: at91: sama7g5: add securam node
ARM: dts: at91: sama7g5: add shdwc node
arch/arm/boot/dts/at91-sama7g5ek.dts | 9 ++++
arch/arm/boot/dts/sama7g5.dtsi | 34 ++++++++++++
arch/arm/mach-at91/pm.c | 78 ++++++++++++++++++++++------
3 files changed, 105 insertions(+), 16 deletions(-)