提交 125fd677 编写于 作者: J Javier Martinez Canillas 提交者: Linus Walleij

ARM: u300: remove regulator-compatible usage

The regulator-compatible property from the regulator DT binding was
deprecated and the correct approach is to use the node's name.

This patch has no functional changes since the values of the node's
name and the regulator-compatible match for all the regulators.
Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 25e8930c
...@@ -315,21 +315,17 @@ ...@@ -315,21 +315,17 @@
ab3100-regulators { ab3100-regulators {
compatible = "stericsson,ab3100-regulators"; compatible = "stericsson,ab3100-regulators";
ab3100_ldo_a_reg: ab3100_ldo_a { ab3100_ldo_a_reg: ab3100_ldo_a {
regulator-compatible = "ab3100_ldo_a";
startup-delay-us = <200>; startup-delay-us = <200>;
regulator-always-on; regulator-always-on;
regulator-boot-on; regulator-boot-on;
}; };
ab3100_ldo_c_reg: ab3100_ldo_c { ab3100_ldo_c_reg: ab3100_ldo_c {
regulator-compatible = "ab3100_ldo_c";
startup-delay-us = <200>; startup-delay-us = <200>;
}; };
ab3100_ldo_d_reg: ab3100_ldo_d { ab3100_ldo_d_reg: ab3100_ldo_d {
regulator-compatible = "ab3100_ldo_d";
startup-delay-us = <200>; startup-delay-us = <200>;
}; };
ab3100_ldo_e_reg: ab3100_ldo_e { ab3100_ldo_e_reg: ab3100_ldo_e {
regulator-compatible = "ab3100_ldo_e";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
startup-delay-us = <200>; startup-delay-us = <200>;
...@@ -337,7 +333,6 @@ ...@@ -337,7 +333,6 @@
regulator-boot-on; regulator-boot-on;
}; };
ab3100_ldo_f_reg: ab3100_ldo_f { ab3100_ldo_f_reg: ab3100_ldo_f {
regulator-compatible = "ab3100_ldo_f";
regulator-min-microvolt = <2500000>; regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <2500000>; regulator-max-microvolt = <2500000>;
startup-delay-us = <600>; startup-delay-us = <600>;
...@@ -345,28 +340,23 @@ ...@@ -345,28 +340,23 @@
regulator-boot-on; regulator-boot-on;
}; };
ab3100_ldo_g_reg: ab3100_ldo_g { ab3100_ldo_g_reg: ab3100_ldo_g {
regulator-compatible = "ab3100_ldo_g";
regulator-min-microvolt = <1500000>; regulator-min-microvolt = <1500000>;
regulator-max-microvolt = <2850000>; regulator-max-microvolt = <2850000>;
startup-delay-us = <400>; startup-delay-us = <400>;
}; };
ab3100_ldo_h_reg: ab3100_ldo_h { ab3100_ldo_h_reg: ab3100_ldo_h {
regulator-compatible = "ab3100_ldo_h";
regulator-min-microvolt = <1200000>; regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <2750000>; regulator-max-microvolt = <2750000>;
startup-delay-us = <200>; startup-delay-us = <200>;
}; };
ab3100_ldo_k_reg: ab3100_ldo_k { ab3100_ldo_k_reg: ab3100_ldo_k {
regulator-compatible = "ab3100_ldo_k";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <2750000>; regulator-max-microvolt = <2750000>;
startup-delay-us = <200>; startup-delay-us = <200>;
}; };
ab3100_ext_reg: ab3100_ext { ab3100_ext_reg: ab3100_ext {
regulator-compatible = "ab3100_ext";
}; };
ab3100_buck_reg: ab3100_buck { ab3100_buck_reg: ab3100_buck {
regulator-compatible = "ab3100_buck";
regulator-min-microvolt = <1200000>; regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
startup-delay-us = <1000>; startup-delay-us = <1000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册