Skip to content

Instantly share code, notes, and snippets.

@swdee
Created June 13, 2024 08:08
Show Gist options
  • Save swdee/481fa5916ecdeb0c3dc308a11b7a27e3 to your computer and use it in GitHub Desktop.
Save swdee/481fa5916ecdeb0c3dc308a11b7a27e3 to your computer and use it in GitHub Desktop.
Rock 5B Custom Fan Curve
/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