[PATCH 02/14] ARM: SPEAr13xx: DT: Add spics gpio controller nodes
Viresh Kumar
viresh.kumar at linaro.org
Fri Nov 16 01:08:59 EST 2012
On 15 November 2012 19:36, Linus Walleij <linus.walleij at linaro.org> wrote:
>>> > ahb {
>>> > + spics: spics at e0700000{
>>> > + compatible = "st,spear-spics-gpio";
>>> > + reg = <0xe0700000 0x1000>;
>>> > + st-spics,peripcfg-reg = <0x3b0>;
>>> > + st-spics,sw-enable-bit = <12>;
>>> > + st-spics,cs-value-bit = <11>;
>>> > + st-spics,cs-enable-mask = <3>;
>>> > + st-spics,cs-enable-shift = <8>;
>>> > + gpio-controller;
>>> > + #gpio-cells = <2>;
>>> > + };
>>> > +
>>>
>>> Are these bindings documented?
>>
>> The main patch waiting for ur comments is 1/14.
>
> I seldom comment on individual DT bindings, I just want
> to know that they're there :-)
Its not that simple. You are required to Ack it, as we have added it in
drivers/pinctrl/spear because we are controlling pins here :)
--
viresh
More information about the devicetree-discuss
mailing list