mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
arm64: zynqmp: Fix tps544/u3007 node description
u3007 is removed in zynqmp-m-a2197-02-revA board and on zynqmp-m-a2197-03-revA it was renamed to v3022 at address 0x18. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/f477796bcca6fce09168699a0498d792f4a54acf.1655287013.git.michal.simek@amd.com
This commit is contained in:
parent
5f5979f430
commit
686c2bbb44
2 changed files with 2 additions and 6 deletions
|
@ -190,10 +190,6 @@
|
|||
compatible = "ti,tps544b25";
|
||||
reg = <0x1e>;
|
||||
};
|
||||
reg_vpp_2v5_ddr4: tps544@1x { /* u3007 */
|
||||
compatible = "ti,tps544b25";
|
||||
reg = <0x17>; /* FIXME wrong in schematics */
|
||||
};
|
||||
};
|
||||
i2c@1 { /* PMBUS_INA226 */
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -190,9 +190,9 @@
|
|||
compatible = "ti,tps544b25";
|
||||
reg = <0x1e>;
|
||||
};
|
||||
reg_vpp_2v5_ddr4: tps544@1x { /* u3007 */
|
||||
reg_vcc1v2_ddr4: tps544@18 { /* u3022 */
|
||||
compatible = "ti,tps544b25";
|
||||
reg = <0x17>; /* FIXME wrong in schematics */
|
||||
reg = <0x18>;
|
||||
};
|
||||
};
|
||||
i2c@1 { /* PMBUS_INA226 */
|
||||
|
|
Loading…
Add table
Reference in a new issue