提交 ce236dce 编写于 作者: M Michal Simek

arm64: zynqmp: Fix address for tca6416_u97 chip on zcu104

I2c address is not 0x21 but 0x20. This patch is fixing both revA and
revC boards.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 3705dae1
...@@ -130,9 +130,9 @@ ...@@ -130,9 +130,9 @@
#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>;
/* /*
......
...@@ -74,9 +74,9 @@ ...@@ -74,9 +74,9 @@
status = "okay"; status = "okay";
clock-frequency = <400000>; clock-frequency = <400000>;
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册