mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-04 13:04:22 +00:00
ce37d2c690
Removed because similar version is upstream: x86/patches-5.10/020-x86-Fix-compile-problem.patch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.10.y&id=cc6ddd6fa93eb59ac6f63158a6466e45ad0ca94c Manually adapted the following patch: mediatek/patches-5.10/100-dts-update-mt7622-rfb1.patch Add new configuration symbols for tegra target. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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
|
|
@@ -560,12 +560,16 @@
|
|
status = "okay";
|
|
};
|
|
|
|
+&rtc {
|
|
+ status = "disabled";
|
|
+};
|
|
+
|
|
&sata {
|
|
- status = "disable";
|
|
+ status = "disabled";
|
|
};
|
|
|
|
&sata_phy {
|
|
- status = "disable";
|
|
+ status = "disabled";
|
|
};
|
|
|
|
&spi0 {
|