1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/linux-elm/fix-spi-nor-max-frequency.patch
Milan P. Stanić 9e888661a2 testing/linux-elm: upgrade to 5.15.11
revert patches to use ones from old versions, mmc is faster with them
about 30%
2021-12-24 10:17:15 +00:00

11 lines
335 B
Diff

--- a/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi 2021-01-03 10:20:26.482347785 +0000
+++ b/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi 2021-01-03 11:36:43.321775391 +0000
@@ -437,7 +437,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
- spi-max-frequency = <50000000>;
+ spi-max-frequency = <109200000>;
};
};