[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <518397C60809E147AF5323E0420B992E3EA6977C@DBDE01.ent.ti.com>
Date: Fri, 1 Feb 2013 06:10:25 +0000
From: "Philip, Avinash" <avinashphilip@...com>
To: "Cousson, Benoit" <b-cousson@...com>,
"tony@...mide.com" <tony@...mide.com>,
"linux@....linux.org.uk" <linux@....linux.org.uk>
CC: "linux-omap@...r.kernel.org" <linux-omap@...r.kernel.org>,
"devicetree-discuss@...ts.ozlabs.org"
<devicetree-discuss@...ts.ozlabs.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"Nori, Sekhar" <nsekhar@...com>,
"Hebbar, Gururaja" <gururaja.hebbar@...com>,
"Bedia, Vaibhav" <vaibhav.bedia@...com>,
"Hiremath, Vaibhav" <hvaibhav@...com>
Subject: RE: [PATCH] ARM: dts: AM33XX: Corrects typo in interrupt field in
SPI node
On Fri, Feb 01, 2013 at 11:07:27, Philip, Avinash wrote:
> 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@...com>
Reported-by: Vaibhav Bedia <vaibhav.bedia@...com>
Typo mistake was reported by Vaibhav. I forgot to mention "Reported-by"
tag while posting. Add the same on his behalf.
Thanks
Avinash
> ---
> arch/arm/boot/dts/am33xx.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index fbcb90b..cece3ad 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -309,7 +309,7 @@
> #address-cells = <1>;
> #size-cells = <0>;
> reg = <0x48030000 0x400>;
> - interrupt = <65>;
> + interrupts = <65>;
> ti,spi-num-cs = <2>;
> ti,hwmods = "spi0";
> status = "disabled";
> @@ -320,7 +320,7 @@
> #address-cells = <1>;
> #size-cells = <0>;
> reg = <0x481a0000 0x400>;
> - interrupt = <125>;
> + interrupts = <125>;
> ti,spi-num-cs = <2>;
> ti,hwmods = "spi1";
> status = "disabled";
> --
> 1.7.9.5
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists