1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/linux-elm/fix-spi-nor-max-frequency.patch
Milan P. Stanić 2129095634 testing/linux-elm: upgrade to 5.10.5
disable options and drivers which are not needed for elm chromebook
enable some drivers and options to increase performance
add fix-spi-nor-max-frequency.patch to fix spi-nor frequency
2021-01-06 18:41:20 +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>;
};
};