Commit 58542353 authored by Thierry Reding's avatar Thierry Reding
Browse files

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
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -12,5 +12,14 @@
		sdhci@3400000 {
			status = "okay";
		};

		pwm@c340000 {
			status = "okay";
		};
	};

	fan {
		compatible = "pwm-fan";
		pwms = <&pwm4 0 45334>;
	};
};