On Fri, Jul 07, 2023 at 03:17:05PM +0200, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > Reformat the description of various properties to make them more > consistent with existing ones. Make use of json-schema's ability to > provide a description for individual list items to make improve the > documentation further. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > .../arm/tegra/nvidia,tegra20-pmc.yaml | 215 +++++++++--------- > 1 file changed, 104 insertions(+), 111 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml > index 89191cfdf619..a90f01678775 100644 > --- a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml > +++ b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml > @@ -21,17 +21,14 @@ properties: > > reg: > maxItems: 1 > - description: > - Offset and length of the register set for the device. > + description: Offset and length of the register set for the device. nit: I'd add this to patch 2. Reviewed-by: Rob Herring <robh@xxxxxxxxxx>