pinctrl/nomadik: Standardise Pinctrl compat string for DBx5x based platforms

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Lee Jones 2013-05-22 15:23:00 +01:00 committed by Linus Walleij
parent 79d1d62c95
commit 6b09a83429
1 changed files with 2 additions and 2 deletions

View File

@ -2108,11 +2108,11 @@ static const struct of_device_id nmk_pinctrl_match[] = {
.data = (void *)PINCTRL_NMK_STN8815, .data = (void *)PINCTRL_NMK_STN8815,
}, },
{ {
.compatible = "stericsson,nmk-pinctrl", .compatible = "stericsson,db8500-pinctrl",
.data = (void *)PINCTRL_NMK_DB8500, .data = (void *)PINCTRL_NMK_DB8500,
}, },
{ {
.compatible = "stericsson,nmk-pinctrl-db8540", .compatible = "stericsson,db8540-pinctrl",
.data = (void *)PINCTRL_NMK_DB8540, .data = (void *)PINCTRL_NMK_DB8540,
}, },
{}, {},