linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dts: am33xx: Correct properties on gpmc node
@ 2013-05-28  8:24 Lars Poeschel
  2013-05-28  9:50 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Poeschel @ 2013-05-28  8:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Lars Poeschel <poeschel@lemonage.de>

The gpmc driver is actually looking for "gpmc,num-cs" and
"gpmc,num-waitpins" properties in DT. The binding doc also states
this.
Correct the properties in the dts to provide the right values for the
gpmc driver.

Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
---
 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 1460d9b..8e1248f 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -409,8 +409,8 @@
 			ti,hwmods = "gpmc";
 			reg = <0x50000000 0x2000>;
 			interrupts = <100>;
-			num-cs = <7>;
-			num-waitpins = <2>;
+			gpmc,num-cs = <7>;
+			gpmc,num-waitpins = <2>;
 			#address-cells = <2>;
 			#size-cells = <1>;
 			status = "disabled";
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] dts: am33xx: Correct properties on gpmc node
  2013-05-28  8:24 [PATCH] dts: am33xx: Correct properties on gpmc node Lars Poeschel
@ 2013-05-28  9:50 ` Peter Korsgaard
  2013-05-30  6:44   ` Gupta, Pekon
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2013-05-28  9:50 UTC (permalink / raw)
  To: linux-arm-kernel

>>>>> "Lars" == Lars Poeschel <larsi@wh2.tu-dresden.de> writes:

 Lars> From: Lars Poeschel <poeschel@lemonage.de>
 Lars> The gpmc driver is actually looking for "gpmc,num-cs" and
 Lars> "gpmc,num-waitpins" properties in DT. The binding doc also states
 Lars> this.
 Lars> Correct the properties in the dts to provide the right values for the
 Lars> gpmc driver.

 Lars> Signed-off-by: Lars Poeschel <poeschel@lemonage.de>

Acked-by: Peter Korsgaard <jacmet@sunsite.dk>

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] dts: am33xx: Correct properties on gpmc node
  2013-05-28  9:50 ` Peter Korsgaard
@ 2013-05-30  6:44   ` Gupta, Pekon
  0 siblings, 0 replies; 3+ messages in thread
From: Gupta, Pekon @ 2013-05-30  6:44 UTC (permalink / raw)
  To: linux-arm-kernel

> >>>>> "Lars" == Lars Poeschel <larsi@wh2.tu-dresden.de> writes:
> 
>  Lars> From: Lars Poeschel <poeschel@lemonage.de>
>  Lars> The gpmc driver is actually looking for "gpmc,num-cs" and
>  Lars> "gpmc,num-waitpins" properties in DT. The binding doc also states
>  Lars> this.
>  Lars> Correct the properties in the dts to provide the right values for the
>  Lars> gpmc driver.
> 
>  Lars> Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
> 
> Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
> 
Acked-by: Pekon Gupta <pekon@ti.com>

My another patch [V3, 2/3] on same can be dropped, in lieu of this one..
http://www.spinics.net/lists/linux-omap/msg91167.html


with regards, pekon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-30  6:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-28  8:24 [PATCH] dts: am33xx: Correct properties on gpmc node Lars Poeschel
2013-05-28  9:50 ` Peter Korsgaard
2013-05-30  6:44   ` Gupta, Pekon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).