The rtc IP has a bit to switch source from internal to external clock. Adding a flag to convey the source.
Signed-off-by: Keerthy <j-keer...@ti.com> --- arch/arm/boot/dts/am437x-idk-evm.dts | 1 + arch/arm/boot/dts/am437x-sk-evm.dts | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/am437x-idk-evm.dts b/arch/arm/boot/dts/am437x-idk-evm.dts index 37834427..f7d8656 100644 --- a/arch/arm/boot/dts/am437x-idk-evm.dts +++ b/arch/arm/boot/dts/am437x-idk-evm.dts @@ -395,6 +395,7 @@ &rtc { status = "okay"; + ext-clk-src; }; &wdt { diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts index c17097d..2698884 100644 --- a/arch/arm/boot/dts/am437x-sk-evm.dts +++ b/arch/arm/boot/dts/am437x-sk-evm.dts @@ -671,6 +671,7 @@ &rtc { status = "okay"; + ext-clk-src; }; &wdt { -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html