]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: STiH410: Add hva dt nodes
authorJean-Christophe Trotin <jean-christophe.trotin@st.com>
Mon, 25 Jul 2016 07:57:30 +0000 (09:57 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Fri, 9 Sep 2016 07:37:39 +0000 (09:37 +0200)
Add the hva (multi-format video encoder for STMicroelectronics SoC)
dt nodes for the hva device, defining register address, interrupt
and clock.

Signed-off-by: Jean-Christophe TROTIN <jean-christophe.trotin@st.com>
arch/arm/boot/dts/stih410.dtsi

index 7590721e9e975883651a8337e9fac223c068d7f5..6850f5861dc34596a1008d7b494b58f7ee5e4d57 100644 (file)
                        clocks = <&clk_s_c0_flexgen CLK_IC_BDISP_0>;
                };
 
+               hva@8c85000 {
+                       compatible = "st,st-hva";
+                       reg = <0x8c85000 0x400>, <0x6000000 0x40000>;
+                       reg-names = "hva_registers", "hva_esram";
+                       interrupts = <GIC_SPI 58 IRQ_TYPE_NONE>,
+                                    <GIC_SPI 59 IRQ_TYPE_NONE>;
+                       clock-names = "clk_hva";
+                       clocks = <&clk_s_c0_flexgen CLK_HVA>;
+               };
+
                thermal@91a0000 {
                        compatible = "st,stih407-thermal";
                        reg = <0x91a0000 0x28>;