All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Figa <t.figa@samsung.com>
To: linux-samsung-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org, kyungmin.park@samsung.com,
	kgene.kim@samsung.com, jy0922.shim@samsung.com,
	thomas.abraham@linaro.org
Subject: [PATCH] ARM: dts: exynos4: Enable serial controllers on Origen and SMDKV310
Date: Mon, 03 Sep 2012 15:28:05 +0200	[thread overview]
Message-ID: <1808225.QZz0WEipT7@amdc1227> (raw)
In-Reply-To: <1346675674-16034-4-git-send-email-t.figa@samsung.com>

This patch adds status override of serial nodes to enable used serial ports
on Origen and SMDKV310 board.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
---
 arch/arm/boot/dts/exynos4210-origen.dts   | 16 ++++++++++++++++
 arch/arm/boot/dts/exynos4210-smdkv310.dts | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts
index d1a1101..c7295fb 100644
--- a/arch/arm/boot/dts/exynos4210-origen.dts
+++ b/arch/arm/boot/dts/exynos4210-origen.dts
@@ -57,6 +57,22 @@
 		status = "okay";
 	};
 
+	serial@13800000 {
+		status = "okay";
+	};
+
+	serial@13810000 {
+		status = "okay";
+	};
+
+	serial@13820000 {
+		status = "okay";
+	};
+
+	serial@13830000 {
+		status = "okay";
+	};
+
 	gpio_keys {
 		compatible = "gpio-keys";
 		#address-cells = <1>;
diff --git a/arch/arm/boot/dts/exynos4210-smdkv310.dts b/arch/arm/boot/dts/exynos4210-smdkv310.dts
index b87cca2..f634907 100644
--- a/arch/arm/boot/dts/exynos4210-smdkv310.dts
+++ b/arch/arm/boot/dts/exynos4210-smdkv310.dts
@@ -43,6 +43,22 @@
 		status = "okay";
 	};
 
+	serial@13800000 {
+		status = "okay";
+	};
+
+	serial@13810000 {
+		status = "okay";
+	};
+
+	serial@13820000 {
+		status = "okay";
+	};
+
+	serial@13830000 {
+		status = "okay";
+	};
+
 	keypad@100A0000 {
 		samsung,keypad-num-rows = <2>;
 		samsung,keypad-num-columns = <8>;
-- 
1.7.12

WARNING: multiple messages have this Message-ID (diff)
From: t.figa@samsung.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: exynos4: Enable serial controllers on Origen and SMDKV310
Date: Mon, 03 Sep 2012 15:28:05 +0200	[thread overview]
Message-ID: <1808225.QZz0WEipT7@amdc1227> (raw)
In-Reply-To: <1346675674-16034-4-git-send-email-t.figa@samsung.com>

This patch adds status override of serial nodes to enable used serial ports
on Origen and SMDKV310 board.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
---
 arch/arm/boot/dts/exynos4210-origen.dts   | 16 ++++++++++++++++
 arch/arm/boot/dts/exynos4210-smdkv310.dts | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts
index d1a1101..c7295fb 100644
--- a/arch/arm/boot/dts/exynos4210-origen.dts
+++ b/arch/arm/boot/dts/exynos4210-origen.dts
@@ -57,6 +57,22 @@
 		status = "okay";
 	};
 
+	serial at 13800000 {
+		status = "okay";
+	};
+
+	serial at 13810000 {
+		status = "okay";
+	};
+
+	serial at 13820000 {
+		status = "okay";
+	};
+
+	serial at 13830000 {
+		status = "okay";
+	};
+
 	gpio_keys {
 		compatible = "gpio-keys";
 		#address-cells = <1>;
diff --git a/arch/arm/boot/dts/exynos4210-smdkv310.dts b/arch/arm/boot/dts/exynos4210-smdkv310.dts
index b87cca2..f634907 100644
--- a/arch/arm/boot/dts/exynos4210-smdkv310.dts
+++ b/arch/arm/boot/dts/exynos4210-smdkv310.dts
@@ -43,6 +43,22 @@
 		status = "okay";
 	};
 
+	serial at 13800000 {
+		status = "okay";
+	};
+
+	serial at 13810000 {
+		status = "okay";
+	};
+
+	serial at 13820000 {
+		status = "okay";
+	};
+
+	serial at 13830000 {
+		status = "okay";
+	};
+
 	keypad at 100A0000 {
 		samsung,keypad-num-rows = <2>;
 		samsung,keypad-num-columns = <8>;
-- 
1.7.12

  reply	other threads:[~2012-09-03 13:28 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-03 12:34 [PATCH 0/3] ARM: dts: Exynos4 dts reorganization Tomasz Figa
2012-09-03 12:34 ` Tomasz Figa
2012-09-03 12:34 ` [PATCH 1/3] ARM: dts: Move parts common to Exynos4 from Exynos4210.dtsi to Exynos4.dtsi Tomasz Figa
2012-09-03 12:34   ` Tomasz Figa
2012-09-03 12:34 ` [PATCH 2/3] ARM: EXYNOS: exynos4-dt: Use exynos4 prefix instead of exynos4210 Tomasz Figa
2012-09-03 12:34   ` Tomasz Figa
2012-09-03 12:34 ` [PATCH 3/3] ARM: dts: exynos4: Assume status of all optional nodes as disabled Tomasz Figa
2012-09-03 12:34   ` Tomasz Figa
2012-09-03 13:28   ` Tomasz Figa [this message]
2012-09-03 13:28     ` [PATCH] ARM: dts: exynos4: Enable serial controllers on Origen and SMDKV310 Tomasz Figa
2012-09-08  2:36     ` Kukjin Kim
2012-09-08  2:36       ` Kukjin Kim
2012-09-08  8:07       ` Tomasz Figa
2012-09-08  8:07         ` Tomasz Figa
2012-09-05  3:31 ` [PATCH 0/3] ARM: dts: Exynos4 dts reorganization Thomas Abraham
2012-09-05  3:31   ` Thomas Abraham
2012-09-08  3:03   ` Kukjin Kim
2012-09-08  3:03     ` Kukjin Kim
2012-09-17 10:39   ` Kukjin Kim
2012-09-17 10:39     ` Kukjin Kim
  -- strict thread matches above, loose matches on Subject: below --
2012-10-08 13:12 [PATCH] ARM: dts: exynos4: Enable serial controllers on Origen and SMDKV310 Tomasz Figa
2012-10-08 13:12 ` Tomasz Figa
2012-10-08 13:15 ` Tomasz Figa
2012-10-08 13:15   ` Tomasz Figa
2012-10-15 14:23   ` Kukjin Kim
2012-10-15 14:23     ` Kukjin Kim
2012-10-21 16:25     ` Tomasz Figa
2012-10-21 16:25       ` Tomasz Figa
2012-10-23 12:03       ` Kukjin Kim
2012-10-23 12:03         ` Kukjin Kim
2012-10-23 18:19         ` Tomasz Figa
2012-10-23 18:19           ` Tomasz Figa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1808225.QZz0WEipT7@amdc1227 \
    --to=t.figa@samsung.com \
    --cc=jy0922.shim@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=thomas.abraham@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.