mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
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:
parent
0c1356e084
commit
5a0e803414
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user