mirror of https://gitee.com/openkylin/linux.git
ARM: dts: exynos: Remove unsupported s2mps11 regulator bindings from Exynos5420 boards
The bindings like s2mps11,buck6-ramp-enable or s2mps11,buck2-ramp-delay were ignored. They were never parsed by s2mps11 regulator driver. Also the values used in these bindings were equal to default reset values of S2MPS11 device. It is safe to remove them. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
This commit is contained in:
parent
06e520c4f0
commit
c769c43f85
|
@ -75,13 +75,6 @@ &hsi2c_4 {
|
|||
s2mps11_pmic@66 {
|
||||
compatible = "samsung,s2mps11-pmic";
|
||||
reg = <0x66>;
|
||||
s2mps11,buck2-ramp-delay = <12>;
|
||||
s2mps11,buck34-ramp-delay = <12>;
|
||||
s2mps11,buck16-ramp-delay = <12>;
|
||||
s2mps11,buck6-ramp-enable = <1>;
|
||||
s2mps11,buck2-ramp-enable = <1>;
|
||||
s2mps11,buck3-ramp-enable = <1>;
|
||||
s2mps11,buck4-ramp-enable = <1>;
|
||||
|
||||
interrupt-parent = <&gpx3>;
|
||||
interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
|
||||
|
|
|
@ -142,13 +142,6 @@ &hsi2c_4 {
|
|||
s2mps11_pmic@66 {
|
||||
compatible = "samsung,s2mps11-pmic";
|
||||
reg = <0x66>;
|
||||
s2mps11,buck2-ramp-delay = <12>;
|
||||
s2mps11,buck34-ramp-delay = <12>;
|
||||
s2mps11,buck16-ramp-delay = <12>;
|
||||
s2mps11,buck6-ramp-enable = <1>;
|
||||
s2mps11,buck2-ramp-enable = <1>;
|
||||
s2mps11,buck3-ramp-enable = <1>;
|
||||
s2mps11,buck4-ramp-enable = <1>;
|
||||
|
||||
s2mps11_osc: clocks {
|
||||
#clock-cells = <1>;
|
||||
|
|
|
@ -92,13 +92,6 @@ &hsi2c_4 {
|
|||
s2mps11_pmic@66 {
|
||||
compatible = "samsung,s2mps11-pmic";
|
||||
reg = <0x66>;
|
||||
s2mps11,buck2-ramp-delay = <12>;
|
||||
s2mps11,buck34-ramp-delay = <12>;
|
||||
s2mps11,buck16-ramp-delay = <12>;
|
||||
s2mps11,buck6-ramp-enable = <1>;
|
||||
s2mps11,buck2-ramp-enable = <1>;
|
||||
s2mps11,buck3-ramp-enable = <1>;
|
||||
s2mps11,buck4-ramp-enable = <1>;
|
||||
samsung,s2mps11-acokb-ground;
|
||||
|
||||
interrupt-parent = <&gpx0>;
|
||||
|
|
Loading…
Reference in New Issue