mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
ramips: remove systick node for mt7621 SoC dtsi
This node is useless because MT7621 uses the generic mips systick driver instead of the ralink systick driver. Signed-off-by: Shiji Yang <yangshiji66@qq.com>
This commit is contained in:
parent
0e4f49a90d
commit
b17cc131c6
@ -120,14 +120,6 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
systick: systick@500 {
|
||||
compatible = "ralink,mt7621-systick", "ralink,cevt-systick";
|
||||
reg = <0x500 0x10>;
|
||||
|
||||
interrupt-parent = <&gic>;
|
||||
interrupts = <GIC_SHARED 5 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
memc: memory-controller@5000 {
|
||||
compatible = "mediatek,mt7621-memc", "syscon";
|
||||
reg = <0x5000 0x1000>;
|
||||
|
Loading…
Reference in New Issue
Block a user