Message ID | 20230327-cleanup-pinctrl-binding-v3-0-6f56d5c7a8de@baylibre.com |
---|---|
Headers | show |
Series | Cleanup Mediatek pinctrl device tree binding | expand |
On Tue, Apr 4, 2023 at 6:30 PM Alexandre Mergnat <amergnat@baylibre.com> wrote: > Deprecate properties which shall not exist, leaked upstream from downstream > kernels, there's no reason to use them. Here the deprecated properties and > the generic properties which will replace them: > > - mediatek,drive-strength-adv => drive-strength-microamp > - mediatek,pull-up-adv => bias-pull-up > - mediatek,pull-down-adv => bias-pull-down > > Another commit has been added in v3 to make it easier to merge. [2] > > Thanks AngeloGioacchino Del Regno to reported it. [1] > > [1]: https://lore.kernel.org/all/6e08d78f-ef4c-b228-f7d2-d63767ea87b8@collabora.com/ > [2]: https://lore.kernel.org/all/20230203-evk-board-support-v4-2-5cffe66a38c0@baylibre.com/ > [3]: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=devel > > Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> Patches applied! Thanks for you excellent attention to detail! Yours, Linus Walleij
Deprecate properties which shall not exist, leaked upstream from downstream kernels, there's no reason to use them. Here the deprecated properties and the generic properties which will replace them: - mediatek,drive-strength-adv => drive-strength-microamp - mediatek,pull-up-adv => bias-pull-up - mediatek,pull-down-adv => bias-pull-down Another commit has been added in v3 to make it easier to merge. [2] Thanks AngeloGioacchino Del Regno to reported it. [1] [1]: https://lore.kernel.org/all/6e08d78f-ef4c-b228-f7d2-d63767ea87b8@collabora.com/ [2]: https://lore.kernel.org/all/20230203-evk-board-support-v4-2-5cffe66a38c0@baylibre.com/ [3]: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=devel Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> --- Changes in v3: - Port another commit which modify the pinctrl from this serie [2]. - Rebased to linusw/linux-pinctrl as requested by the maintainer [3]. - Link to v2: https://lore.kernel.org/r/20230327-cleanup-pinctrl-binding-v2-0-f21fbcc3016e@baylibre.com Changes in v2: - Change the bias-pull enum values to match with other Mediatek SoC. That allows to use MTK generic define and be compliant with the MTK common pinctrl driver. - Link to v1: https://lore.kernel.org/r/20230327-cleanup-pinctrl-binding-v1-0-b695e32e4f2e@baylibre.com --- Alexandre Mergnat (3): dt-bindings: pinctrl: mediatek: deprecate custom drive strength property dt-bindings: pinctrl: mediatek: deprecate custom bias pull properties for mt8365 dt-bindings: pinctrl: mediatek,mt8365-pinctrl: add drive strength property .../bindings/pinctrl/mediatek,mt8183-pinctrl.yaml | 8 +++- .../bindings/pinctrl/mediatek,mt8365-pinctrl.yaml | 43 +++++++++++++++++++--- 2 files changed, 43 insertions(+), 8 deletions(-) --- base-commit: 743d3336029ffe2bb38e982a3b572ced243c6d43 change-id: 20230327-cleanup-pinctrl-binding-8064a8f8bf68 Best regards,