forked from mirrors/linux
		
	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: Stefan Agner <stefan@agner.ch> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
		
							parent
							
								
									6742139b1d
								
							
						
					
					
						commit
						c53bec16b1
					
				
					 6 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -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 {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* 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 {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* 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 {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* 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 {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* 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 {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* 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>;
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue