mediatek: copy patches-6.1 to patches-6.6
[openwrt/staging/981213.git] / target / linux / mediatek / patches-6.6 / 721-dts-mt7622-mediatek-fix-300mhz.patch
1 From: Jip de Beer <gpk6x3591g0l@opayq.com>
2 Date: Sun, 9 Jan 2022 13:14:04 +0100
3 Subject: [PATCH] mediatek mt7622: fix 300mhz typo in dts
4
5 The lowest frequency should be 300MHz, since that is the label
6 assigned to the OPP in the mt7622.dtsi device tree, while there is one
7 missing zero in the actual value.
8
9 To be clear, the lowest frequency should be 300MHz instead of 30MHz.
10
11 As mentioned @dangowrt on the OpenWrt forum there is no benefit in
12 leaving 30MHz as the lowest frequency.
13
14 Signed-off-by: Jip de Beer <gpk6x3591g0l@opayq.com>
15 Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
16 ---
17 --- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
18 +++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
19 @@ -24,7 +24,7 @@
20 compatible = "operating-points-v2";
21 opp-shared;
22 opp-300000000 {
23 - opp-hz = /bits/ 64 <30000000>;
24 + opp-hz = /bits/ 64 <300000000>;
25 opp-microvolt = <950000>;
26 };
27