All of lore.kernel.org
 help / color / mirror / Atom feed
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: guochun.mao@mediatek.com, Mark Brown <broonie@kernel.org>,
	Rob Herring <robh+dt@kernel.org>
Cc: Matthias Brugger <matthias.bgg@gmail.com>,
	Zhen Zhang <zhen.zhang@mediatek.com>,
	Bayi Cheng <bayi.cheng@mediatek.com>,
	Chuanhong Guo <gch981213@gmail.com>,
	Bin Zhang <bin.zhang@mediatek.com>,
	linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com,
	project_global_chrome_upstream_group@mediatek.com
Subject: Re: [PATCH v2 3/4] spi: spi-mtk-nor: add new soc mt8186 support
Date: Tue, 18 Jan 2022 15:53:43 +0100	[thread overview]
Message-ID: <b1302443-68cb-b7d8-6a17-c1783ce3ff55@collabora.com> (raw)
In-Reply-To: <20220118142820.2729-4-guochun.mao@mediatek.com>

Il 18/01/22 15:28, guochun.mao@mediatek.com ha scritto:
> From: Guochun Mao <guochun.mao@mediatek.com>
> 
> Add compatible mediatek,mt8186-nor implementation.
> 
> Signed-off-by: Guochun Mao <guochun.mao@mediatek.com>
> Signed-off-by: Zhen Zhang <zhen.zhang@mediatek.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

> ---
>   drivers/spi/spi-mtk-nor.c | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/drivers/spi/spi-mtk-nor.c b/drivers/spi/spi-mtk-nor.c
> index f5ff01f61f42..e44fdf7c9e4b 100644
> --- a/drivers/spi/spi-mtk-nor.c
> +++ b/drivers/spi/spi-mtk-nor.c
> @@ -765,6 +765,11 @@ const struct mtk_nor_caps mtk_nor_caps_mt8173 = {
>   	.extra_dummy_bit = 0,
>   };
>   
> +const struct mtk_nor_caps mtk_nor_caps_mt8186 = {
> +	.dma_bits = 32,
> +	.extra_dummy_bit = 1,
> +};
> +
>   const struct mtk_nor_caps mtk_nor_caps_mt8192 = {
>   	.dma_bits = 36,
>   	.extra_dummy_bit = 0,
> @@ -772,6 +777,7 @@ const struct mtk_nor_caps mtk_nor_caps_mt8192 = {
>   
>   static const struct of_device_id mtk_nor_match[] = {
>   	{ .compatible = "mediatek,mt8173-nor", .data = &mtk_nor_caps_mt8173 },
> +	{ .compatible = "mediatek,mt8186-nor", .data = &mtk_nor_caps_mt8186 },
>   	{ .compatible = "mediatek,mt8192-nor", .data = &mtk_nor_caps_mt8192 },
>   	{ /* sentinel */ }
>   };
> 


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

  reply	other threads:[~2022-01-18 14:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-18 14:28 [PATCH v2 0/4] add new SoC mt8186 support for spi-mtk-nor guochun.mao
2022-01-18 14:28 ` [PATCH v2 1/4] dt-bindings: spi: add mt8186-nor compatible string guochun.mao
2022-01-18 14:28 ` [PATCH v2 2/4] spi: spi-mtk-nor: improve device table for adding more capabilities guochun.mao
2022-01-18 14:52   ` AngeloGioacchino Del Regno
2022-01-19  1:40     ` Guochun Mao
2022-01-18 14:28 ` [PATCH v2 3/4] spi: spi-mtk-nor: add new soc mt8186 support guochun.mao
2022-01-18 14:53   ` AngeloGioacchino Del Regno [this message]
2022-01-18 14:28 ` [PATCH v2 4/4] spi: spi-mtk-nor: add axi_s clock for mt8186 guochun.mao
2022-01-25 10:21 ` [PATCH v2 0/4] add new SoC mt8186 support for spi-mtk-nor Mark Brown
2022-01-25 10:58   ` Guochun Mao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b1302443-68cb-b7d8-6a17-c1783ce3ff55@collabora.com \
    --to=angelogioacchino.delregno@collabora.com \
    --cc=bayi.cheng@mediatek.com \
    --cc=bin.zhang@mediatek.com \
    --cc=broonie@kernel.org \
    --cc=gch981213@gmail.com \
    --cc=guochun.mao@mediatek.com \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=project_global_chrome_upstream_group@mediatek.com \
    --cc=robh+dt@kernel.org \
    --cc=srv_heupstream@mediatek.com \
    --cc=zhen.zhang@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.