diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2022-05-16 16:47:22 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-06-11 12:13:32 +0300 |
commit | 5a0e80341496e44e1e1a73487a17aaa25ef07e6a (patch) | |
tree | b4ac6a20b23e1eab705abfd25f85edd45dc1521f /arch/arm/boot/dts/imx7-colibri-aster.dtsi | |
parent | 0c1356e084496ee1f288eda286acac6ec991d913 (diff) | |
download | linux-5a0e80341496e44e1e1a73487a17aaa25ef07e6a.tar.xz |
ARM: dts: imx7-colibri: move rtc node
Move I2C RTC to module-level to be enabled on carrier board-level.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7-colibri-aster.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7-colibri-aster.dtsi | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/imx7-colibri-aster.dtsi b/arch/arm/boot/dts/imx7-colibri-aster.dtsi index f3a5cb7d6a0c..9796bfabe241 100644 --- a/arch/arm/boot/dts/imx7-colibri-aster.dtsi +++ b/arch/arm/boot/dts/imx7-colibri-aster.dtsi @@ -21,12 +21,6 @@ &i2c4 { status = "okay"; - - /* M41T0M6 real time clock on carrier board */ - rtc: rtc@68 { - compatible = "st,m41t0"; - reg = <0x68>; - }; }; &pwm1 { @@ -45,6 +39,11 @@ status = "okay"; }; +/* M41T0M6 real time clock */ +&rtc { + status = "okay"; +}; + &uart1 { status = "okay"; }; |