mirror of
https://github.com/torvalds/linux.git
synced 2024-12-16 08:02:17 +00:00
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:
parent
79d1d62c95
commit
6b09a83429
@ -2108,11 +2108,11 @@ static const struct of_device_id nmk_pinctrl_match[] = {
|
||||
.data = (void *)PINCTRL_NMK_STN8815,
|
||||
},
|
||||
{
|
||||
.compatible = "stericsson,nmk-pinctrl",
|
||||
.compatible = "stericsson,db8500-pinctrl",
|
||||
.data = (void *)PINCTRL_NMK_DB8500,
|
||||
},
|
||||
{
|
||||
.compatible = "stericsson,nmk-pinctrl-db8540",
|
||||
.compatible = "stericsson,db8540-pinctrl",
|
||||
.data = (void *)PINCTRL_NMK_DB8540,
|
||||
},
|
||||
{},
|
||||
|
Loading…
Reference in New Issue
Block a user