Re: [PATCH] dt-bindings: Move fixed string node names under 'properties'

From: Rob Herring
Date: Tue Nov 22 2022 - 19:08:37 EST



On Fri, 18 Nov 2022 16:37:07 -0600, Rob Herring wrote:
> Fixed string node names should be under 'properties' rather than
> 'patternProperties'. Additionally, without beginning and end of line
> anchors, any prefix or suffix is allowed on the specified node name.
> These cases don't appear to want a prefix or suffix, so move them under
> 'properties'.
>
> In some cases, the diff turns out to look like we're moving some
> patterns rather than the fixed string properties.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> .../arm/tegra/nvidia,tegra20-pmc.yaml | 54 ++++++++--------
> .../bindings/regulator/ti,tps65219.yaml | 14 ++--
> .../bindings/sound/tlv320adcx140.yaml | 64 +++++++++----------
> 3 files changed, 66 insertions(+), 66 deletions(-)
>

Applied, thanks!