2024-06-05 09:39:32

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH] dt-bindings: nvmem: amlogic,meson-gx-efuse: add optional power-domains

On newer SoCs, the eFuse hardware can require a power-domain to operate,
add it as optional.

Signed-off-by: Neil Armstrong <[email protected]>
---
Documentation/devicetree/bindings/nvmem/amlogic,meson-gxbb-efuse.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/nvmem/amlogic,meson-gxbb-efuse.yaml b/Documentation/devicetree/bindings/nvmem/amlogic,meson-gxbb-efuse.yaml
index 9801fe6f91b5..99ddc9a4af05 100644
--- a/Documentation/devicetree/bindings/nvmem/amlogic,meson-gxbb-efuse.yaml
+++ b/Documentation/devicetree/bindings/nvmem/amlogic,meson-gxbb-efuse.yaml
@@ -28,6 +28,9 @@ properties:
description: phandle to the secure-monitor node
$ref: /schemas/types.yaml#/definitions/phandle

+ power-domains:
+ maxItems: 1
+
required:
- compatible
- clocks

---
base-commit: c3f38fa61af77b49866b006939479069cd451173
change-id: 20240605-topic-amlogic-upstream-bindings-fixes-power-domains-nvmem-7df0dd48b1a3

Best regards,
--
Neil Armstrong <[email protected]>



2024-06-06 00:33:44

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: nvmem: amlogic,meson-gx-efuse: add optional power-domains


On Wed, 05 Jun 2024 11:35:22 +0200, Neil Armstrong wrote:
> On newer SoCs, the eFuse hardware can require a power-domain to operate,
> add it as optional.
>
> Signed-off-by: Neil Armstrong <[email protected]>
> ---
> Documentation/devicetree/bindings/nvmem/amlogic,meson-gxbb-efuse.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>

Acked-by: Rob Herring (Arm) <[email protected]>