mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-17 12:46:59 +02:00
arm64: zynqmp: Fix i2c address of u70 on p-a2197-00 board
tps53681 is i2c address 0x60 not 0xc0. Signed-off-by: Nishant Mittal <nishant.mittal@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
209c04e5a9
commit
74ef6207ab
@ -155,9 +155,9 @@
|
|||||||
compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */
|
compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */
|
||||||
reg = <0xa>;
|
reg = <0xa>;
|
||||||
};
|
};
|
||||||
reg_vccint: tps53681@c0 { /* u70 - FIXME name - don't know what it does - also vcc_io_soc */
|
reg_vccint: tps53681@60 { /* u70 - FIXME name - don't know what it does - also vcc_io_soc */
|
||||||
compatible = "ti,tps53681"; /* FIXME no linux driver */
|
compatible = "ti,tps53681"; /* FIXME no linux driver */
|
||||||
reg = <0xc0>;
|
reg = <0x60>;
|
||||||
/* vccint, vcc_io_soc */
|
/* vccint, vcc_io_soc */
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user