2022-06-19 15:17:57

by Tomer Maimon

[permalink] [raw]
Subject: [PATCH v3 10/18] dt-bindings: reset: npcm: Add support for NPCM8XX

Add binding document and device tree binding constants for Nuvoton BMC
NPCM8XX reset controller.

Signed-off-by: Tomer Maimon <[email protected]>
---
.../devicetree/bindings/reset/nuvoton,npcm750-reset.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/reset/nuvoton,npcm750-reset.yaml b/Documentation/devicetree/bindings/reset/nuvoton,npcm750-reset.yaml
index 7ba3a6ff82ed..7ad2b8c592ee 100644
--- a/Documentation/devicetree/bindings/reset/nuvoton,npcm750-reset.yaml
+++ b/Documentation/devicetree/bindings/reset/nuvoton,npcm750-reset.yaml
@@ -11,7 +11,9 @@ maintainers:

properties:
compatible:
- const: nuvoton,npcm750-reset
+ enum:
+ - nuvoton,npcm750-reset # Poleg NPCM7XX SoC
+ - nuvoton,npcm845-reset # Arbel NPCM8XX SoC

reg:
maxItems: 1
--
2.33.0


2022-06-20 08:25:54

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v3 10/18] dt-bindings: reset: npcm: Add support for NPCM8XX

On 19/06/2022 17:12, Tomer Maimon wrote:
> Add binding document and device tree binding constants for Nuvoton BMC
> NPCM8XX reset controller.
>
> Signed-off-by: Tomer Maimon <[email protected]>


Acked-by: Krzysztof Kozlowski <[email protected]>


Best regards,
Krzysztof