diff options
| author | Neil Armstrong <[email protected]> | 2024-07-05 08:48:44 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2024-07-05 09:55:04 +0200 |
| commit | 70907fd5ed00e0ccb7213882b4d901794cc749e7 (patch) | |
| tree | 64dc8302fc42ecab9ce6a332df4f04fcefc2b4c3 | |
| parent | ba64a04474d2989f397982c48e405cfd785e2dd5 (diff) | |
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]>
Acked-by: Rob Herring (Arm) <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/nvmem/amlogic,meson-gxbb-efuse.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |