2021-05-12 06:16:44

by Satya Priya

[permalink] [raw]
Subject: [PATCH V4 3/5] dt-bindings: power: reset: Change 'additionalProperties' to true

Change 'additionalProperties' to true as this is a generic binding.

Signed-off-by: satya priya <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
Changes in V3:
- This is newly added in V3.

Changes in V4:
- No Changes.

Documentation/devicetree/bindings/power/reset/reboot-mode.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml
index 9c6fda6..ad0a0b9 100644
--- a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml
+++ b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml
@@ -36,7 +36,7 @@ patternProperties:
"^mode-.*$":
$ref: /schemas/types.yaml#/definitions/uint32

-additionalProperties: false
+additionalProperties: true

examples:
- |
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


2021-05-12 08:24:39

by Sebastian Reichel

[permalink] [raw]
Subject: Re: [PATCH V4 3/5] dt-bindings: power: reset: Change 'additionalProperties' to true

Hi,

On Wed, May 12, 2021 at 11:44:11AM +0530, satya priya wrote:
> Change 'additionalProperties' to true as this is a generic binding.
>
> Signed-off-by: satya priya <[email protected]>
> Acked-by: Rob Herring <[email protected]>
> ---

Reviewed-by: Sebastian Reichel <[email protected]>

-- Sebastian

> Changes in V3:
> - This is newly added in V3.
>
> Changes in V4:
> - No Changes.
>
> Documentation/devicetree/bindings/power/reset/reboot-mode.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml
> index 9c6fda6..ad0a0b9 100644
> --- a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml
> +++ b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml
> @@ -36,7 +36,7 @@ patternProperties:
> "^mode-.*$":
> $ref: /schemas/types.yaml#/definitions/uint32
>
> -additionalProperties: false
> +additionalProperties: true
>
> examples:
> - |
> --
> QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
> of Code Aurora Forum, hosted by The Linux Foundation
>

2021-07-21 23:13:18

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH V4 3/5] dt-bindings: power: reset: Change 'additionalProperties' to true

Quoting satya priya (2021-05-11 23:14:11)
> Change 'additionalProperties' to true as this is a generic binding.
>
> Signed-off-by: satya priya <[email protected]>
> Acked-by: Rob Herring <[email protected]>
> ---

Reviewed-by: Stephen Boyd <[email protected]>

2021-07-23 19:38:21

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [PATCH V4 3/5] dt-bindings: power: reset: Change 'additionalProperties' to true

On Wed, May 12, 2021 at 11:44:11AM +0530, satya priya wrote:
> Change 'additionalProperties' to true as this is a generic binding.
>
> Signed-off-by: satya priya <[email protected]>
> Acked-by: Rob Herring <[email protected]>

Applied, thank you.

--
Dmitry