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>
This commit is contained in:
Marcel Ziswiler
2022-05-16 15:47:22 +02:00
committed by Shawn Guo
parent 0c1356e084
commit 5a0e803414
3 changed files with 17 additions and 12 deletions

View File

@@ -21,12 +21,6 @@ &fec1 {
&i2c4 {
status = "okay";
/* M41T0M6 real time clock on carrier board */
rtc: rtc@68 {
compatible = "st,m41t0";
reg = <0x68>;
};
};
&pwm1 {
@@ -45,6 +39,11 @@ &pwm4 {
status = "okay";
};
/* M41T0M6 real time clock */
&rtc {
status = "okay";
};
&uart1 {
status = "okay";
};

View File

@@ -56,12 +56,6 @@ &fec1 {
&i2c4 {
status = "okay";
/* M41T0M6 real time clock on carrier board */
rtc: rtc@68 {
compatible = "st,m41t0";
reg = <0x68>;
};
};
&pwm1 {
@@ -80,6 +74,11 @@ &pwm4 {
status = "okay";
};
/* M41T0M6 real time clock */
&rtc {
status = "okay";
};
&uart1 {
status = "okay";
};

View File

@@ -507,6 +507,13 @@ atmel_mxt_ts: touchscreen@4a {
reset-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; /* SODIMM 106 / RST */
status = "disabled";
};
/* M41T0M6 real time clock on carrier board */
rtc: rtc@68 {
compatible = "st,m41t0";
reg = <0x68>;
status = "disabled";
};
};
&lcdif {