]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ARM: dts: DRA7: Add DT node for DES IP
authorJoel Fernandes <joelf@ti.com>
Wed, 1 Jun 2016 09:06:41 +0000 (12:06 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 22 Jun 2016 07:43:12 +0000 (00:43 -0700)
DRA7xx SoCs have a DES3DES IP. Add DT data for the same.

Signed-off-by: Joel Fernandes <joelf@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi

index 3c34a0c3ff7aba930c74ccf17cf440080b1e8b8f..f5a83c4d133ec52a8263dfa92dfdb7f100edb8df 100644 (file)
                                status = "disabled";
                        };
                };
+
+               des: des@480a5000 {
+                       compatible = "ti,omap4-des";
+                       ti,hwmods = "des";
+                       reg = <0x480a5000 0xa0>;
+                       interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
+                       dmas = <&sdma_xbar 117>, <&sdma_xbar 116>;
+                       dma-names = "tx", "rx";
+                       clocks = <&l3_iclk_div>;
+                       clock-names = "fck";
+               };
        };
 
        thermal_zones: thermal-zones {