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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
6a574ec70c
commit
585423535c
@ -12,5 +12,14 @@
|
||||
sdhci@3400000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
pwm@c340000 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
fan {
|
||||
compatible = "pwm-fan";
|
||||
pwms = <&pwm4 0 45334>;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user