Skip to content

Commit 19ae697

Browse files
cpackham-atlnzwsakernel
authored andcommitted
powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllers
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]>
1 parent 7adc7b2 commit 19ae697

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/powerpc/boot/dts/fsl/p1010si-post.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,15 @@
122122
};
123123

124124
/include/ "pq3-i2c-0.dtsi"
125+
i2c@3000 {
126+
fsl,i2c-erratum-a004447;
127+
};
128+
125129
/include/ "pq3-i2c-1.dtsi"
130+
i2c@3100 {
131+
fsl,i2c-erratum-a004447;
132+
};
133+
126134
/include/ "pq3-duart-0.dtsi"
127135
/include/ "pq3-espi-0.dtsi"
128136
spi0: spi@7000 {

0 commit comments

Comments
 (0)