OSDN Git Service

ARM: dts: imx6qdl-zii-rdu2: Disable the internal RTC
authorFabio Estevam <festevam@gmail.com>
Tue, 18 Sep 2018 11:43:32 +0000 (08:43 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 26 Sep 2018 09:41:29 +0000 (17:41 +0800)
On the imx6qdl-zii-rdu2 board the RTC functionality is provided via
a DS1341 RTC connected via I2C bus, so we can safely disable the internal
one.

Reported-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Tested-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi

index 7fff371..85e79a3 100644 (file)
        status = "okay";
 };
 
+&snvs_rtc {
+       status = "disabled";
+};
+
 &ssi1 {
        status = "okay";
 };