]> Git Repo - linux.git/commitdiff
powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllers
authorChris Packham <[email protected]>
Tue, 11 May 2021 21:20:51 +0000 (09:20 +1200)
committerWolfram Sang <[email protected]>
Thu, 27 May 2021 19:52:16 +0000 (21:52 +0200)
The i2c controllers on the P1010 have an erratum where the documented
scheme for i2c bus recovery will not work (A-004447). A different
mechanism is needed which is documented in the P1010 Chip Errata Rev L.

Signed-off-by: Chris Packham <[email protected]>
Acked-by: Michael Ellerman <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
arch/powerpc/boot/dts/fsl/p1010si-post.dtsi

index c2717f31925a20cce778340c6c10d8bd216ea633..ccda0a91abf003425bcff4f10e2092096856ac87 100644 (file)
        };
 
 /include/ "pq3-i2c-0.dtsi"
+       i2c@3000 {
+               fsl,i2c-erratum-a004447;
+       };
+
 /include/ "pq3-i2c-1.dtsi"
+       i2c@3100 {
+               fsl,i2c-erratum-a004447;
+       };
+
 /include/ "pq3-duart-0.dtsi"
 /include/ "pq3-espi-0.dtsi"
        spi0: spi@7000 {
This page took 0.066669 seconds and 4 git commands to generate.