diff options
author | Roger Quadros <rogerq@ti.com> | 2015-07-27 12:27:28 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-08-05 11:39:12 +0200 |
commit | 57fe9287c6bcd2261701f9793f690b165d02a962 (patch) | |
tree | e38b4b0d1b9f1e60b0c3b263cbfac27e50759a74 /arch/arm/boot/dts/dra7.dtsi | |
parent | ARM: dts: dra7: Add named interrupt property for dwc3 (diff) | |
download | linux-57fe9287c6bcd2261701f9793f690b165d02a962.tar.xz linux-57fe9287c6bcd2261701f9793f690b165d02a962.zip |
ARM: dts: dra7: Remove ctrl_core and ctrl_general nodes
These nodes are wrongly placed. They must come under the
scm node. Nobody uses them either so get rid of them.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Tero Kristo <t-kristo@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.dtsi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 8d3b9b0e730f..3c2ec7e8115d 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -286,16 +286,6 @@ #thermal-sensor-cells = <1>; }; - dra7_ctrl_core: ctrl_core@4a002000 { - compatible = "syscon"; - reg = <0x4a002000 0x6d0>; - }; - - dra7_ctrl_general: tisyscon@4a002e00 { - compatible = "syscon"; - reg = <0x4a002e00 0x7c>; - }; - sdma: dma-controller@4a056000 { compatible = "ti,omap4430-sdma"; reg = <0x4a056000 0x1000>; |