Commit 58542353 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Add PWM fan support on Jetson Xavier

Enable PWM4 in device tree and use it to drive the PWM fan on the Jetson
Xavier.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 6a574ec7
......@@ -12,5 +12,14 @@ cbb {
sdhci@3400000 {
status = "okay";
};
pwm@c340000 {
status = "okay";
};
};
fan {
compatible = "pwm-fan";
pwms = <&pwm4 0 45334>;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment