The in-SoC RTC of the Bananapi R64 is more disruptive than useful without a battery connected. Disable it to not have Linux use the RTC provided time 2000-01-01 00:00:00 after power-loss. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
		
			
				
	
	
		
			22 lines
		
	
	
		
			343 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			343 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
 | 
						|
+++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
 | 
						|
@@ -559,12 +559,16 @@
 | 
						|
 	status = "okay";
 | 
						|
 };
 | 
						|
 
 | 
						|
+&rtc {
 | 
						|
+	status = "disabled";
 | 
						|
+};
 | 
						|
+
 | 
						|
 &sata {
 | 
						|
-	status = "disable";
 | 
						|
+	status = "disabled";
 | 
						|
 };
 | 
						|
 
 | 
						|
 &sata_phy {
 | 
						|
-	status = "disable";
 | 
						|
+	status = "disabled";
 | 
						|
 };
 | 
						|
 
 | 
						|
 &spi0 {
 |