On Wed, 06 Jul 2022 15:20:34 -0600, Rob Herring wrote: > Fixed string property 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 property names. > > As all the nvidia,tegra20-pmc powergates child node properties are fixed > strings, change 'patternProperties' to 'properties'. > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > .../devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!