Commit c53bec16 authored by Stefan Agner's avatar Stefan Agner Committed by Shawn Guo

ARM: dts: colibri/apalis: use correct compatible for RTC

All Toradex Carrier Boards use a st,m41t0 compatible RTC. Compared
to a st,m41t00 this RTC has also an oscillator fail bit which allows
to detect when the RTC lost track of time.

Cc: Sanchayan Maity <maitysanchayan@gmail.com>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6742139b
...@@ -163,7 +163,7 @@ &i2c3 { ...@@ -163,7 +163,7 @@ &i2c3 {
/* M41T0M6 real time clock on carrier board */ /* M41T0M6 real time clock on carrier board */
rtc_i2c: rtc@68 { rtc_i2c: rtc@68 {
compatible = "st,m41t00"; compatible = "st,m41t0";
reg = <0x68>; reg = <0x68>;
}; };
}; };
......
...@@ -158,7 +158,7 @@ pcie-switch@58 { ...@@ -158,7 +158,7 @@ pcie-switch@58 {
/* M41T0M6 real time clock on carrier board */ /* M41T0M6 real time clock on carrier board */
rtc_i2c: rtc@68 { rtc_i2c: rtc@68 {
compatible = "st,m41t00"; compatible = "st,m41t0";
reg = <0x68>; reg = <0x68>;
}; };
}; };
......
...@@ -170,7 +170,7 @@ &i2c1 { ...@@ -170,7 +170,7 @@ &i2c1 {
/* M41T0M6 real time clock on carrier board */ /* M41T0M6 real time clock on carrier board */
rtc_i2c: rtc@68 { rtc_i2c: rtc@68 {
compatible = "st,m41t00"; compatible = "st,m41t0";
reg = <0x68>; reg = <0x68>;
}; };
}; };
......
...@@ -174,7 +174,7 @@ eeprom@50 { ...@@ -174,7 +174,7 @@ eeprom@50 {
/* M41T0M6 real time clock on carrier board */ /* M41T0M6 real time clock on carrier board */
rtc_i2c: rtc@68 { rtc_i2c: rtc@68 {
compatible = "st,m41t00"; compatible = "st,m41t0";
reg = <0x68>; reg = <0x68>;
}; };
}; };
......
...@@ -97,7 +97,7 @@ &i2c4 { ...@@ -97,7 +97,7 @@ &i2c4 {
/* M41T0M6 real time clock on carrier board */ /* M41T0M6 real time clock on carrier board */
rtc: m41t0m6@68 { rtc: m41t0m6@68 {
compatible = "st,m41t00"; compatible = "st,m41t0";
reg = <0x68>; reg = <0x68>;
}; };
}; };
......
...@@ -140,7 +140,7 @@ &i2c0 { ...@@ -140,7 +140,7 @@ &i2c0 {
/* M41T0M6 real time clock on carrier board */ /* M41T0M6 real time clock on carrier board */
rtc: m41t0m6@68 { rtc: m41t0m6@68 {
compatible = "st,m41t00"; compatible = "st,m41t0";
reg = <0x68>; reg = <0x68>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment