Message ID | 20240605-topic-amlogic-upstream-bindings-fixes-power-domains-nvmem-v1-1-ef6f10c86a63@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: nvmem: amlogic,meson-gx-efuse: add optional power-domains | expand |
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 <neil.armstrong@linaro.org> > --- > Documentation/devicetree/bindings/nvmem/amlogic,meson-gxbb-efuse.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
Hi Srini, On 05/06/2024 11:35, 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 <neil.armstrong@linaro.org> > --- > 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, Gentle ping! Thanks, Neil
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. > > Applied, thanks! [1/1] dt-bindings: nvmem: amlogic,meson-gx-efuse: add optional power-domains commit: b654441eed93946538b5cb3801a5a6dd58b5d692 Best regards,
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
On newer SoCs, the eFuse hardware can require a power-domain to operate, add it as optional. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Documentation/devicetree/bindings/nvmem/amlogic,meson-gxbb-efuse.yaml | 3 +++ 1 file changed, 3 insertions(+) --- base-commit: c3f38fa61af77b49866b006939479069cd451173 change-id: 20240605-topic-amlogic-upstream-bindings-fixes-power-domains-nvmem-7df0dd48b1a3 Best regards,