diff options
author | Sourav Poddar <sourav.poddar@ti.com> | 2014-06-17 08:59:21 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-06-17 10:22:55 +0200 |
commit | edc56f871eefbc56baf1fd981eeff35ef447925c (patch) | |
tree | ea75bb39b1d562b014e52b9a03b2f5f6cd91f56e /arch/arm | |
parent | ARM: OMAP2+: Fix parser-bug in platform muxing code (diff) | |
download | linux-edc56f871eefbc56baf1fd981eeff35ef447925c.tar.xz linux-edc56f871eefbc56baf1fd981eeff35ef447925c.zip |
ARM: dts: dra7-evm: remove interrupt binding
The qspi node defines crossbar number as its interrupt number. But,
the crossbar dts patches are not yet there, this causes a warning during
boot. So interrupts = < > property should be removed from DT and added
later by crossbar series.
Reported-by: Sricharan R <r.sricharan@ti.com>
Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index dca96b9509c4..80127638b379 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -773,7 +773,6 @@ clocks = <&qspi_gfclk_div>; clock-names = "fck"; num-cs = <4>; - interrupts = <0 343 0x4>; status = "disabled"; }; |