Commit 8cfb5a11 authored by Michal Simek's avatar Michal Simek

arm64: zynqmp: Fix address for tca6416_u97 chip on zcu104

I2c address is not 0x21 but 0x20.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 4b0ec30b
...@@ -118,9 +118,9 @@ i2c@4 { ...@@ -118,9 +118,9 @@ i2c@4 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
reg = <4>; reg = <4>;
tca6416_u97: gpio@21 { tca6416_u97: gpio@20 {
compatible = "ti,tca6416"; compatible = "ti,tca6416";
reg = <0x21>; reg = <0x20>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment