Commit 7937038a authored by David Lechner's avatar David Lechner Committed by Sekhar Nori

ARM: dts: da850: Add node for pullup/pulldown pinconf

This SoC has a separate pin controller for configuring pullup/pulldown
bias on groups of pins.
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 878e908a
......@@ -434,6 +434,11 @@ gpio: gpio@226000 {
ti,davinci-gpio-unbanked = <0>;
status = "disabled";
};
pinconf: pin-controller@22c00c {
compatible = "ti,da850-pupd";
reg = <0x22c00c 0x8>;
status = "disabled";
};
mcasp0: mcasp@100000 {
compatible = "ti,da830-mcasp-audio";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment