On Wed, 26 Jul 2023 18:27:42 +0200, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > The pad configuration node schema in its current form can accidentally > match other properties as well. Restructure the schema to better match > how the device trees are using these. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > Changes in v3: > - remove quirks that are no longer needed with latest dt-schema > > Changes in v2: > - highlight quirks working around possible core schema > - use phandle: true instead of fully redefining it > - drop unneeded status property definition > > .../arm/tegra/nvidia,tegra20-pmc.yaml | 171 +++++++++++------- > 1 file changed, 109 insertions(+), 62 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>