1
0
Fork 0

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>
hifive-unleashed-5.1
Fabio Estevam 2018-09-18 08:43:32 -03:00 committed by Shawn Guo
parent 1c5f335f61
commit 09fc0daccb
1 changed files with 4 additions and 0 deletions

View File

@ -813,6 +813,10 @@
status = "okay";
};
&snvs_rtc {
status = "disabled";
};
&ssi1 {
status = "okay";
};