diff --git a/patch/kernel/archive/meson64-6.1/add-board-waveshare-cm4-io-base-b.patch b/patch/kernel/archive/meson64-6.1/add-board-waveshare-cm4-io-base-b.patch index 1c8ce9def8..fe0a4a85d0 100644 --- a/patch/kernel/archive/meson64-6.1/add-board-waveshare-cm4-io-base-b.patch +++ b/patch/kernel/archive/meson64-6.1/add-board-waveshare-cm4-io-base-b.patch @@ -60,8 +60,8 @@ index 000000000000..2c988290d48a + }; + + fanctrl: emc2305@2f { -+ reg = <0x2f>; + compatible = "smsc,emc2305"; ++ reg = <0x2f>; + #address-cells = <1>; + #size-cells = <0>; + #cooling-cells = <0x02>; @@ -78,7 +78,7 @@ index 000000000000..2c988290d48a + }; + + fanmax0: fanmax0 { -+ temperature = <70000>; ++ temperature = <65000>; + hysteresis = <2000>; + type = "active"; + }; diff --git a/patch/kernel/archive/meson64-6.5/dt/meson-g12b-waveshare-cm4-io-base-b.dts b/patch/kernel/archive/meson64-6.5/dt/meson-g12b-waveshare-cm4-io-base-b.dts index 2c988290d4..e27e341337 100644 --- a/patch/kernel/archive/meson64-6.5/dt/meson-g12b-waveshare-cm4-io-base-b.dts +++ b/patch/kernel/archive/meson64-6.5/dt/meson-g12b-waveshare-cm4-io-base-b.dts @@ -24,8 +24,8 @@ }; fanctrl: emc2305@2f { - reg = <0x2f>; compatible = "smsc,emc2305"; + reg = <0x2f>; #address-cells = <1>; #size-cells = <0>; #cooling-cells = <0x02>; @@ -42,7 +42,7 @@ }; fanmax0: fanmax0 { - temperature = <70000>; + temperature = <65000>; hysteresis = <2000>; type = "active"; }; diff --git a/patch/kernel/archive/meson64-6.6/dt/meson-g12b-waveshare-cm4-io-base-b.dts b/patch/kernel/archive/meson64-6.6/dt/meson-g12b-waveshare-cm4-io-base-b.dts index 2c988290d4..e27e341337 100644 --- a/patch/kernel/archive/meson64-6.6/dt/meson-g12b-waveshare-cm4-io-base-b.dts +++ b/patch/kernel/archive/meson64-6.6/dt/meson-g12b-waveshare-cm4-io-base-b.dts @@ -24,8 +24,8 @@ }; fanctrl: emc2305@2f { - reg = <0x2f>; compatible = "smsc,emc2305"; + reg = <0x2f>; #address-cells = <1>; #size-cells = <0>; #cooling-cells = <0x02>; @@ -42,7 +42,7 @@ }; fanmax0: fanmax0 { - temperature = <70000>; + temperature = <65000>; hysteresis = <2000>; type = "active"; };