From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: linux-renesas-soc@vger.kernel.org
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>,
Mark Brown <broonie@kernel.org>,
linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 2/3] spi: sh-msiof: add generic Gen4 binding
Date: Wed, 24 Aug 2022 11:43:25 +0200 [thread overview]
Message-ID: <20220824094327.33685-3-wsa+renesas@sang-engineering.com> (raw)
In-Reply-To: <20220824094327.33685-1-wsa+renesas@sang-engineering.com>
No further changes in this generation discovered yet.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
drivers/spi/spi-sh-msiof.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/spi/spi-sh-msiof.c b/drivers/spi/spi-sh-msiof.c
index d0012b30410c..9bca3d076f05 100644
--- a/drivers/spi/spi-sh-msiof.c
+++ b/drivers/spi/spi-sh-msiof.c
@@ -1085,6 +1085,7 @@ static const struct of_device_id sh_msiof_match[] = {
{ .compatible = "renesas,rcar-gen2-msiof", .data = &rcar_gen2_data },
{ .compatible = "renesas,msiof-r8a7796", .data = &rcar_gen3_data },
{ .compatible = "renesas,rcar-gen3-msiof", .data = &rcar_gen3_data },
+ { .compatible = "renesas,rcar-gen4-msiof", .data = &rcar_gen3_data },
{ .compatible = "renesas,sh-msiof", .data = &sh_data }, /* Deprecated */
{},
};
--
2.35.1
next prev parent reply other threads:[~2022-08-24 9:43 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 9:43 [PATCH 0/3] spi: add generic R-Car Gen4 and specific r8a779f0 support Wolfram Sang
2022-08-24 9:43 ` [PATCH 1/3] spi: renesas,sh-msiof: Add generic Gen4 and " Wolfram Sang
2022-08-24 12:51 ` Krzysztof Kozlowski
2022-08-24 13:26 ` Rob Herring
2022-08-26 8:45 ` Geert Uytterhoeven
2022-08-30 9:19 ` Mark Brown
2022-08-30 9:21 ` Wolfram Sang
2022-08-30 18:04 ` Mark Brown
2022-08-24 9:43 ` Wolfram Sang [this message]
2022-08-26 8:48 ` [PATCH 2/3] spi: sh-msiof: add generic Gen4 binding Geert Uytterhoeven
2022-08-24 9:43 ` [PATCH 3/3] spi: renesas,sh-msiof: R-Car V3U is R-Car Gen4 Wolfram Sang
2022-08-24 12:52 ` Krzysztof Kozlowski
2022-08-26 8:46 ` Geert Uytterhoeven
2022-08-30 10:09 ` [PATCH 0/3] spi: add generic R-Car Gen4 and specific r8a779f0 support Mark Brown
2022-08-31 12:41 ` Mark Brown
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=20220824094327.33685-3-wsa+renesas@sang-engineering.com \
--to=wsa+renesas@sang-engineering.com \
--cc=broonie@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).