From: Arul Ramasamy <Arul.Ramasamy@xxxxxxxxxx> Add binding document for Imagination Technologies Generic eFuse Controller present on Pistachio SoC. Signed-off-by: Arul Ramasamy <Arul.Ramasamy@xxxxxxxxxx> Signed-off-by: Jude Abraham <Jude.Abraham@xxxxxxxxxx> Signed-off-by: Naidu Tellapati <Naidu.Tellapati@xxxxxxxxxx> --- .../devicetree/bindings/soc/img/img-efuse.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Documentation/devicetree/bindings/soc/img/img-efuse.txt diff --git a/Documentation/devicetree/bindings/soc/img/img-efuse.txt b/Documentation/devicetree/bindings/soc/img/img-efuse.txt new file mode 100644 index 0000000..e87738f --- /dev/null +++ b/Documentation/devicetree/bindings/soc/img/img-efuse.txt @@ -0,0 +1,18 @@ +* Imagination Technologies Generic eFuse controller + +Required properties: +- compatible: Must be "img,efuse". +- reg: Must contain the base address and length of the eFuse registers. +- clocks: Must contain an entry for each entry in clock-names. + See ../clock/clock-bindings.txt for details. +- clock-names: Must include the following entries: + - osc: External oscillator clock + - sys: eFuse system interface clock + +Example: +efuse: efuse@18149200 { + compatible = "img,efuse"; + reg = <0x18149200 0x200>; + clocks = <&osc>, <&system_clk>; + clock-names = "osc", "sys"; +}; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html