mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
7c08d8cda1
commit
19146e7e91
|
@ -76,7 +76,7 @@ i2c1: i2c@f0018000 {
|
|||
pmic: act8865@5b {
|
||||
compatible = "active-semi,act8865";
|
||||
reg = <0x5b>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
|
||||
regulators {
|
||||
vcc_1v8_reg: DCDC_REG1 {
|
||||
|
|
Loading…
Reference in New Issue