aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Avinash <avinashphilip@ti.com>2013-02-01 00:37:27 -0500
committerBenoit Cousson <benoit.cousson@linaro.org>2013-04-08 18:21:28 -0400
commit7b3754c63e8d6528002386b313c527a826236d82 (patch)
tree5047408f6dea673187785e4a2224464fac87f74c
parentd16fb25de11a4b55a7cb0fdb4a407b1f1672d123 (diff)
ARM: dts: AM33XX: Corrects typo in interrupt field in SPI node
DT field of "interrupts" was mentioned wrongly as "interrupt" in SPI node. This went unnoticed as spi-omap2 driver not making use of interrupt. Fixes the typo. Signed-off-by: Philip Avinash <avinashphilip@ti.com> Acked-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 74a812515747..4beb5185d1d2 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -309,7 +309,7 @@
309 #address-cells = <1>; 309 #address-cells = <1>;
310 #size-cells = <0>; 310 #size-cells = <0>;
311 reg = <0x48030000 0x400>; 311 reg = <0x48030000 0x400>;
312 interrupt = <65>; 312 interrupts = <65>;
313 ti,spi-num-cs = <2>; 313 ti,spi-num-cs = <2>;
314 ti,hwmods = "spi0"; 314 ti,hwmods = "spi0";
315 status = "disabled"; 315 status = "disabled";
@@ -320,7 +320,7 @@
320 #address-cells = <1>; 320 #address-cells = <1>;
321 #size-cells = <0>; 321 #size-cells = <0>;
322 reg = <0x481a0000 0x400>; 322 reg = <0x481a0000 0x400>;
323 interrupt = <125>; 323 interrupts = <125>;
324 ti,spi-num-cs = <2>; 324 ti,spi-num-cs = <2>;
325 ti,hwmods = "spi1"; 325 ti,hwmods = "spi1";
326 status = "disabled"; 326 status = "disabled";