mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
arm64: dts: marvell: clearfog-gt-8k: add pwm-fan
Add pwm-fan support for controlling the fan speed. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
committed by
Gregory CLEMENT
parent
a38fd87484
commit
2d36399c24
@@ -31,6 +31,13 @@ aliases {
|
||||
ethernet2 = &cp1_eth2;
|
||||
};
|
||||
|
||||
pwm {
|
||||
compatible = "pwm-fan";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&cp0_fan_pwm_pins>;
|
||||
pwms = <&cp0_gpio2 16 40000>;
|
||||
};
|
||||
|
||||
v_3_3: regulator-3-3v {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "v_3_3";
|
||||
|
||||
Reference in New Issue
Block a user