aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dra7.dtsi
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2015-10-02 18:23:22 -0500
committerTony Lindgren <tony@atomide.com>2015-10-12 15:53:46 -0700
commit99639ace4c83f26698d5a524df01c9a9c2c8c7b6 (patch)
tree86e3bb086645de588eded7e7a294bb476d4e41e6 /arch/arm/boot/dts/dra7.dtsi
parentARM: dts: Use defined GPIO constants in flags cell for OMAP2+ boards (diff)
downloadlinux-dev-99639ace4c83f26698d5a524df01c9a9c2c8c7b6.tar.xz
linux-dev-99639ace4c83f26698d5a524df01c9a9c2c8c7b6.zip
ARM: dts: DRA7: Add dsp1_system syscon node
The DSP_SYSTEM sub-module is a dedicated system control logic module present within a DRA7 DSP processor sub-system. This module is responsible for power management, clock generation and connection to the device PRCM module. Add a syscon node for this module for the DSP1 processor sub-system. This is added as a syscon node as it is a common configuration module that can be used by the different IOMMU instances and the corresponding remoteproc device. The node is added to the common dra7.dtsi file, as the DSP1 processor sub-system is mostly common across all the variants of the DRA7 SoC family. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r--arch/arm/boot/dts/dra7.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index f5f4e9f25620..ae6ee76c73ce 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -292,6 +292,11 @@
#thermal-sensor-cells = <1>;
};
+ dsp1_system: dsp_system@40d00000 {
+ compatible = "syscon";
+ reg = <0x40d00000 0x100>;
+ };
+
sdma: dma-controller@4a056000 {
compatible = "ti,omap4430-sdma";
reg = <0x4a056000 0x1000>;