提交 ee6011f2 编写于 作者: K Kamil Debski 提交者: Kukjin Kim

ARM: dts: Add pwm-fan node for exynos4412-odroidu3

Add pwm-fan node to the Odroid-U3 board file to enable PWM control of the
cooling fan. In addition, add the "pwm" label to the pwm@139D0000 node
in the exynos4412.dtsi.
Signed-off-by: NKamil Debski <k.debski@samsung.com>
Signed-off-by: NLukasz Majewski <l.majewski@samsung.com>
Reviewed-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: NKukjin Kim <kgene@kernel.org>
上级 41553f26
......@@ -32,6 +32,18 @@
linux,default-trigger = "heartbeat";
};
};
pwm-fan {
compatible = "pwm-fan";
pwms = <&pwm 0 10000 0>;
};
};
&pwm {
pinctrl-0 = <&pwm0_out>;
pinctrl-names = "default";
samsung,pwm-outputs = <0>;
status = "okay";
};
&usb3503 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册