All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Correct the base address of pinctrl_3
@ 2013-05-07  3:37 ` Padmavathi Venna
  0 siblings, 0 replies; 6+ messages in thread
From: Padmavathi Venna @ 2013-05-07  3:37 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree-discuss, linux-arm-kernel, padma.v,
	padma.kvr
  Cc: sbkim73, broonie, kgene.kim, alim.akhtar, thomas.ab

This patch corrects the base address of pinctrl_3 on Exynos5250
platform.

Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
---

This patch is dependent on below patch posted by Thomas Abraham.
https://patchwork.kernel.org/patch/2225151/

 arch/arm/boot/dts/exynos5250-pinctrl.dtsi |    2 +-
 arch/arm/boot/dts/exynos5250.dtsi         |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250-pinctrl.dtsi b/arch/arm/boot/dts/exynos5250-pinctrl.dtsi
index d1650fb..ded558b 100644
--- a/arch/arm/boot/dts/exynos5250-pinctrl.dtsi
+++ b/arch/arm/boot/dts/exynos5250-pinctrl.dtsi
@@ -763,7 +763,7 @@
 		};
 	};
 
-	pinctrl@03680000 {
+	pinctrl@03860000 {
 		gpz: gpz {
 			gpio-controller;
 			#gpio-cells = <2>;
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 4bd9e9c..51f0a7e 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -155,9 +155,9 @@
 		interrupts = <0 50 0>;
 	};
 
-	pinctrl_3: pinctrl@03680000 {
+	pinctrl_3: pinctrl@03860000 {
 		compatible = "samsung,exynos5250-pinctrl";
-		reg = <0x0368000 0x1000>;
+		reg = <0x03860000 0x1000>;
 		interrupts = <0 47 0>;
 	};
 
-- 
1.7.4.4

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

* [PATCH] ARM: dts: Correct the base address of pinctrl_3
@ 2013-05-07  3:37 ` Padmavathi Venna
  0 siblings, 0 replies; 6+ messages in thread
From: Padmavathi Venna @ 2013-05-07  3:37 UTC (permalink / raw)
  To: linux-arm-kernel

This patch corrects the base address of pinctrl_3 on Exynos5250
platform.

Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
---

This patch is dependent on below patch posted by Thomas Abraham.
https://patchwork.kernel.org/patch/2225151/

 arch/arm/boot/dts/exynos5250-pinctrl.dtsi |    2 +-
 arch/arm/boot/dts/exynos5250.dtsi         |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250-pinctrl.dtsi b/arch/arm/boot/dts/exynos5250-pinctrl.dtsi
index d1650fb..ded558b 100644
--- a/arch/arm/boot/dts/exynos5250-pinctrl.dtsi
+++ b/arch/arm/boot/dts/exynos5250-pinctrl.dtsi
@@ -763,7 +763,7 @@
 		};
 	};
 
-	pinctrl at 03680000 {
+	pinctrl at 03860000 {
 		gpz: gpz {
 			gpio-controller;
 			#gpio-cells = <2>;
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 4bd9e9c..51f0a7e 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -155,9 +155,9 @@
 		interrupts = <0 50 0>;
 	};
 
-	pinctrl_3: pinctrl at 03680000 {
+	pinctrl_3: pinctrl at 03860000 {
 		compatible = "samsung,exynos5250-pinctrl";
-		reg = <0x0368000 0x1000>;
+		reg = <0x03860000 0x1000>;
 		interrupts = <0 47 0>;
 	};
 
-- 
1.7.4.4

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

* Re: [PATCH] ARM: dts: Correct the base address of pinctrl_3
  2013-05-07  3:37 ` Padmavathi Venna
@ 2013-05-07  4:58   ` Sascha Hauer
  -1 siblings, 0 replies; 6+ messages in thread
From: Sascha Hauer @ 2013-05-07  4:58 UTC (permalink / raw)
  To: Padmavathi Venna
  Cc: linux-samsung-soc, devicetree-discuss, linux-arm-kernel,
	padma.kvr, sbkim73, kgene.kim, broonie, thomas.ab, alim.akhtar

Hi,

On Tue, May 07, 2013 at 09:07:33AM +0530, Padmavathi Venna wrote:
> This patch corrects the base address of pinctrl_3 on Exynos5250
> platform.

Exynos5250 should be part of the subject so that other people can know
whether this patch is interesting for them or not.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* [PATCH] ARM: dts: Correct the base address of pinctrl_3
@ 2013-05-07  4:58   ` Sascha Hauer
  0 siblings, 0 replies; 6+ messages in thread
From: Sascha Hauer @ 2013-05-07  4:58 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Tue, May 07, 2013 at 09:07:33AM +0530, Padmavathi Venna wrote:
> This patch corrects the base address of pinctrl_3 on Exynos5250
> platform.

Exynos5250 should be part of the subject so that other people can know
whether this patch is interesting for them or not.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* Re: [PATCH] ARM: dts: Correct the base address of pinctrl_3
  2013-05-07  4:58   ` Sascha Hauer
@ 2013-05-07  5:41     ` Padma Venkat
  -1 siblings, 0 replies; 6+ messages in thread
From: Padma Venkat @ 2013-05-07  5:41 UTC (permalink / raw)
  To: Sascha Hauer
  Cc: Padmavathi Venna, linux-samsung-soc, devicetree-discuss,
	linux-arm-kernel, Sangbeom Kim, Kukjin Kim, Mark Brown,
	thomas.ab, alim.akhtar

Hi,

On Tue, May 7, 2013 at 10:28 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> Hi,
>
> On Tue, May 07, 2013 at 09:07:33AM +0530, Padmavathi Venna wrote:
>> This patch corrects the base address of pinctrl_3 on Exynos5250
>> platform.
>
> Exynos5250 should be part of the subject so that other people can know
> whether this patch is interesting for them or not.

Okey. I will resend the patch.

Thanks
Padma
>
> Sascha
>
> --
> Pengutronix e.K.                           |                             |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* [PATCH] ARM: dts: Correct the base address of pinctrl_3
@ 2013-05-07  5:41     ` Padma Venkat
  0 siblings, 0 replies; 6+ messages in thread
From: Padma Venkat @ 2013-05-07  5:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Tue, May 7, 2013 at 10:28 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> Hi,
>
> On Tue, May 07, 2013 at 09:07:33AM +0530, Padmavathi Venna wrote:
>> This patch corrects the base address of pinctrl_3 on Exynos5250
>> platform.
>
> Exynos5250 should be part of the subject so that other people can know
> whether this patch is interesting for them or not.

Okey. I will resend the patch.

Thanks
Padma
>
> Sascha
>
> --
> Pengutronix e.K.                           |                             |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

end of thread, other threads:[~2013-05-07  5:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-07  3:37 [PATCH] ARM: dts: Correct the base address of pinctrl_3 Padmavathi Venna
2013-05-07  3:37 ` Padmavathi Venna
2013-05-07  4:58 ` Sascha Hauer
2013-05-07  4:58   ` Sascha Hauer
2013-05-07  5:41   ` Padma Venkat
2013-05-07  5:41     ` Padma Venkat

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.