Re: [PATCH 1/2] dt-bindings: samsung: exynos-pmu: Restrict children with unevaluatedProperties
Peter Griffin <[email protected]>
| Newsgroups | org.kernel.vger.linux-samsung-soc,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CADrjBPqGMUOWtm8nGHpkQTRkAHtxtpNi6SuTdE0x61zO0eG3Kg@mail.gmail.com> |
On Wed, 1 Jul 2026 at 11:57, Krzysztof Kozlowski <[email protected]> wrote: > > Each schema for a child node should end with either additionalProperties > or unevaluatedProperties, so add missing one making the schema tighter. > Defining 'type: object' is on the other hand not necessary when other > schema is referenced. > > Signed-off-by: Krzysztof Kozlowski <[email protected]> > --- Reviewed-by: Peter Griffin <[email protected]> > .../devicetree/bindings/soc/samsung/exynos-pmu.yaml | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml > index 76ce7e98c10f..d124f3ae9fbd 100644 > --- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml > +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml > @@ -94,19 +94,19 @@ properties: > > reboot-mode: > $ref: /schemas/power/reset/syscon-reboot-mode.yaml > - type: object > + unevaluatedProperties: false > description: > Reboot mode to alter bootloader behavior for the next boot > > syscon-poweroff: > $ref: /schemas/power/reset/syscon-poweroff.yaml# > - type: object > + unevaluatedProperties: false > description: > Node for power off method > > syscon-reboot: > $ref: /schemas/power/reset/syscon-reboot.yaml# > - type: object > + unevaluatedProperties: false > description: > Node for reboot method > > -- > 2.53.0 >