From: Keerthy <[email protected]> Enable RTC on am437x-gp-evm.
Signed-off-by: Keerthy <[email protected]> Signed-off-by: Dave Gerlach <[email protected]> --- arch/arm/boot/dts/am437x-gp-evm.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index f84d971..b2a16c2 100644 --- a/arch/arm/boot/dts/am437x-gp-evm.dts +++ b/arch/arm/boot/dts/am437x-gp-evm.dts @@ -651,3 +651,7 @@ }; }; }; + +&rtc { + status = "okay"; +}; -- 2.3.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
