Created
June 13, 2024 08:08
-
-
Save swdee/481fa5916ecdeb0c3dc308a11b7a27e3 to your computer and use it in GitHub Desktop.
Rock 5B Custom Fan Curve
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dts-v1/; | |
/plugin/; | |
/ { | |
metadata { | |
title = "My Custom Overlays"; | |
category = "misc"; | |
compatible = "radxa,rock-5b", "rockchip,rk3588"; | |
description = "My Custom Overlays"; | |
}; | |
// modify cpu fan cooling levels | |
fragment@0 { | |
target = <&fan0>; | |
__overlay__ { | |
cooling-levels = <0 84 128 192 255>; | |
}; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment