diff options
| author | Robert Marko | 2024-11-21 21:04:41 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2024-11-28 18:48:14 +0000 |
| commit | 7a945bf88b99f304a7214e3036aeb52d8bc3cfee (patch) | |
| tree | 8ca930b66fc177dec94a65b27b4e8b3d09c97ed3 | |
| parent | f93bba30d7ea704e5948d4c0c79d7e2432b9e82e (diff) | |
| download | openwrt-7a945bf88b99f304a7214e3036aeb52d8bc3cfee.tar.gz | |
Revert "mediatek: fix pwn fan settings for sinovoip bpi-r3"
This reverts commit 3467ea905b40f0df87700a15b716b1f5a4efc955.
I merged it by accident.
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 52b6c9247997e51a97f13bb9e94749bc34e2d52e)
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz@true.cz>
| -rw-r--r-- | target/linux/mediatek/patches-5.15/196-dts-mt7986a-bpi-r3-pwm-fan-cooling-levels.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/mediatek/patches-5.15/196-dts-mt7986a-bpi-r3-pwm-fan-cooling-levels.patch b/target/linux/mediatek/patches-5.15/196-dts-mt7986a-bpi-r3-pwm-fan-cooling-levels.patch deleted file mode 100644 index 267c654f35..0000000000 --- a/target/linux/mediatek/patches-5.15/196-dts-mt7986a-bpi-r3-pwm-fan-cooling-levels.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts -+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts -@@ -46,7 +46,7 @@ - compatible = "pwm-fan"; - #cooling-cells = <2>; - /* cooling level (0, 1, 2) - pwm inverted */ -- cooling-levels = <255 96 0>; -+ cooling-levels = <255 40 0>; - pwms = <&pwm 0 10000>; - status = "okay"; - }; |