Skip to content

Commit a91ae34

Browse files
jbrun3tgregkh
authored andcommitted
nvmem: meson-efuse: bindings: add peripheral clock
The efuse found in gx SoC requires a peripheral clock to properly operate. We have been able to work without it until now because the clock was on by default, and left on by the CCF. Soon, it will not be the case anymore, so the device needs to claim the clock it needs Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 8649dbe commit a91ae34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/nvmem/amlogic-efuse.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Required properties:
44
- compatible: should be "amlogic,meson-gxbb-efuse"
5+
- clocks: phandle to the efuse peripheral clock provided by the
6+
clock controller.
57

68
= Data cells =
79
Are child nodes of eFuse, bindings of which as described in
@@ -11,6 +13,7 @@ Example:
1113

1214
efuse: efuse {
1315
compatible = "amlogic,meson-gxbb-efuse";
16+
clocks = <&clkc CLKID_EFUSE>;
1417
#address-cells = <1>;
1518
#size-cells = <1>;
1619

0 commit comments

Comments
 (0)