Message ID | 1620630064-16354-4-git-send-email-skakit@codeaurora.org |
---|---|
State | Accepted |
Commit | da5e96ffd5a938b11c430d023109a19ba3b6d71d |
Headers | show |
Series | Add support for PMK8350 PON_HLOS PMIC peripheral | expand |
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: - |
Change 'additionalProperties' to true as this is a generic binding. Signed-off-by: satya priya <skakit@codeaurora.org> --- Changes in V3: - This is newly added in V3. Documentation/devicetree/bindings/power/reset/reboot-mode.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)