Re: [PATCH] ARM: dts: omap3-igep: Use OMAP3_CORE1_IOPAD pinmux macro

2015-10-14 Thread Tony Lindgren
* Javier Martinez Canillas [151013 10:43]: > Hello Laurent, > > Thanks a lot for the patch. > > On Tue, Oct 13, 2015 at 7:31 PM, Laurent Pinchart > wrote: > > Use the macro instead of absolute register offsets to make the code more > >

[PATCH] ARM: dts: omap3-igep: Use OMAP3_CORE1_IOPAD pinmux macro

2015-10-13 Thread Laurent Pinchart
Use the macro instead of absolute register offsets to make the code more readable as the values now match register addresses from the datasheet. Signed-off-by: Laurent Pinchart --- arch/arm/boot/dts/omap3-igep.dtsi | 48 +++

Re: [PATCH] ARM: dts: omap3-igep: Use OMAP3_CORE1_IOPAD pinmux macro

2015-10-13 Thread Javier Martinez Canillas
Hello Laurent, Thanks a lot for the patch. On Tue, Oct 13, 2015 at 7:31 PM, Laurent Pinchart wrote: > Use the macro instead of absolute register offsets to make the code more > readable as the values now match register addresses from the datasheet. > >