diff mbox

[U-Boot,2/4] MX51: Added missing pin definition

Message ID f1c1cbaa3d0cec9cc72b332a846b0fc1088b997e.1282213859.git.david@protonic.nl
State Changes Requested
Delegated to: Stefano Babic
Headers show

Commit Message

David Jander Aug. 19, 2010, 11:42 a.m. UTC
Signed-off-by: David Jander <david@protonic.nl>
---
 arch/arm/include/asm/arch-mx51/mx51_pins.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Stefano Babic Aug. 20, 2010, 8:12 a.m. UTC | #1
David Jander wrote:
> Signed-off-by: David Jander <david@protonic.nl>
> ---
>  arch/arm/include/asm/arch-mx51/mx51_pins.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-mx51/mx51_pins.h b/arch/arm/include/asm/arch-mx51/mx51_pins.h
> index ca26f41..c443f13 100644
> --- a/arch/arm/include/asm/arch-mx51/mx51_pins.h
> +++ b/arch/arm/include/asm/arch-mx51/mx51_pins.h
> @@ -320,6 +320,7 @@ enum iomux_pins {
>  	MX51_PIN_DISP1_DAT22 = _MXC_BUILD_NON_GPIO_PIN(0x324, 0x724),
>  	MX51_PIN_DISP1_DAT23 = _MXC_BUILD_NON_GPIO_PIN(0x328, 0x728),
>  	MX51_PIN_DI1_PIN3 = _MXC_BUILD_NON_GPIO_PIN(0x32C, 0x72C),
> +	MX51_PIN_DI1_DISP_CLK = _MXC_BUILD_NON_GPIO_PIN(0, 0x730), /* No MUX register!! */

Line too long.

Best regards,
Stefano Babic
David Jander Aug. 20, 2010, 8:41 a.m. UTC | #2
On Friday 20 August 2010 10:12:16 am Stefano Babic wrote:
> David Jander wrote:
> > Signed-off-by: David Jander <david@protonic.nl>
> > ---
> >  arch/arm/include/asm/arch-mx51/mx51_pins.h |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> >
> > diff --git a/arch/arm/include/asm/arch-mx51/mx51_pins.h
> > b/arch/arm/include/asm/arch-mx51/mx51_pins.h index ca26f41..c443f13
> > 100644
> > --- a/arch/arm/include/asm/arch-mx51/mx51_pins.h
> > +++ b/arch/arm/include/asm/arch-mx51/mx51_pins.h
> > @@ -320,6 +320,7 @@ enum iomux_pins {
> >  	MX51_PIN_DISP1_DAT22 = _MXC_BUILD_NON_GPIO_PIN(0x324, 0x724),
> >  	MX51_PIN_DISP1_DAT23 = _MXC_BUILD_NON_GPIO_PIN(0x328, 0x728),
> >  	MX51_PIN_DI1_PIN3 = _MXC_BUILD_NON_GPIO_PIN(0x32C, 0x72C),
> > +	MX51_PIN_DI1_DISP_CLK = _MXC_BUILD_NON_GPIO_PIN(0, 0x730), /* No MUX
> > register!! */
> 
> Line too long.

Ok, will fix.

Best regards,
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-mx51/mx51_pins.h b/arch/arm/include/asm/arch-mx51/mx51_pins.h
index ca26f41..c443f13 100644
--- a/arch/arm/include/asm/arch-mx51/mx51_pins.h
+++ b/arch/arm/include/asm/arch-mx51/mx51_pins.h
@@ -320,6 +320,7 @@  enum iomux_pins {
 	MX51_PIN_DISP1_DAT22 = _MXC_BUILD_NON_GPIO_PIN(0x324, 0x724),
 	MX51_PIN_DISP1_DAT23 = _MXC_BUILD_NON_GPIO_PIN(0x328, 0x728),
 	MX51_PIN_DI1_PIN3 = _MXC_BUILD_NON_GPIO_PIN(0x32C, 0x72C),
+	MX51_PIN_DI1_DISP_CLK = _MXC_BUILD_NON_GPIO_PIN(0, 0x730), /* No MUX register!! */
 	MX51_PIN_DI1_PIN2 = _MXC_BUILD_NON_GPIO_PIN(0x330, 0x734),
 	MX51_PIN_DI_GP1 = _MXC_BUILD_NON_GPIO_PIN(0x334, 0x73C),
 	MX51_PIN_DI_GP2 = _MXC_BUILD_NON_GPIO_PIN(0x338, 0x740),