All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add I2C controller support for MT6797 SoC
@ 2020-02-22 16:24 ` Manivannan Sadhasivam
  0 siblings, 0 replies; 33+ messages in thread
From: Manivannan Sadhasivam @ 2020-02-22 16:24 UTC (permalink / raw)
  To: matthias.bgg, robh+dt
  Cc: devicetree, linux-arm-kernel, linux-mediatek, linux-kernel,
	adamboardman, Manivannan Sadhasivam

Hello,

This patchset adds I2C controller support for Mediatek MT6797 SoC. There
are a total of 8 I2C controllers in this SoC (2 being shared) and they are
same as the controllers present in MT6577 SoC. Hence, the driver support is
added with DT fallback method.

As per the datasheet, there are controllers with _imm prefix like i2c2_imm
and i2c3_imm. These appears to be in different memory regions but sharing
the same pins with i2c2 and i2c3 respectively. Since there is no clear
evidence of what they really are, I've adapted the numbering/naming scheme
from the downstream code by Mediatek.

This patchset has been tested on 96Boards X20 development board.

Thanks,
Mani

Manivannan Sadhasivam (4):
  dt-bindings: i2c: Document I2C controller binding for MT6797 SoC
  arm64: dts: mediatek: Add I2C support for MT6797 SoC
  arm64: dts: mediatek: Enable I2C support for 96Boards X20 Development
    board
  arm64: dts: mediatek: Switch to SPDX license identifier for MT6797 SoC

 .../devicetree/bindings/i2c/i2c-mt65xx.txt    |   1 +
 .../boot/dts/mediatek/mt6797-x20-dev.dts      |  49 ++++
 arch/arm64/boot/dts/mediatek/mt6797.dtsi      | 229 +++++++++++++++++-
 3 files changed, 271 insertions(+), 8 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-05-16 15:06 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-22 16:24 [PATCH 0/4] Add I2C controller support for MT6797 SoC Manivannan Sadhasivam
2020-02-22 16:24 ` Manivannan Sadhasivam
2020-02-22 16:24 ` Manivannan Sadhasivam
2020-02-22 16:24 ` [PATCH 1/4] dt-bindings: i2c: Document I2C controller binding " Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-26 22:23   ` Rob Herring
2020-02-26 22:23     ` Rob Herring
2020-02-26 22:23     ` Rob Herring
2020-05-15 14:48     ` Matthias Brugger
2020-05-15 14:48       ` Matthias Brugger
2020-05-15 14:48       ` Matthias Brugger
2020-05-15 16:56       ` Wolfram Sang
2020-05-15 16:56         ` Wolfram Sang
2020-05-15 16:56         ` Wolfram Sang
2020-05-16 15:05         ` Matthias Brugger
2020-05-16 15:05           ` Matthias Brugger
2020-05-16 15:05           ` Matthias Brugger
2020-02-22 16:24 ` [PATCH 2/4] arm64: dts: mediatek: Add I2C support " Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-22 16:24 ` [PATCH 3/4] arm64: dts: mediatek: Enable I2C support for 96Boards X20 Development board Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-22 16:24 ` [PATCH 4/4] arm64: dts: mediatek: Switch to SPDX license identifier for MT6797 SoC Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-05-12 14:12 ` [PATCH 0/4] Add I2C controller support " Manivannan Sadhasivam
2020-05-12 14:12   ` Manivannan Sadhasivam
2020-05-12 14:12   ` Manivannan Sadhasivam
2020-05-16 15:05 ` Matthias Brugger
2020-05-16 15:05   ` Matthias Brugger
2020-05-16 15:05   ` Matthias Brugger

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.