Message ID | 20210723132810.25728-2-alexandre.torgue@foss.st.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add STM32MP13 SoCs and discovery board support | expand |
On Fri, 23 Jul 2021 15:28:04 +0200, Alexandre Torgue wrote: > New compatible to manage ball out and pin muxing of STM32MP135 SoC. > > Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> > Acked-by: Rob Herring <robh@kernel.org>
Hi Linus On 7/23/21 3:28 PM, Alexandre Torgue wrote: > New compatible to manage ball out and pin muxing of STM32MP135 SoC. > > Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> > > diff --git a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml > index 72877544ca78..dfee6d38a701 100644 > --- a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml > @@ -24,6 +24,7 @@ properties: > - st,stm32f746-pinctrl > - st,stm32f769-pinctrl > - st,stm32h743-pinctrl > + - st,stm32mp135-pinctrl > - st,stm32mp157-pinctrl > - st,stm32mp157-z-pinctrl > > If you are ok with this patch, can I take it in my tree to avoid yaml validation issue ? If you disagree I'll wait the next cycle to take DT patches. cheers alex
On Fri, Jul 23, 2021 at 3:28 PM Alexandre Torgue <alexandre.torgue@foss.st.com> wrote: > New compatible to manage ball out and pin muxing of STM32MP135 SoC. > > Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> Patch applied! Yours, Linus Walleij
diff --git a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml index 72877544ca78..dfee6d38a701 100644 --- a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml @@ -24,6 +24,7 @@ properties: - st,stm32f746-pinctrl - st,stm32f769-pinctrl - st,stm32h743-pinctrl + - st,stm32mp135-pinctrl - st,stm32mp157-pinctrl - st,stm32mp157-z-pinctrl
New compatible to manage ball out and pin muxing of STM32MP135 SoC. Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>