RE: [PATCH v2 07/11] ARM: at91: pm: Tie the memory controller type to the ramc id

2017-03-28 Thread Wenyou.Yang
; ; Alexandre Belloni electrons.com> > Subject: [PATCH v2 07/11] ARM: at91: pm: Tie the memory controller type to the > ramc id > > Instead of relying on the SoC type to select the memory controller type, use > the > device tree ids as they are parsed anyway. > > Signed-o

[PATCH v2 07/11] ARM: at91: pm: Tie the memory controller type to the ramc id

2017-03-28 Thread Alexandre Belloni
Instead of relying on the SoC type to select the memory controller type, use the device tree ids as they are parsed anyway. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/pm.c | 30 -- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/arch/arm/m