diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-04-17 16:27:19 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-09-18 16:58:48 +0300 |
commit | 19146e7e91bd1c1d0838c44808bad151dee0d2e6 (patch) | |
tree | 454a88f7cad7f08d5a11f096e5cc0cc5af2be0d7 /arch/arm/boot/dts/at91-sama5d3_xplained.dts | |
parent | 7c08d8cda1dd0fb304e8171dce4300fc92907bd9 (diff) | |
download | linux-19146e7e91bd1c1d0838c44808bad151dee0d2e6.tar.xz |
ARM: at91/dt: sama5d3 xplained: disable pmic
As PMIC act8865 can disturb communication on i2c1, and as it should be setup
correctly then its i2c interface disabled by bootloader, we simply disregard it
in DT.
Acked-by: Wenyou Yang <wenyou.yang@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d3_xplained.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d3_xplained.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts index d81474e0bcd6..8488ac53d22d 100644 --- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts @@ -76,7 +76,7 @@ pmic: act8865@5b { compatible = "active-semi,act8865"; reg = <0x5b>; - status = "okay"; + status = "disabled"; regulators { vcc_1v8_reg: DCDC_REG1 { |