Skip to content

Commit

Permalink
ARM: at91/dt: sama5d3 xplained: disable pmic
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Ferre committed Sep 18, 2015
1 parent 7c08d8c commit 19146e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/at91-sama5d3_xplained.dts
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@
pmic: act8865@5b {
compatible = "active-semi,act8865";
reg = <0x5b>;
status = "okay";
status = "disabled";

regulators {
vcc_1v8_reg: DCDC_REG1 {

0 comments on commit 19146e7

Please sign in to comment.