Skip to content

Commit fcee67d

Browse files
mfischergregkh
authored andcommitted
ARM64: zynqmp: Fix i2c node's compatible string
[ Upstream commit c415f9e8304a1d235ef118d912f374ee2e46c45d ] The Zynq Ultrascale MP uses version 1.4 of the Cadence IP core which fixes some silicon bugs that needed software workarounds in Version 1.0 that was used on Zynq systems. Signed-off-by: Moritz Fischer <mdf@kernel.org> Cc: Michal Simek <michal.simek@xilinx.com> Cc: Sören Brinkmann <soren.brinkmann@xilinx.com> Cc: Rob Herring <robh+dt@kernel.org> Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 4bd1d0b commit fcee67d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/xilinx/zynqmp.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
};
192192

193193
i2c0: i2c@ff020000 {
194-
compatible = "cdns,i2c-r1p10";
194+
compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
195195
status = "disabled";
196196
interrupt-parent = <&gic>;
197197
interrupts = <0 17 4>;
@@ -202,7 +202,7 @@
202202
};
203203

204204
i2c1: i2c@ff030000 {
205-
compatible = "cdns,i2c-r1p10";
205+
compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
206206
status = "disabled";
207207
interrupt-parent = <&gic>;
208208
interrupts = <0 18 4>;

0 commit comments

Comments
 (0)