The series brings multiple fixes needed to get rtc ticking on am437x-gp-evm. This is tested on top of omap-for-v4.3/dt-v2 branch. Boot tested on AM437X-GP-EVM also tested rtc ticking via sysfs nodes. The series is on top of this patch: http://comments.gmane.org/gmane.linux.drivers.devicetree/131026 Keerthy (6): ARM: dts: AM43XX: Add clk_32k_rtc node rtc: omap: Add external clock enabling support ARM: AM43xx: Introduce a separate soc_is function for am438x series of SoCs ARM: dts: am43x-epos-evm: Add the am438 compatible string ARM: AM43XX: HWMOD: Add rtc hwmod ARM: dts: AM437X-GP-EVM: Enable rtc Changes in v2: * Couple of patches already pulled in. * Removed dt ext-clk-src and made use of clocks property to determine presence of external clock source. .../devicetree/bindings/arm/omap/omap.txt | 3 +++ arch/arm/boot/dts/am4372.dtsi | 2 ++ arch/arm/boot/dts/am437x-gp-evm.dts | 4 +++ arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- arch/arm/boot/dts/am43xx-clocks.dtsi | 6 +++++ arch/arm/mach-omap2/board-generic.c | 1 + arch/arm/mach-omap2/id.c | 2 ++ arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 16 ++++++++++-- arch/arm/mach-omap2/soc.h | 7 +++-- drivers/rtc/rtc-omap.c | 30 ++++++++++++++++++++++ 10 files changed, 68 insertions(+), 5 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html