arm64: zynqmp: Fix i2c address of u70 on p-a2197-00 board
authorNishant Mittal <nishant.mittal@xilinx.com>
Wed, 24 Jul 2019 09:28:52 +0000 (14:58 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 24 Oct 2019 11:37:01 +0000 (13:37 +0200)
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>
arch/arm/dts/zynqmp-p-a2197-00-revA.dts

index 04d5fc9f933fa938bb6ebb73518c63f74d2e56c9..956a68da464c3e2c8fed057aa4190d7991bd6619 100644 (file)
                                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 */
                        };
                };