forked from Minki/linux
327e154289
All SoCs have the same pinctrl setting for NAND, UART0/1, SPI, TWSI0, and GBE1. Move it to the common pinctrl node that we now have. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Acked-by: Andrew Lunn <andrew@lunn.ch> Link: https://lkml.kernel.org/r/1398862602-29595-8-git-send-email-sebastian.hesselbarth@gmail.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
/ {
|
|
ocp@f1000000 {
|
|
pinctrl: pin-controller@10000 {
|
|
compatible = "marvell,98dx4122-pinctrl";
|
|
|
|
};
|
|
};
|
|
};
|