diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-09-18 14:43:32 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-09-26 12:41:29 +0300 |
commit | 09fc0daccbb53725abfbd46f63ea622808bd57a8 (patch) | |
tree | e3a7301ca5087d62599f9a8fc805fe6237cf9592 /arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | |
parent | 1c5f335f61ffb838fc3cc1cec9464067663eb8c8 (diff) | |
download | linux-09fc0daccbb53725abfbd46f63ea622808bd57a8.tar.xz |
ARM: dts: imx6qdl-zii-rdu2: Disable the internal RTC
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi index 7fff3717cf7c..85e79a33bcd4 100644 --- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi @@ -813,6 +813,10 @@ status = "okay"; }; +&snvs_rtc { + status = "disabled"; +}; + &ssi1 { status = "okay"; }; |