提交 74ef6207 编写于 作者: N Nishant Mittal 提交者: Michal Simek

arm64: zynqmp: Fix i2c address of u70 on p-a2197-00 board

tps53681 is i2c address 0x60 not 0xc0.
Signed-off-by: NNishant Mittal <nishant.mittal@xilinx.com>
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 209c04e5
......@@ -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 */
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册