Message ID | 20190418124758.24022-4-glaroque@baylibre.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add drive-strength in Meson pinctrl driver | expand |
Hi Guillaume, On Thu, Apr 18, 2019 at 2:48 PM Guillaume La Roque <glaroque@baylibre.com> wrote: > > Add optional drive-strength-uA property > > Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> > --- > Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt > index a47dd990a8d3..b3e4be696ddc 100644 > --- a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt > +++ b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt > @@ -51,6 +51,9 @@ Configuration nodes support the generic properties "bias-disable", > "bias-pull-up" and "bias-pull-down", described in file > pinctrl-bindings.txt > > +Optional properties : > + - drive-strength-uA: Drive strength for the specified pins in uA. if you have to re-send this series for whatever reason then please mention that drive-strength-uA is only valid for G12A and newer otherwise: Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Hi Martin, On 4/27/19 9:21 PM, Martin Blumenstingl wrote: > Hi Guillaume, > > On Thu, Apr 18, 2019 at 2:48 PM Guillaume La Roque > <glaroque@baylibre.com> wrote: >> Add optional drive-strength-uA property >> >> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> >> --- >> Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt >> index a47dd990a8d3..b3e4be696ddc 100644 >> --- a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt >> +++ b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt >> @@ -51,6 +51,9 @@ Configuration nodes support the generic properties "bias-disable", >> "bias-pull-up" and "bias-pull-down", described in file >> pinctrl-bindings.txt >> >> +Optional properties : >> + - drive-strength-uA: Drive strength for the specified pins in uA. > if you have to re-send this series for whatever reason then please > mention that drive-strength-uA is only valid for G12A and newer thanks for your review, i will do if i send new series. > otherwise: > Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
diff --git a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt index a47dd990a8d3..b3e4be696ddc 100644 --- a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt @@ -51,6 +51,9 @@ Configuration nodes support the generic properties "bias-disable", "bias-pull-up" and "bias-pull-down", described in file pinctrl-bindings.txt +Optional properties : + - drive-strength-uA: Drive strength for the specified pins in uA. + === Example === pinctrl: pinctrl@c1109880 {
Add optional drive-strength-uA property Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> --- Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt | 3 +++ 1 file changed, 3 insertions(+)