[PATCH 2/2] spi: renesas_rpc_spi: Add compatible string for R8A774E1

Marek Vasut marek.vasut at gmail.com
Wed Sep 30 13:30:44 CEST 2020


On 9/30/20 1:13 PM, Biju Das wrote:
> Add compatible string entry for RZ/G2H (R8A774E1) SoC.
> 
> Signed-off-by: Biju Das <biju.das.jz at bp.renesas.com>
> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
> ---
>  drivers/spi/renesas_rpc_spi.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/spi/renesas_rpc_spi.c b/drivers/spi/renesas_rpc_spi.c
> index 844b7f59b7..111528daaa 100644
> --- a/drivers/spi/renesas_rpc_spi.c
> +++ b/drivers/spi/renesas_rpc_spi.c
> @@ -450,6 +450,7 @@ static const struct dm_spi_ops rpc_spi_ops = {
>  static const struct udevice_id rpc_spi_ids[] = {
>  	{ .compatible = "renesas,rpc-r8a774a1" },
>  	{ .compatible = "renesas,rpc-r8a774b1" },
> +	{ .compatible = "renesas,rpc-r8a774e1" },
>  	{ .compatible = "renesas,rpc-r8a7795" },
>  	{ .compatible = "renesas,rpc-r8a7796" },
>  	{ .compatible = "renesas,rpc-r8a77965" },

Can we just add renesas,rz-g2-rpc or somesuch generic string (keep it in
sync with Linux) instead of growing the list ?


More information about the U-Boot mailing list