diff options
| author | Weijie Gao <[email protected]> | 2025-03-07 11:22:28 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-30 09:14:44 -0600 |
| commit | bc09d20b51336ab61a5ea9c373275338752f9a9c (patch) | |
| tree | 9efa767c4a527f64364aa344e8c3b344e4978dce | |
| parent | f87b959080d95528c93cc7fcae84768aafc75740 (diff) | |
arm: dts: mediatek: disable fan node for mt7987
There's no fan in MedisTek's reference design. Disable it for now.
Signed-off-by: Weijie Gao <[email protected]>
| -rw-r--r-- | arch/arm/dts/mt7987a.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/mt7987a.dtsi b/arch/arm/dts/mt7987a.dtsi index bf53e89eca8..365fefdbe17 100644 --- a/arch/arm/dts/mt7987a.dtsi +++ b/arch/arm/dts/mt7987a.dtsi @@ -29,7 +29,7 @@ &fan { pwms = <&pwm 0 50000 0>; - status = "okay"; + status = "disabled"; }; &i2c0 { |
