mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 19:41:00 +07:00
ARM: ux500: correct typo in pinctrl Device Tree node
The preference is to use '-' instead of '_' in compatible strings. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
2917e8338c
commit
627c1a8239
@ -171,7 +171,7 @@ gpio8: gpio@a03fe000 {
|
||||
};
|
||||
|
||||
pinctrl {
|
||||
compatible = "stericsson,nmk_pinctrl";
|
||||
compatible = "stericsson,nmk-pinctrl";
|
||||
prcm = <&prcmu>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user