Re: [PATCH] dt-bindings: pinctrl: ralink: Fix 'enum' lists with duplicate entries

From: Rob Herring
Date: Fri Jun 10 2022 - 14:19:28 EST


On Mon, 06 Jun 2022 16:22:39 -0500, Rob Herring wrote:
> There's no reason to list the same value twice in an 'enum'. This was fixed
> treewide in commit c3b006819426 ("dt-bindings: Fix 'enum' lists with
> duplicate entries"), but this one got added in the merge window.
>
> A meta-schema change will catch future cases.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> .../pinctrl/ralink,mt7620-pinctrl.yaml | 26 +++++++++++-------
> .../pinctrl/ralink,rt305x-pinctrl.yaml | 27 +++++++++----------
> 2 files changed, 28 insertions(+), 25 deletions(-)
>

Applied, thanks!