[PATCH v3 0/2] Add SPMI support for Mediatek MT6873/8192 SoC IC

Hsin-Hsiung Wang hsin-hsiung.wang at mediatek.com
Thu Oct 15 08:59:06 EDT 2020


This series adds support for new SoC MT6873/8192 to the spmi driver.

changes since v2:
- update binding document in DT schema format.

Hsin-Hsiung Wang (2):
  dt-bindings: spmi: document binding for the Mediatek SPMI controller
  spmi: mediatek: Add support for MT6873/8192

 .../bindings/spmi/spmi-mtk-pmif.yaml          |  71 +++
 drivers/spmi/Kconfig                          |   9 +
 drivers/spmi/Makefile                         |   1 +
 drivers/spmi/spmi-mtk-pmif.c                  | 474 ++++++++++++++++++
 4 files changed, 555 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spmi/spmi-mtk-pmif.yaml
 create mode 100644 drivers/spmi/spmi-mtk-pmif.c

-- 
2.18.0


More information about the linux-arm-kernel mailing list