[PATCH v2 1/4] ARM: pxa: add memory resource to RTC device
From: robert.jarzmik@free.fr (Robert Jarzmik)
Date: 2015-05-01 16:17:45
Also in:
linux-rtc
From: robert.jarzmik@free.fr (Robert Jarzmik)
Date: 2015-05-01 16:17:45
Also in:
linux-rtc
Rob Herring [off-list ref] writes:
Add the memory resource for the sa1100-rtc device. Since the memory resource is already present in the pxa_rtc_resources, that makes sa1100_rtc_resources and pxa_rtc_resources equivalent, so use pxa_rtc_resources for both devices and remove the duplicate sa1100_rtc_resources. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Daniel Mack <daniel@zonque.org> Cc: Haojian Zhuang <haojian.zhuang@gmail.com> Cc: Robert Jarzmik <robert.jarzmik@free.fr> Cc: Russell King <redacted> Cc: linux-arm-kernel at lists.infradead.org --- v2: - Rebase to v4.1-rc1
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> -- Robert