All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Fix a typo on Exynos5440 DTS files
@ 2013-09-12  8:07 Youngmin Nam
  2013-09-12  8:15 ` Sachin Kamat
  0 siblings, 1 reply; 4+ messages in thread
From: Youngmin Nam @ 2013-09-12  8:07 UTC (permalink / raw)
  To: kgene.kim; +Cc: linux-samsung-soc

This patch removes '_' from "early_prink" on Exynos5440 DTS files
in according to kernel-parameters document.

Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
---
 arch/arm/boot/dts/exynos5440-sd5v1.dts    |    2 +-
 arch/arm/boot/dts/exynos5440-ssdk5440.dts |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5440-sd5v1.dts b/arch/arm/boot/dts/exynos5440-sd5v1.dts
index 5b22508..777fb1c 100644
--- a/arch/arm/boot/dts/exynos5440-sd5v1.dts
+++ b/arch/arm/boot/dts/exynos5440-sd5v1.dts
@@ -17,7 +17,7 @@
 	compatible = "samsung,sd5v1", "samsung,exynos5440";
 
 	chosen {
-		bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel early_printk no_console_suspend mem=2048M@0x80000000 mem=6144M@0x100000000 console=ttySAC0,115200";
+		bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel earlyprintk no_console_suspend mem=2048M@0x80000000 mem=6144M@0x100000000 console=ttySAC0,115200";
 	};
 
 	fixed-rate-clocks {
diff --git a/arch/arm/boot/dts/exynos5440-ssdk5440.dts b/arch/arm/boot/dts/exynos5440-ssdk5440.dts
index ede7727..a7cb848 100644
--- a/arch/arm/boot/dts/exynos5440-ssdk5440.dts
+++ b/arch/arm/boot/dts/exynos5440-ssdk5440.dts
@@ -17,7 +17,7 @@
 	compatible = "samsung,ssdk5440", "samsung,exynos5440";
 
 	chosen {
-		bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel early_printk no_console_suspend mem=2048M@0x80000000 mem=6144M@0x100000000 console=ttySAC0,115200";
+		bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel earlyprintk no_console_suspend mem=2048M@0x80000000 mem=6144M@0x100000000 console=ttySAC0,115200";
 	};
 
 	spi_0: spi@D0000 {
-- 
1.7.10.4

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

* Re: [PATCH] ARM: dts: Fix a typo on Exynos5440 DTS files
  2013-09-12  8:07 [PATCH] ARM: dts: Fix a typo on Exynos5440 DTS files Youngmin Nam
@ 2013-09-12  8:15 ` Sachin Kamat
  2013-09-12  8:55   ` Jungseok Lee
  0 siblings, 1 reply; 4+ messages in thread
From: Sachin Kamat @ 2013-09-12  8:15 UTC (permalink / raw)
  To: Youngmin Nam; +Cc: Kukjin Kim, linux-samsung-soc

On 12 September 2013 13:37, Youngmin Nam <youngmin.nam@samsung.com> wrote:
> This patch removes '_' from "early_prink" on Exynos5440 DTS files
> in according to kernel-parameters document.
>
> Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>

Good catch.
Reviewed-by: Sachin Kamat <sachin.kamat@linaro.org>

-- 
With warm regards,
Sachin

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

* RE: [PATCH] ARM: dts: Fix a typo on Exynos5440 DTS files
  2013-09-12  8:15 ` Sachin Kamat
@ 2013-09-12  8:55   ` Jungseok Lee
  2013-09-12 10:17     ` Kukjin Kim
  0 siblings, 1 reply; 4+ messages in thread
From: Jungseok Lee @ 2013-09-12  8:55 UTC (permalink / raw)
  To: 'Sachin Kamat', 'Youngmin Nam'
  Cc: 'Kukjin Kim', 'linux-samsung-soc'

On Thursday, September 12, 2013 5:15 PM, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> On 12 September 2013 13:37, Youngmin Nam <youngmin.nam@samsung.com> wrote:
> > This patch removes '_' from "early_prink" on Exynos5440 DTS files
> > in according to kernel-parameters document.
> >
> > Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
> 
> Good catch.
> Reviewed-by: Sachin Kamat <sachin.kamat@linaro.org>
>

I've tested it on Exynos5440. It works fine.
Tested-by: Jungseok Lee <jays.lee@samsung.com>

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

* RE: [PATCH] ARM: dts: Fix a typo on Exynos5440 DTS files
  2013-09-12  8:55   ` Jungseok Lee
@ 2013-09-12 10:17     ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2013-09-12 10:17 UTC (permalink / raw)
  To: 'Jungseok Lee', 'Sachin Kamat',
	'Youngmin Nam'
  Cc: 'linux-samsung-soc'

Jungseok Lee wrote:
> 
> On Thursday, September 12, 2013 5:15 PM, Sachin Kamat
> <sachin.kamat@linaro.org> wrote:
> > On 12 September 2013 13:37, Youngmin Nam <youngmin.nam@samsung.com>
> wrote:
> > > This patch removes '_' from "early_prink" on Exynos5440 DTS files
> > > in according to kernel-parameters document.
> > >
> > > Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
> >
> > Good catch.
> > Reviewed-by: Sachin Kamat <sachin.kamat@linaro.org>
> >
> 
> I've tested it on Exynos5440. It works fine.
> Tested-by: Jungseok Lee <jays.lee@samsung.com>

Thanks, you guys.

Will apply.
- Kukjin

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

end of thread, other threads:[~2013-09-12 10:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-12  8:07 [PATCH] ARM: dts: Fix a typo on Exynos5440 DTS files Youngmin Nam
2013-09-12  8:15 ` Sachin Kamat
2013-09-12  8:55   ` Jungseok Lee
2013-09-12 10:17     ` Kukjin Kim

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.