On Wed, 25 May 2022 11:57:14 -0400, Nícolas F. R. A. Prado wrote: > Commit cafe19db7751 ("pinctrl: mediatek: Backward compatible to previous > Mediatek's bias-pull usage") allowed the bias-pull-up and bias-pull-down > properties to be used for setting PUPD/R1/R0 type bias on mtk-paris > based SoC's, which was previously only supported by the custom > mediatek,pull-up-adv and mediatek,pull-down-adv properties. > > Since the bias-pull-{up,down} properties already have defines associated > thus being more descriptive and is more universal on MediaTek platforms, > and given that there are no mediatek,pull-{up,down}-adv users on mt8192 > yet, remove the custom adv properties in favor of the generic ones. > > Note that only mediatek,pull-up-adv was merged in the binding, but not > its down counterpart. > > Fixes: edbacb36ea50 ("dt-bindings: pinctrl: mt8192: Add mediatek,pull-up-adv property") > Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> > --- > > .../bindings/pinctrl/pinctrl-mt8192.yaml | 29 ++++++++++--------- > 1 file changed, 15 insertions(+), 14 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>