Message ID | 1491568984-20169-3-git-send-email-alexandre.torgue@st.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Apr 07, 2017 at 02:42:59PM +0200, Alexandre TORGUE wrote: > Remove "ngpios" bindings definition as it is no more used in stm32 pinctrl > driver. I read the subject as "rm Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt". You can be more specific: dt-bindings: pinctrl: remove ngpios from stm32-pinctrl binding With that, Acked-by: Rob Herring <robh@kernel.org>
Hi Rob On 04/10/2017 10:20 PM, Rob Herring wrote: > On Fri, Apr 07, 2017 at 02:42:59PM +0200, Alexandre TORGUE wrote: >> Remove "ngpios" bindings definition as it is no more used in stm32 pinctrl >> driver. > > I read the subject as "rm > Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt". You can > be more specific: > > dt-bindings: pinctrl: remove ngpios from stm32-pinctrl binding > > With that, > > Acked-by: Rob Herring <robh@kernel.org> > Thanks for review. I think that documentations patches (patch 2 & 3) will be merged by Linus W. Linus, do you want a V3 to fix commit header ? Regards Alex
On Fri, Apr 7, 2017 at 2:42 PM, Alexandre TORGUE <alexandre.torgue@st.com> wrote: > Remove "ngpios" bindings definition as it is no more used in stm32 pinctrl > driver. > > Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com> Fixed up Subject and applied with Rob's ACK. Yours, Linus Walleij
diff --git a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt index eac20aa..e4cda3d 100644 --- a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt @@ -38,8 +38,6 @@ Optional properties: - st,syscfg: Should be phandle/offset pair. The phandle to the syscon node which includes IRQ mux selection register, and the offset of the IRQ mux selection register. - - ngpios: Number of gpios in a bank (to use if bank gpio numbers is less - than 16). - gpio-ranges: Define a dedicated mapping between a pin-controller and a gpio controller. Format is <&phandle a b c> with: -(phandle): phandle of pin-controller.
Remove "ngpios" bindings definition as it is no more used in stm32 pinctrl driver. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>