summaryrefslogtreecommitdiffstats
path: root/arch/arc/boot/dts/nsim_hs_idu.dts
diff options
context:
space:
mode:
authorYuriy Kolerov2017-02-02 01:13:32 +0100
committerVineet Gupta2017-02-06 18:37:57 +0100
commitec69b269d87c123a66bbcdc31cd5918db4ce442a (patch)
tree5e1d15a098ca000aa37ed2dd3ad702ea319d8742 /arch/arc/boot/dts/nsim_hs_idu.dts
parentARCv2: IDU-intc: mask all common interrupts by default (diff)
downloadkernel-qcow2-linux-ec69b269d87c123a66bbcdc31cd5918db4ce442a.tar.gz
kernel-qcow2-linux-ec69b269d87c123a66bbcdc31cd5918db4ce442a.tar.xz
kernel-qcow2-linux-ec69b269d87c123a66bbcdc31cd5918db4ce442a.zip
ARCv2: IDU-intc: Delete deprecated parameters in Device Trees
No need for specifying a list of interrupts in the declaration of IDU interrupt controller anymore since the kernel can obtain a number of supported interrupts from the build register. Also delete support of the second parameter for devices which are connected to IDU because it is not used anywhere. Signed-off-by: Yuriy Kolerov <yuriy.kolerov@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/boot/dts/nsim_hs_idu.dts')
-rw-r--r--arch/arc/boot/dts/nsim_hs_idu.dts15
1 files changed, 2 insertions, 13 deletions
diff --git a/arch/arc/boot/dts/nsim_hs_idu.dts b/arch/arc/boot/dts/nsim_hs_idu.dts
index 48434d7c4498..4f98ebf71fd8 100644
--- a/arch/arc/boot/dts/nsim_hs_idu.dts
+++ b/arch/arc/boot/dts/nsim_hs_idu.dts
@@ -46,25 +46,14 @@
compatible = "snps,archs-idu-intc";
interrupt-controller;
interrupt-parent = <&core_intc>;
-
- /*
- * <hwirq distribution>
- * distribution: 0=RR; 1=cpu0, 2=cpu1, 4=cpu2, 8=cpu3
- */
- #interrupt-cells = <2>;
-
- /*
- * upstream irqs to core intc - downstream these are
- * "COMMON" irq 0,1..
- */
- interrupts = <24 25 26 27 28 29 30 31>;
+ #interrupt-cells = <1>;
};
arcuart0: serial@c0fc1000 {
compatible = "snps,arc-uart";
reg = <0xc0fc1000 0x100>;
interrupt-parent = <&idu_intc>;
- interrupts = <0 0>;
+ interrupts = <0>;
clock-frequency = <80000000>;
current-speed = <115200>;
status = "okay";