aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Fernandes <joelf@ti.com>2016-06-01 05:06:41 -0400
committerTony Lindgren <tony@atomide.com>2016-06-22 03:43:12 -0400
commitbac9d0b847a18ff9a0bb77711a8ad1db7400a948 (patch)
treea788fe72e3cee439b574d2ca932a93641439a913
parentf03a881a8a8de26b09949b89d6a7177afbc5754d (diff)
ARM: dts: DRA7: Add DT node for DES IP
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>
-rw-r--r--arch/arm/boot/dts/dra7.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 3c34a0c3ff7a..f5a83c4d133e 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -1928,6 +1928,17 @@
1928 status = "disabled"; 1928 status = "disabled";
1929 }; 1929 };
1930 }; 1930 };
1931
1932 des: des@480a5000 {
1933 compatible = "ti,omap4-des";
1934 ti,hwmods = "des";
1935 reg = <0x480a5000 0xa0>;
1936 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
1937 dmas = <&sdma_xbar 117>, <&sdma_xbar 116>;
1938 dma-names = "tx", "rx";
1939 clocks = <&l3_iclk_div>;
1940 clock-names = "fck";
1941 };
1931 }; 1942 };
1932 1943
1933 thermal_zones: thermal-zones { 1944 thermal_zones: thermal-zones {