Skip to content

Commit

Permalink
spi: sh-msiof: Add compatible strings for r8a774[35]
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Fabrizio Castro authored and Mark Brown committed Sep 25, 2017
1 parent 2bd6bf0 commit bdacfc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/spi/spi-sh-msiof.c
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,8 @@ static const struct sh_msiof_chipdata rcar_gen3_data = {

static const struct of_device_id sh_msiof_match[] = {
{ .compatible = "renesas,sh-mobile-msiof", .data = &sh_data },
{ .compatible = "renesas,msiof-r8a7743", .data = &rcar_gen2_data },
{ .compatible = "renesas,msiof-r8a7745", .data = &rcar_gen2_data },
{ .compatible = "renesas,msiof-r8a7790", .data = &rcar_gen2_data },
{ .compatible = "renesas,msiof-r8a7791", .data = &rcar_gen2_data },
{ .compatible = "renesas,msiof-r8a7792", .data = &rcar_gen2_data },
Expand Down

0 comments on commit bdacfc7

Please sign in to comment.