mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -155,9 +155,9 @@
|
|||
compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */
|
||||
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 */
|
||||
reg = <0xc0>;
|
||||
reg = <0x60>;
|
||||
/* vccint, vcc_io_soc */
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue