diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-05-22 10:22:59 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-28 10:27:15 -0400 |
commit | 3fd765a91749b14af7e76bec7f6e0b364f8d99af (patch) | |
tree | 108b736610b782d8831ad927e28078ecccef164c | |
parent | cdfa92733df57eee44db7ff5b2dc77d050ae95d8 (diff) |
pinctrl/nomadik: Standardise Pinctrl compat string for Nomadik based platforms
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/pinctrl/pinctrl-nomadik.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-nomadik.c b/drivers/pinctrl/pinctrl-nomadik.c index 34281754b629..7712d9318202 100644 --- a/drivers/pinctrl/pinctrl-nomadik.c +++ b/drivers/pinctrl/pinctrl-nomadik.c | |||
@@ -2104,7 +2104,7 @@ static struct pinctrl_desc nmk_pinctrl_desc = { | |||
2104 | 2104 | ||
2105 | static const struct of_device_id nmk_pinctrl_match[] = { | 2105 | static const struct of_device_id nmk_pinctrl_match[] = { |
2106 | { | 2106 | { |
2107 | .compatible = "stericsson,nmk-pinctrl-stn8815", | 2107 | .compatible = "stericsson,stn8815-pinctrl", |
2108 | .data = (void *)PINCTRL_NMK_STN8815, | 2108 | .data = (void *)PINCTRL_NMK_STN8815, |
2109 | }, | 2109 | }, |
2110 | { | 2110 | { |