summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/nvmem/amlogic-efuse.txt
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2018-11-21 14:05:22 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2018-11-21 14:05:22 +1100
commit1f47367d21dc532d0a9850507223f9f6d3a7a363 (patch)
tree7cc9c0ac06f7eeeea3ee7ee33d7cce53e082e1d5 /Documentation/devicetree/bindings/nvmem/amlogic-efuse.txt
parent2e2022dd582c42696828635e995130a4369379f7 (diff)
parent5035d66cc6297483a3d7e1b1af5cf8b04f089e43 (diff)
Merge remote-tracking branch 'nvmem/for-next'
Diffstat (limited to 'Documentation/devicetree/bindings/nvmem/amlogic-efuse.txt')
-rw-r--r--Documentation/devicetree/bindings/nvmem/amlogic-efuse.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/nvmem/amlogic-efuse.txt b/Documentation/devicetree/bindings/nvmem/amlogic-efuse.txt
index e3298e18de26..2e0723ab3384 100644
--- a/Documentation/devicetree/bindings/nvmem/amlogic-efuse.txt
+++ b/Documentation/devicetree/bindings/nvmem/amlogic-efuse.txt
@@ -2,6 +2,8 @@
Required properties:
- compatible: should be "amlogic,meson-gxbb-efuse"
+- clocks: phandle to the efuse peripheral clock provided by the
+ clock controller.
= Data cells =
Are child nodes of eFuse, bindings of which as described in
@@ -11,6 +13,7 @@ Example:
efuse: efuse {
compatible = "amlogic,meson-gxbb-efuse";
+ clocks = <&clkc CLKID_EFUSE>;
#address-cells = <1>;
#size-cells = <1>;