Message ID | 20200110145952.9720-1-matthias.bgg@kernel.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 5037941f31516276e1e95d6aafebd6d9992b24a8 |
Headers | show |
Series | dt-bindings: mfd: mediatek: Add MT6397 Pin Controller | expand |
On Fri, Jan 10, 2020 at 11:00 PM <matthias.bgg@kernel.org> wrote: > > From: Matthias Brugger <matthias.bgg@gmail.com> > > The MT6397 mfd includes a pin controller. Add binding > a description for it. > > Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by: Nicolas Boichat <drinkcat@chromium.org> > > --- > > Documentation/devicetree/bindings/mfd/mt6397.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mfd/mt6397.txt b/Documentation/devicetree/bindings/mfd/mt6397.txt > index a9b105ac00a8..ce22fca9d48b 100644 > --- a/Documentation/devicetree/bindings/mfd/mt6397.txt > +++ b/Documentation/devicetree/bindings/mfd/mt6397.txt > @@ -54,6 +54,11 @@ Optional subnodes: > - compatible: "mediatek,mt6323-pwrc" > For details, see ../power/reset/mt6323-poweroff.txt > > +- pin-controller > + Required properties: > + - compatible: "mediatek,mt6397-pinctrl" > + For details, see ../pinctrl/pinctrl-mt65xx.txt > + > Example: > pwrap: pwrap@1000f000 { > compatible = "mediatek,mt8135-pwrap"; > -- > 2.24.0 >
On Fri, 10 Jan 2020 15:59:51 +0100, matthias.bgg@kernel.org wrote: > From: Matthias Brugger <matthias.bgg@gmail.com> > > The MT6397 mfd includes a pin controller. Add binding > a description for it. > > Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> > > --- > > Documentation/devicetree/bindings/mfd/mt6397.txt | 5 +++++ > 1 file changed, 5 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
Hi Lee, On 15/01/2020 16:19, Rob Herring wrote: > On Fri, 10 Jan 2020 15:59:51 +0100, matthias.bgg@kernel.org wrote: >> From: Matthias Brugger <matthias.bgg@gmail.com> >> >> The MT6397 mfd includes a pin controller. Add binding >> a description for it. >> >> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> >> >> --- >> >> Documentation/devicetree/bindings/mfd/mt6397.txt | 5 +++++ >> 1 file changed, 5 insertions(+) >> > > Acked-by: Rob Herring <robh@kernel.org> > It looks like this fall through the cracks. Would you consider to queue it or do you have further comments? Regards, Matthias
On Thu, 21 May 2020, Matthias Brugger wrote: > Hi Lee, > > On 15/01/2020 16:19, Rob Herring wrote: > > On Fri, 10 Jan 2020 15:59:51 +0100, matthias.bgg@kernel.org wrote: > >> From: Matthias Brugger <matthias.bgg@gmail.com> > >> > >> The MT6397 mfd includes a pin controller. Add binding > >> a description for it. > >> > >> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> > >> > >> --- > >> > >> Documentation/devicetree/bindings/mfd/mt6397.txt | 5 +++++ > >> 1 file changed, 5 insertions(+) > >> > > > > Acked-by: Rob Herring <robh@kernel.org> > > > > It looks like this fall through the cracks. > Would you consider to queue it or do you have further comments? There is a current issue where Rob and I are both taking patches. Sometimes we both assume the other will take the patch. Apologies.
On Fri, 10 Jan 2020, matthias.bgg@kernel.org wrote: > From: Matthias Brugger <matthias.bgg@gmail.com> > > The MT6397 mfd includes a pin controller. Add binding > a description for it. > > Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> > > --- > > Documentation/devicetree/bindings/mfd/mt6397.txt | 5 +++++ > 1 file changed, 5 insertions(+) Applied, thanks.
diff --git a/Documentation/devicetree/bindings/mfd/mt6397.txt b/Documentation/devicetree/bindings/mfd/mt6397.txt index a9b105ac00a8..ce22fca9d48b 100644 --- a/Documentation/devicetree/bindings/mfd/mt6397.txt +++ b/Documentation/devicetree/bindings/mfd/mt6397.txt @@ -54,6 +54,11 @@ Optional subnodes: - compatible: "mediatek,mt6323-pwrc" For details, see ../power/reset/mt6323-poweroff.txt +- pin-controller + Required properties: + - compatible: "mediatek,mt6397-pinctrl" + For details, see ../pinctrl/pinctrl-mt65xx.txt + Example: pwrap: pwrap@1000f000 { compatible = "mediatek,mt8135-pwrap";