All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet
@ 2012-06-15 13:48 Ashok
  2012-06-15 22:22 ` Marek Vasut
  2012-07-07 16:54 ` Stefano Babic
  0 siblings, 2 replies; 5+ messages in thread
From: Ashok @ 2012-06-15 13:48 UTC (permalink / raw)
  To: u-boot

 

Use the same name as defined in the datasheet.
DSP_CLK -> DISP_CLK

Signed-off-by: Ashok Kumar Reddy Kourla <ashokkourla2000@gmail.com>
---
 arch/arm/include/asm/arch-mx6/mx6x_pins.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/include/asm/arch-mx6/mx6x_pins.h b/arch/arm/include/asm/arch-mx6/mx6x_pins.h
index afaa068..377d97f 100644
--- a/arch/arm/include/asm/arch-mx6/mx6x_pins.h
+++ b/arch/arm/include/asm/arch-mx6/mx6x_pins.h
@@ -530,8 +530,8 @@ enum {
 	MX6Q_PAD_EIM_BCLK__IPU1_DI1_PIN16	= IOMUX_PAD(0x046C, 0x0158, 1, 0x0000, 0, 0),
 	MX6Q_PAD_EIM_BCLK__GPIO_6_31		= IOMUX_PAD(0x046C, 0x0158, 5, 0x0000, 0, 0),
 	MX6Q_PAD_EIM_BCLK__TPSMP_HDATA_31	= IOMUX_PAD(0x046C, 0x0158, 6, 0x0000, 0, 0),
-	MX6Q_PAD_DI0_DISP_CLK__IPU1_DI0_DSP_CLK = IOMUX_PAD(0x0470, 0x015C, 0, 0x0000, 0, 0),
-	MX6Q_PAD_DI0_DISP_CLK__IPU2_DI0_DSP_CLK = IOMUX_PAD(0x0470, 0x015C, 1, 0x0000, 0, 0),
+	MX6Q_PAD_DI0_DISP_CLK__IPU1_DI0_DISP_CLK = IOMUX_PAD(0x0470, 0x015C, 0, 0x0000, 0, 0),
+	MX6Q_PAD_DI0_DISP_CLK__IPU2_DI0_DISP_CLK = IOMUX_PAD(0x0470, 0x015C, 1, 0x0000, 0, 0),
 	MX6Q_PAD_DI0_DISP_CLK__MIPI_CR_DPY_OT28 = IOMUX_PAD(0x0470, 0x015C, 3, 0x0000, 0, 0),
 	MX6Q_PAD_DI0_DISP_CLK__SDMA_DBG_CR_STA0 = IOMUX_PAD(0x0470, 0x015C, 4, 0x0000, 0, 0),
 	MX6Q_PAD_DI0_DISP_CLK__GPIO_4_16	= IOMUX_PAD(0x0470, 0x015C, 5, 0x0000, 0, 0),
-- 
1.7.0.4

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

* [U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet
  2012-06-15 13:48 [U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet Ashok
@ 2012-06-15 22:22 ` Marek Vasut
  2012-07-07 16:54 ` Stefano Babic
  1 sibling, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2012-06-15 22:22 UTC (permalink / raw)
  To: u-boot

Dear Ashok,

> Use the same name as defined in the datasheet.
> DSP_CLK -> DISP_CLK
> 
> Signed-off-by: Ashok Kumar Reddy Kourla <ashokkourla2000@gmail.com>

Acked-by: Marek Vasut <marex@denx.de>

> ---
>  arch/arm/include/asm/arch-mx6/mx6x_pins.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-mx6/mx6x_pins.h
> b/arch/arm/include/asm/arch-mx6/mx6x_pins.h index afaa068..377d97f 100644
> --- a/arch/arm/include/asm/arch-mx6/mx6x_pins.h
> +++ b/arch/arm/include/asm/arch-mx6/mx6x_pins.h
> @@ -530,8 +530,8 @@ enum {
>  	MX6Q_PAD_EIM_BCLK__IPU1_DI1_PIN16	= IOMUX_PAD(0x046C, 0x0158, 1, 
0x0000,
> 0, 0), MX6Q_PAD_EIM_BCLK__GPIO_6_31		= IOMUX_PAD(0x046C, 0x0158, 5,
> 0x0000, 0, 0), MX6Q_PAD_EIM_BCLK__TPSMP_HDATA_31	= IOMUX_PAD(0x046C,
> 0x0158, 6, 0x0000, 0, 0), -	MX6Q_PAD_DI0_DISP_CLK__IPU1_DI0_DSP_CLK =
> IOMUX_PAD(0x0470, 0x015C, 0, 0x0000, 0, 0),
> -	MX6Q_PAD_DI0_DISP_CLK__IPU2_DI0_DSP_CLK = IOMUX_PAD(0x0470, 0x015C, 1,
> 0x0000, 0, 0), +	MX6Q_PAD_DI0_DISP_CLK__IPU1_DI0_DISP_CLK =
> IOMUX_PAD(0x0470, 0x015C, 0, 0x0000, 0, 0),
> +	MX6Q_PAD_DI0_DISP_CLK__IPU2_DI0_DISP_CLK = IOMUX_PAD(0x0470, 0x015C, 1,
> 0x0000, 0, 0), MX6Q_PAD_DI0_DISP_CLK__MIPI_CR_DPY_OT28 = IOMUX_PAD(0x0470,
> 0x015C, 3, 0x0000, 0, 0), MX6Q_PAD_DI0_DISP_CLK__SDMA_DBG_CR_STA0 =
> IOMUX_PAD(0x0470, 0x015C, 4, 0x0000, 0, 0),
> MX6Q_PAD_DI0_DISP_CLK__GPIO_4_16	= IOMUX_PAD(0x0470, 0x015C, 5, 0x0000, 
0,
> 0),

Best regards,
Marek Vasut

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

* [U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet
  2012-06-15 13:48 [U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet Ashok
  2012-06-15 22:22 ` Marek Vasut
@ 2012-07-07 16:54 ` Stefano Babic
  2012-07-11  6:39   ` Dirk Behme
  1 sibling, 1 reply; 5+ messages in thread
From: Stefano Babic @ 2012-07-07 16:54 UTC (permalink / raw)
  To: u-boot

On 15/06/2012 15:48, Ashok wrote:
>  
> 
> Use the same name as defined in the datasheet.
> DSP_CLK -> DISP_CLK
> 
> Signed-off-by: Ashok Kumar Reddy Kourla <ashokkourla2000@gmail.com>
> ---

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

* [U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet
  2012-07-07 16:54 ` Stefano Babic
@ 2012-07-11  6:39   ` Dirk Behme
  2012-07-18  5:23     ` Stefano Babic
  0 siblings, 1 reply; 5+ messages in thread
From: Dirk Behme @ 2012-07-11  6:39 UTC (permalink / raw)
  To: u-boot

On 07.07.2012 18:54, Stefano Babic wrote:
> On 15/06/2012 15:48, Ashok wrote:
>>  
>>
>> Use the same name as defined in the datasheet.
>> DSP_CLK -> DISP_CLK
>>
>> Signed-off-by: Ashok Kumar Reddy Kourla <ashokkourla2000@gmail.com>
>> ---
> 
> Applied to u-boot-imx, thanks.

Hmm, this isn't part of v2012.07-rc1? Sorry if I missed something.

Best regards

Dirk

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

* [U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet
  2012-07-11  6:39   ` Dirk Behme
@ 2012-07-18  5:23     ` Stefano Babic
  0 siblings, 0 replies; 5+ messages in thread
From: Stefano Babic @ 2012-07-18  5:23 UTC (permalink / raw)
  To: u-boot

On 11/07/2012 08:39, Dirk Behme wrote:
> On 07.07.2012 18:54, Stefano Babic wrote:
>> On 15/06/2012 15:48, Ashok wrote:
>>>  
>>>

Hi Dirk,

>>> Use the same name as defined in the datasheet.
>>> DSP_CLK -> DISP_CLK
>>>
>>> Signed-off-by: Ashok Kumar Reddy Kourla <ashokkourla2000@gmail.com>
>>> ---
>>
>> Applied to u-boot-imx, thanks.
> 
> Hmm, this isn't part of v2012.07-rc1? Sorry if I missed something.

It is not, I applied it after -rc1.

Cheers,
Stefano


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2012-07-18  5:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-15 13:48 [U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet Ashok
2012-06-15 22:22 ` Marek Vasut
2012-07-07 16:54 ` Stefano Babic
2012-07-11  6:39   ` Dirk Behme
2012-07-18  5:23     ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.