[PATCH 06/11] mtd: spi: renesas: Add R8A779H0 V4M support
Paul Barker
paul.barker.ct at bp.renesas.com
Sun Jan 21 21:55:51 CET 2024
On 21/01/2024 17:41, Marek Vasut wrote:
> From: Hai Pham <hai.pham.ud at renesas.com>
>
> Support RPC SPI on R8A779H0 V4M SoC.
>
> Signed-off-by: Hai Pham <hai.pham.ud at renesas.com>
> ---
> Cc: Jagan Teki <jagan at amarulasolutions.com>
> Cc: Paul Barker <paul.barker.ct at bp.renesas.com>
> ---
> drivers/spi/renesas_rpc_spi.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/spi/renesas_rpc_spi.c b/drivers/spi/renesas_rpc_spi.c
> index 51c37d72eb6..3eb14061c81 100644
> --- a/drivers/spi/renesas_rpc_spi.c
> +++ b/drivers/spi/renesas_rpc_spi.c
> @@ -215,7 +215,8 @@ static u32 rpc_spi_get_strobe_delay(void)
> if (cpu_type == RMOBILE_CPU_TYPE_R8A7796 && rmobile_get_cpu_rev_integer() == 1)
> return RPC_PHYCNT_STRTIM(6);
> else if (cpu_type == RMOBILE_CPU_TYPE_R8A779F0 ||
> - cpu_type == RMOBILE_CPU_TYPE_R8A779G0)
> + cpu_type == RMOBILE_CPU_TYPE_R8A779G0 ||
> + cpu_type == RMOBILE_CPU_TYPE_R8A779H0)
> return RPC_PHYCNT_STRTIM2(15);
> else
> #endif
Reviewed-by: Paul Barker <paul.barker.ct at bp.renesas.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0x27F4B3459F002257.asc
Type: application/pgp-keys
Size: 3520 bytes
Desc: OpenPGP public key
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20240121/bcf6bd54/attachment.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 236 bytes
Desc: OpenPGP digital signature
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20240121/bcf6bd54/attachment.sig>
More information about the U-Boot
mailing list