mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
659f4a13dd
With Linux 6.1 many of our downstream patches and out-of-tree files can be removed or at least replaced by backported upstream commits. Signed-off-by: Daniel Golle <daniel@makrotopia.org> [fix CMDLINE_OVERRIDE for arm64] Signed-off-by: Bjørn Mork <bjorn@mork.no>
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
|
|
@@ -558,12 +558,16 @@
|
|
status = "okay";
|
|
};
|
|
|
|
+&rtc {
|
|
+ status = "disabled";
|
|
+};
|
|
+
|
|
&sata {
|
|
- status = "disable";
|
|
+ status = "disabled";
|
|
};
|
|
|
|
&sata_phy {
|
|
- status = "disable";
|
|
+ status = "disabled";
|
|
};
|
|
|
|
&spi0 {
|