提交 b5999dcb 编写于 作者: T Thomas Petazzoni 提交者: Gregory CLEMENT

ARM: mvebu: fix description of pwr-sata0 regulator on Armada 388 GP

This regulator was lacking the reference to the GPIO that controls it,
and the regulator-min-microvolt and regulator-max-microvolt
properties. Thanks to this commit, the pwr-sata0 regulator now looks
more like the other pwr-sata{1,2,3} regulators in the same Device
Tree, with of course the exception of a different GPIO reference.
Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 c43379e1
...@@ -301,9 +301,11 @@ ...@@ -301,9 +301,11 @@
reg_sata0: pwr-sata0 { reg_sata0: pwr-sata0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "pwr_en_sata0"; regulator-name = "pwr_en_sata0";
regulator-min-microvolt = <12000000>;
regulator-max-microvolt = <12000000>;
enable-active-high; enable-active-high;
regulator-always-on; regulator-always-on;
gpio = <&expander0 2 GPIO_ACTIVE_HIGH>;
}; };
reg_5v_sata0: v5-sata0 { reg_5v_sata0: v5-sata0 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册