diff options
author | Philipp Rossak <embed3d@gmail.com> | 2018-02-14 09:10:24 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-02-15 04:00:40 -0500 |
commit | b23af6ad8d2f708c4c3f92dd8f82c233247ba8bf (patch) | |
tree | 7e4770bf119f0a5a7fc1392d1ffbffe3dba9a4a4 | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
ARM: dts: sun6i: a31s: bpi-m2: improve pmic properties
The eldoin is supplied from the dcdc1 regulator. The N_VBUSEN pin is
connected to an external power regulator (SY6280AAC).
With this commit we update the pmic binding properties to support
those features.
Fixes: 7daa21370075 ("ARM: dts: sunxi: Add regulators for Sinovoip BPI-M2")
Cc: <stable@vger.kernel.org>
Signed-off-by: Philipp Rossak <embed3d@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
-rw-r--r-- | arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts b/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts index 51e6f1d21c32..fb34f32502cf 100644 --- a/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts +++ b/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts | |||
@@ -163,6 +163,8 @@ | |||
163 | reg = <0x68>; | 163 | reg = <0x68>; |
164 | interrupt-parent = <&nmi_intc>; | 164 | interrupt-parent = <&nmi_intc>; |
165 | interrupts = <0 IRQ_TYPE_LEVEL_LOW>; | 165 | interrupts = <0 IRQ_TYPE_LEVEL_LOW>; |
166 | eldoin-supply = <®_dcdc1>; | ||
167 | x-powers,drive-vbus-en; | ||
166 | }; | 168 | }; |
167 | }; | 169 | }; |
168 | 170 | ||