On Sat, Feb 16, 2013 at 2:09 PM, Anil Kumar <[email protected]> wrote: > Hi Florian, > > On Mon, Jan 28, 2013 at 11:24 PM, Florian Vaussard > <[email protected]> wrote: >> Add device-tree support for the GPMC controller on the OMAP3. >> >> Signed-off-by: Florian Vaussard <[email protected]> >> --- >> arch/arm/boot/dts/omap3.dtsi | 11 +++++++++++ >> 1 files changed, 11 insertions(+), 0 deletions(-) >> >> diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi >> index 6c63118..2ddae38 100644 >> --- a/arch/arm/boot/dts/omap3.dtsi >> +++ b/arch/arm/boot/dts/omap3.dtsi >> @@ -403,5 +403,16 @@ >> ti,timer-alwon; >> ti,timer-secure; >> }; >> + >> + gpmc: gpmc@6e000000 { >> + compatible = "ti,omap3430-gpmc"; >> + ti,hwmods = "gpmc"; >> + reg = <0x6e000000 0x1000000>; >> + interrupts = <20>; >> + gpmc,num-cs = <8>; >> + gpmc,num-waitpins = <4>; >> + #address-cells = <2>; >> + #size-cells = <1>; >> + }; >> }; >> }; > > Tested on devkit8000 (omap3 based board) > > Please take my Tested-by: Anil Kumar <[email protected]> > > Thanks, > Anil >
Hello Tony and Benoit, Could this patch be merged to one of your branches? It has already my Reviewed-by and now Anil's Tested-by. Now that Daniel's OMAP GPMC binding were merged, there seems to be many people working on adding support on their boards DT for peripherals connected through the GPMC (NAND, OneNAND, SMSC LAN, etc). I think it will be easier if people can base their work on top of this patch instead of duplicating the work and sending the same patch to add a GPMC device node to omap3.dtsi on each patch-set. Thanks a lot and best regards, Javier _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
