aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-11 19:22:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-11 19:22:15 +0000
commiteec3255887fd91f7cac6388cf3a1715d7ae342ab (patch)
tree5fc96a8c8110bcd3ce94d17636f347c33ed9115e /target/linux/ramips/dts
parent23b0464ea75f5713ebadda417f1fe8db20c76103 (diff)
downloadmaster-187ad058-eec3255887fd91f7cac6388cf3a1715d7ae342ab.tar.gz
master-187ad058-eec3255887fd91f7cac6388cf3a1715d7ae342ab.tar.bz2
master-187ad058-eec3255887fd91f7cac6388cf3a1715d7ae342ab.zip
Revert "ramips: use gic timer as clocksource for mt7621"
This reverts commit 270a2afcc544ca14e79198346e7e186033472ae7. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47872 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r--target/linux/ramips/dts/mt7621.dtsi14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi
index 06828c6bbd..a06aee733b 100644
--- a/target/linux/ramips/dts/mt7621.dtsi
+++ b/target/linux/ramips/dts/mt7621.dtsi
@@ -88,9 +88,6 @@
compatible = "ns16550a";
reg = <0xc00 0x100>;
- /* FIXME: there should be way to detect this */
- clock-frequency = <50000000>;
-
interrupt-parent = <&gic>;
interrupts = <GIC_SHARED 26 IRQ_TYPE_LEVEL_HIGH>;
@@ -105,9 +102,6 @@
compatible = "ralink,mt7621-spi";
reg = <0xb00 0x100>;
- /* FIXME: there should be way to detect this */
- clock-frequency = <50000000>;
-
resets = <&rstctrl 18>;
reset-names = "spi";
@@ -249,14 +243,6 @@
#interrupt-cells = <3>;
mti,reserved-cpu-vectors = <7>;
-
- timer {
- compatible = "mti,gic-timer";
- interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
-
- /* FIXME: there should be way to detect this */
- clock-frequency = <880000000>;
- };
};
nand@1e003000 {