2022-10-09 10:29:33

by Frank Wunderlich

[permalink] [raw]
Subject: [PATCH 0/2] Add mt7986 i2c support

From: Frank Wunderlich <[email protected]>

This series changes binding and driver for supporting i2c on mt7986.

Frank Wunderlich (2):
dt-bindings: i2c: update bindings for mt7986 soc
i2c: mediatek: add mt7986 support

.../devicetree/bindings/i2c/i2c-mt65xx.yaml | 1 +
drivers/i2c/busses/i2c-mt65xx.c | 14 ++++++++++++++
2 files changed, 15 insertions(+)

--
2.34.1


2022-10-09 10:54:21

by Frank Wunderlich

[permalink] [raw]
Subject: [PATCH 2/2] i2c: mediatek: add mt7986 support

From: Frank Wunderlich <[email protected]>

Add i2c support for MT7986 SoC.

Signed-off-by: Frank Wunderlich <[email protected]>
---
drivers/i2c/busses/i2c-mt65xx.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)

diff --git a/drivers/i2c/busses/i2c-mt65xx.c b/drivers/i2c/busses/i2c-mt65xx.c
index fc7bfd98156b..d80e59340d97 100644
--- a/drivers/i2c/busses/i2c-mt65xx.c
+++ b/drivers/i2c/busses/i2c-mt65xx.c
@@ -431,6 +431,19 @@ static const struct mtk_i2c_compatible mt8168_compat = {
.max_dma_support = 33,
};

+static const struct mtk_i2c_compatible mt7986_compat = {
+ .quirks = &mt7622_i2c_quirks,
+ .regs = mt_i2c_regs_v1,
+ .pmic_i2c = 0,
+ .dcm = 1,
+ .auto_restart = 1,
+ .aux_len_reg = 1,
+ .timing_adjust = 0,
+ .dma_sync = 1,
+ .ltiming_adjust = 0,
+ .max_dma_support = 32,
+};
+
static const struct mtk_i2c_compatible mt8173_compat = {
.regs = mt_i2c_regs_v1,
.pmic_i2c = 0,
@@ -503,6 +516,7 @@ static const struct of_device_id mtk_i2c_of_match[] = {
{ .compatible = "mediatek,mt6577-i2c", .data = &mt6577_compat },
{ .compatible = "mediatek,mt6589-i2c", .data = &mt6589_compat },
{ .compatible = "mediatek,mt7622-i2c", .data = &mt7622_compat },
+ { .compatible = "mediatek,mt7986-i2c", .data = &mt7986_compat },
{ .compatible = "mediatek,mt8168-i2c", .data = &mt8168_compat },
{ .compatible = "mediatek,mt8173-i2c", .data = &mt8173_compat },
{ .compatible = "mediatek,mt8183-i2c", .data = &mt8183_compat },
--
2.34.1

2022-10-09 11:26:29

by Frank Wunderlich

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: i2c: update bindings for mt7986 soc

From: Frank Wunderlich <[email protected]>

Add i2c compatible for MT7986 SOC.

Signed-off-by: Frank Wunderlich <[email protected]>
---
Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml
index 4e730fb7be56..421563bf576c 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml
+++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml
@@ -23,6 +23,7 @@ properties:
- const: mediatek,mt6577-i2c
- const: mediatek,mt6589-i2c
- const: mediatek,mt7622-i2c
+ - const: mediatek,mt7986-i2c
- const: mediatek,mt8168-i2c
- const: mediatek,mt8173-i2c
- const: mediatek,mt8183-i2c
--
2.34.1

Subject: Re: [PATCH 1/2] dt-bindings: i2c: update bindings for mt7986 soc

Il 09/10/22 12:16, Frank Wunderlich ha scritto:
> From: Frank Wunderlich <[email protected]>
>
> Add i2c compatible for MT7986 SOC.
>
> Signed-off-by: Frank Wunderlich <[email protected]>

Reviewed-by: AngeloGioacchino Del Regno <[email protected]>


Subject: Re: [PATCH 2/2] i2c: mediatek: add mt7986 support

Il 09/10/22 12:16, Frank Wunderlich ha scritto:
> From: Frank Wunderlich <[email protected]>
>
> Add i2c support for MT7986 SoC.
>
> Signed-off-by: Frank Wunderlich <[email protected]>

Verified against u-boot sources for MT7986 located at BPI GIT

Reviewed-by: AngeloGioacchino Del Regno <[email protected]>

2022-10-10 13:13:25

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: i2c: update bindings for mt7986 soc

On Sun, 09 Oct 2022 12:16:30 +0200, Frank Wunderlich wrote:
> From: Frank Wunderlich <[email protected]>
>
> Add i2c compatible for MT7986 SOC.
>
> Signed-off-by: Frank Wunderlich <[email protected]>
> ---
> Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>

2022-11-01 12:56:44

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH 2/2] i2c: mediatek: add mt7986 support

On Sun, Oct 09, 2022 at 12:16:31PM +0200, Frank Wunderlich wrote:
> From: Frank Wunderlich <[email protected]>
>
> Add i2c support for MT7986 SoC.
>
> Signed-off-by: Frank Wunderlich <[email protected]>

Applied to for-next, thanks!


Attachments:
(No filename) (257.00 B)
signature.asc (849.00 B)
Download all attachments

2022-11-01 13:19:13

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: i2c: update bindings for mt7986 soc

On Sun, Oct 09, 2022 at 12:16:30PM +0200, Frank Wunderlich wrote:
> From: Frank Wunderlich <[email protected]>
>
> Add i2c compatible for MT7986 SOC.
>
> Signed-off-by: Frank Wunderlich <[email protected]>

Applied to for-next, thanks!


Attachments:
(No filename) (260.00 B)
signature.asc (849.00 B)
Download all attachments