Skip to content

Commit

Permalink
fix: add comment to note why we need to adjust system settings
Browse files Browse the repository at this point in the history
radxa-pkg#341

Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Jul 5, 2024
1 parent e10ab59 commit cbf36a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/radxa-zero3-poe-hat.dts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
};
};

// Radxa ZERO 3E does not have on-board fan header
// Configure the system to support active cooling

&threshold {
temperature = <60000>;
};
Expand Down
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/rock-2a-poe-hat.dts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
};
};

// ROCK 2A does not have on-board fan header
// Configure the system to support active cooling

&threshold {
temperature = <60000>;
};
Expand Down

0 comments on commit cbf36a2

Please sign in to comment.