Message ID | 1480351226-3332-4-git-send-email-david@lechnology.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Nov 28, 2016 at 5:40 PM, David Lechner <david@lechnology.com> wrote: > This SoC has a separate pin controller for configuring pullup/pulldown > bias on groups of pins. > > Signed-off-by: David Lechner <david@lechnology.com> > --- > > v2 changes: > * Moved pin-controller@22c00c device node after gpio@226000 (there seem to be > more nodes in proper order here compared to the i2c@228000 node suggested by > Sekhar) Acked-by: Linus Walleij <linus.walleij@linaro.org> Take this through the ARM SoC tree. Yours, Linus Walleij
On Wednesday 30 November 2016 06:31 PM, Linus Walleij wrote: > On Mon, Nov 28, 2016 at 5:40 PM, David Lechner <david@lechnology.com> wrote: > >> This SoC has a separate pin controller for configuring pullup/pulldown >> bias on groups of pins. >> >> Signed-off-by: David Lechner <david@lechnology.com> >> --- >> >> v2 changes: >> * Moved pin-controller@22c00c device node after gpio@226000 (there seem to be >> more nodes in proper order here compared to the i2c@228000 node suggested by >> Sekhar) > > Acked-by: Linus Walleij <linus.walleij@linaro.org> > > Take this through the ARM SoC tree. Thanks Linus! Applied to v4.10/dt Thanks, Sekhar
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 8945815..7a8d38e 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -442,6 +442,11 @@ 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";
This SoC has a separate pin controller for configuring pullup/pulldown bias on groups of pins. Signed-off-by: David Lechner <david@lechnology.com> --- v2 changes: * Moved pin-controller@22c00c device node after gpio@226000 (there seem to be more nodes in proper order here compared to the i2c@228000 node suggested by Sekhar) arch/arm/boot/dts/da850.dtsi | 5 +++++ 1 file changed, 5 insertions(+)