All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix I2C repeated start timing violation on Armada-38x.
@ 2017-09-28  4:04 ` Kalyan Kinthada
  0 siblings, 0 replies; 8+ messages in thread
From: Kalyan Kinthada @ 2017-09-28  4:04 UTC (permalink / raw)
  To: jason, andrew, gregory.clement, sebastian.hesselbarth, robh+dt,
	mark.rutland, linux, wsa, devicetree
  Cc: linux-arm-kernel, linux-kernel, linux-i2c, Chris Packham,
	Kalyan Kinthada

All the Armada 38x(380, 385, 388) have a silicon issue in
the I2C controller which violates the I2C repeated start timing
(errata FE-8471889).

Activate the compatible string "marvell,mv78230-a0-i2c" in the
device tree file of Armada-38x to fx this errata (FE-8471889).

Updated the Documentation for the compatible string
"marvell,mv78230-a0-i2c" by removing the "notes" because
this is applicable for a number of SoCs such as early revisions
of Armada XP and the Armada 38x variants.

Thank You Gregory Clement for suggesting to reuse the
"marvell,mv78230-a0-i2c" compatible string on Armada-38x SoCs.

------
Kalyan Kinthada (2):
  ARM: dts: Fix I2C repeated start issue on Armada-38x
  dt-bindings: i2c: Update documentation for "mv78230-a0-i2c"

 Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt | 4 ----
 arch/arm/boot/dts/armada-38x.dtsi                     | 4 ++--
 2 files changed, 2 insertions(+), 6 deletions(-)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-09-28  7:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-28  4:04 [PATCH 0/2] Fix I2C repeated start timing violation on Armada-38x Kalyan Kinthada
2017-09-28  4:04 ` Kalyan Kinthada
2017-09-28  4:04 ` [PATCH 1/2] ARM: dts: Fix I2C repeated start issue " Kalyan Kinthada
2017-09-28  4:04   ` Kalyan Kinthada
2017-09-28  4:04 ` [PATCH 2/2] dt-bindings: i2c: Update documentation for "mv78230-a0-i2c" Kalyan Kinthada
2017-09-28  4:04   ` Kalyan Kinthada
2017-09-28  7:56   ` Gregory CLEMENT
2017-09-28  7:56     ` Gregory CLEMENT

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.