Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <neil.armstrong@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20240705074852.423202-8-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Neil Armstrong and committed by
Greg Kroah-Hartman
70907fd5 ba64a044

+3
+3
Documentation/devicetree/bindings/nvmem/amlogic,meson-gxbb-efuse.yaml
··· 28 28 description: phandle to the secure-monitor node 29 29 $ref: /schemas/types.yaml#/definitions/phandle 30 30 31 + power-domains: 32 + maxItems: 1 33 + 31 34 required: 32 35 - compatible 33 36 - clocks