Explorar o código

mediatek: disable RTC on Bananapi R64 and refresh patches

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 <[email protected]>
Daniel Golle %!s(int64=5) %!d(string=hai) anos
pai
achega
8dd0215676

+ 1 - 1
target/linux/mediatek/patches-5.10/112-dts-fix-bpi64-lan-names.patch

@@ -8,7 +8,7 @@
  	};
  
  	chosen {
-@@ -160,22 +162,22 @@
+@@ -160,22 +161,22 @@
  
  				port@1 {
  					reg = <1>;

+ 3 - 3
target/linux/mediatek/patches-5.10/113-dts-fix-bpi64-leds-and-buttons.patch

@@ -1,6 +1,6 @@
 --- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
 +++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
-@@ -20,6 +20,10 @@
+@@ -19,6 +19,10 @@
  	aliases {
  		serial0 = &uart0;
  		ethernet0 = &gmac0;
@@ -11,7 +11,7 @@
  	};
  
  	chosen {
-@@ -43,8 +47,8 @@
+@@ -42,8 +46,8 @@
  		compatible = "gpio-keys";
  
  		factory {
@@ -22,7 +22,7 @@
  			gpios = <&pio 0 GPIO_ACTIVE_HIGH>;
  		};
  
-@@ -58,17 +62,25 @@
+@@ -57,17 +61,25 @@
  	leds {
  		compatible = "gpio-leds";
  

+ 21 - 0
target/linux/mediatek/patches-5.10/114-dts-bpi64-disable-rtc.patch

@@ -0,0 +1,21 @@
+--- 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 {

+ 1 - 1
target/linux/mediatek/patches-5.10/602-arm64-dts-mediatek-Split-PCIe-node-for-MT2712-MT7622.patch

@@ -253,7 +253,7 @@ Signed-off-by: chuanjia.liu <[email protected]>
  				#interrupt-cells = <1>;
 --- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
 +++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
-@@ -271,18 +271,16 @@
+@@ -270,18 +270,16 @@
  	};
  };