projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5209a8f
)
ARM: dts: da850: There are 101 interrupts.
author
David Lechner
<david@lechnology.com>
Sat, 16 Apr 2016 17:00:20 +0000
(12:00 -0500)
committer
Sekhar Nori
<nsekhar@ti.com>
Mon, 25 Apr 2016 13:29:16 +0000
(18:59 +0530)
Fix off by one error in da850 device tree in
the number of INTC interrupts.
Signed-off-by: David Lechner <david@lechnology.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
[nsekhar@ti.com: commit message update]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/da850.dtsi
b/arch/arm/boot/dts/da850.dtsi
index 26fc081236ebab9ea922901ba33552b490c4d427..cf1aad8190f15bb470c53f835a0ca7a6ebe6ff36 100644
(file)
--- a/
arch/arm/boot/dts/da850.dtsi
+++ b/
arch/arm/boot/dts/da850.dtsi
@@
-19,7
+19,7
@@
compatible = "ti,cp-intc";
interrupt-controller;
#interrupt-cells = <1>;
- ti,intc-size = <10
0
>;
+ ti,intc-size = <10
1
>;
reg = <0xfffee000 0x2000>;
};
};