projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a5d4c
)
mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7779
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Fri, 21 Feb 2014 00:55:12 +0000
(16:55 -0800)
committer
Chris Ball
<chris@printf.net>
Sat, 22 Feb 2014 18:03:13 +0000
(13:03 -0500)
This patch updates r8a7779 DT data to have SoC specific settings.
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>
drivers/mmc/host/sh_mobile_sdhi.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sh_mobile_sdhi.c
b/drivers/mmc/host/sh_mobile_sdhi.c
index e956bc4e28c1bd0410e01bb07cca5eb41b3851f8..38acf2665bdff4f37919828c4a845b2cb1bd73b3 100644
(file)
--- a/
drivers/mmc/host/sh_mobile_sdhi.c
+++ b/
drivers/mmc/host/sh_mobile_sdhi.c
@@
-58,7
+58,7
@@
static const struct of_device_id sh_mobile_sdhi_of_match[] = {
{ .compatible = "renesas,sdhi-r8a73a4", .data = &sh_mobile_sdhi_of_cfg[0], },
{ .compatible = "renesas,sdhi-r8a7740", .data = &sh_mobile_sdhi_of_cfg[0], },
{ .compatible = "renesas,sdhi-r8a7778", .data = &of_rcar_gen1_compatible, },
- { .compatible = "renesas,sdhi-r8a7779", .data = &
sh_mobile_sdhi_of_cfg[0]
, },
+ { .compatible = "renesas,sdhi-r8a7779", .data = &
of_rcar_gen1_compatible
, },
{ .compatible = "renesas,sdhi-r8a7790", .data = &sh_mobile_sdhi_of_cfg[0], },
{},
};