This patch documents DT compatible string "st,st-hva". Signed-off-by: Yannick Fertre <yannick.fertre@xxxxxx> --- .../devicetree/bindings/media/st,sti-hva.txt | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/st,sti-hva.txt diff --git a/Documentation/devicetree/bindings/media/st,sti-hva.txt b/Documentation/devicetree/bindings/media/st,sti-hva.txt new file mode 100644 index 0000000..3dc431d --- /dev/null +++ b/Documentation/devicetree/bindings/media/st,sti-hva.txt @@ -0,0 +1,26 @@ +============================================================================== + hva: hardware video encoder accelerator +============================================================================== + +Required properties: +- compatible: should be "st,stih407-hva". +- reg: HVA physical address location and length, esram address location and + length. +- reg-names: names of the registers listed in registers property in the same + order. +- interrupts: HVA interrupt number. +- clocks: from common clock binding: handle hardware IP needed clocks, the + number of clocks may depend on the SoC type. + See ../clock/clock-bindings.txt for details. +- clock-names: names of the clocks listed in clocks property in the same order. + +Example: + +hva@8c85000{ + compatible = "st,stih407-hva"; + reg= <0x8c85000 0x400>, <0x6000000 0x40000>; + reg-names = "hva_registers", "hva_esram"; + interrupts = <0 58 0>, <0 59 0>; + clock-names = "clk_hva"; + clocks = <&CLK_S_C0_FLEXGEN 3>; +}; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html