mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
pinctrl/nomadik: add device tree bindings for db8540
This adds a simple device tree binding for db8540 boards. Signed-off-by: Gabriel Fernandez <gabriel.fernandez@stericsson.com> Reviewed-by: Philippe Langlais <philippe.langlais@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
385d94246b
commit
356d3e4562
1 changed files with 4 additions and 0 deletions
|
@ -2111,6 +2111,10 @@ static const struct of_device_id nmk_pinctrl_match[] = {
|
|||
.compatible = "stericsson,nmk-pinctrl",
|
||||
.data = (void *)PINCTRL_NMK_DB8500,
|
||||
},
|
||||
{
|
||||
.compatible = "stericsson,nmk-pinctrl-db8540",
|
||||
.data = (void *)PINCTRL_NMK_DB8540,
|
||||
},
|
||||
{},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue