summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri@ti.com>2012-10-15 18:36:30 -0500
committerAndy Green <andy.green@linaro.org>2012-11-27 11:42:56 +0800
commitfd6f7beea3a3432fa539567344c96aafa368753a (patch)
tree2b78738b137fd9a25d742b001520865d2ff017d4
parented6908274722fd10c4c85846c41ebd384992addd (diff)
ASoC: HDMI: Update compatible property from of_match_table
This is to better represent the connection between the OMAP HDMI IP and the TPD12S015 level-shifter chip. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
-rw-r--r--sound/soc/omap/omap-hdmi-card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-hdmi-card.c b/sound/soc/omap/omap-hdmi-card.c
index 4508c6d7672..806cf4825cd 100644
--- a/sound/soc/omap/omap-hdmi-card.c
+++ b/sound/soc/omap/omap-hdmi-card.c
@@ -126,7 +126,7 @@ static int __devexit omap_hdmi_remove(struct platform_device *pdev)
}
static const struct of_device_id omap_hdmi_of_match[] = {
- {.compatible = "ti,omap-hdmi-audio", },
+ {.compatible = "ti,omap-hdmi-tpd12s015-audio", },
{ },
};
MODULE_DEVICE_TABLE(of, omap_hdmi_of_match);