summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dra72x.dtsi
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2016-05-19 01:36:32 +0200
committerTony Lindgren <tony@atomide.com>2016-06-10 13:58:07 +0200
commitb82ffb337b69947bf82d936827fe5c6e2ad6abdd (patch)
treef206608ae8dd0544e5d3547ca8b4036422de1551 /arch/arm/boot/dts/dra72x.dtsi
parentARM: dts: dra7: Add dt node for the syscon control module wkup (diff)
downloadlinux-b82ffb337b69947bf82d936827fe5c6e2ad6abdd.tar.xz
linux-b82ffb337b69947bf82d936827fe5c6e2ad6abdd.zip
ARM: dts: dra7: Move cpus node to parent dts for dra74x and dra72x
Nearly all of the information in the cpus node, especially for cpu0, is the same between dra74x and dra72x so move the common information to the parent dra7.dtsi to avoid duplication of data. Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra72x.dtsi')
-rw-r--r--arch/arm/boot/dts/dra72x.dtsi16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/boot/dts/dra72x.dtsi b/arch/arm/boot/dts/dra72x.dtsi
index 70a217050a4c..67107605fb4c 100644
--- a/arch/arm/boot/dts/dra72x.dtsi
+++ b/arch/arm/boot/dts/dra72x.dtsi
@@ -12,22 +12,6 @@
/ {
compatible = "ti,dra722", "ti,dra72", "ti,dra7";
- cpus {
- #address-cells = <1>;
- #size-cells = <0>;
-
- cpu0: cpu@0 {
- device_type = "cpu";
- compatible = "arm,cortex-a15";
- reg = <0>;
-
- /* cooling options */
- cooling-min-level = <0>;
- cooling-max-level = <2>;
- #cooling-cells = <2>; /* min followed by max */
- };
- };
-
pmu {
compatible = "arm,cortex-a15-pmu";
interrupt-parent = <&wakeupgen>;