diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-02-20 16:55:40 -0800 |
---|---|---|
committer | Chris Ball <chris@printf.net> | 2014-02-22 13:06:23 -0500 |
commit | 81918d25a7ae2a7eada4237d00b8d6dbecffda6c (patch) | |
tree | 1017dbc9c9da565528ae8114d3efb9f23793bed2 | |
parent | 423f6c2e977de73b8723e73d8cc585de40893f5b (diff) | |
download | blackbird-obmc-linux-81918d25a7ae2a7eada4237d00b8d6dbecffda6c.tar.gz blackbird-obmc-linux-81918d25a7ae2a7eada4237d00b8d6dbecffda6c.zip |
mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7791
This patch adds DT support for r8a7791.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Chris Ball <chris@printf.net>
-rw-r--r-- | drivers/mmc/host/sh_mobile_sdhi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host/sh_mobile_sdhi.c index cfc37ec26458..91058dabd11a 100644 --- a/drivers/mmc/host/sh_mobile_sdhi.c +++ b/drivers/mmc/host/sh_mobile_sdhi.c @@ -67,6 +67,7 @@ static const struct of_device_id sh_mobile_sdhi_of_match[] = { { .compatible = "renesas,sdhi-r8a7778", .data = &of_rcar_gen1_compatible, }, { .compatible = "renesas,sdhi-r8a7779", .data = &of_rcar_gen1_compatible, }, { .compatible = "renesas,sdhi-r8a7790", .data = &of_rcar_gen2_compatible, }, + { .compatible = "renesas,sdhi-r8a7791", .data = &of_rcar_gen2_compatible, }, {}, }; MODULE_DEVICE_TABLE(of, sh_mobile_sdhi_of_match); |