Commit 5a0e8034 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Shawn Guo
Browse files

ARM: dts: imx7-colibri: move rtc node



Move I2C RTC to module-level to be enabled on carrier board-level.

Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0c1356e0
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -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";
};
+5 −6
Original line number Diff line number Diff line
@@ -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";
};
+7 −0
Original line number Diff line number Diff line
@@ -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 {