From: thomas.abraham@linaro.org (Thomas Abraham)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 4/5] ARM: dts: list the clock providers for serial ports
Date: Mon, 8 Oct 2012 02:10:54 +0900 [thread overview]
Message-ID: <1349629855-4962-5-git-send-email-thomas.abraham@linaro.org> (raw)
In-Reply-To: <1349629855-4962-1-git-send-email-thomas.abraham@linaro.org>
Add the list of clock providers in the serial port device nodes.
Cc: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
---
arch/arm/boot/dts/exynos4.dtsi | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 1c923d3..eb1cdda 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -98,6 +98,8 @@
compatible = "samsung,exynos4210-uart";
reg = <0x13800000 0x100>;
interrupts = <0 52 0>;
+ clocks = <&uart0>, <&sclk_uart0>;
+ clock-names = "uart", "clk_uart_baud0";
status = "disabled";
};
@@ -105,6 +107,8 @@
compatible = "samsung,exynos4210-uart";
reg = <0x13810000 0x100>;
interrupts = <0 53 0>;
+ clocks = <&uart1>, <&sclk_uart1>;
+ clock-names = "uart", "clk_uart_baud0";
status = "disabled";
};
@@ -112,6 +116,8 @@
compatible = "samsung,exynos4210-uart";
reg = <0x13820000 0x100>;
interrupts = <0 54 0>;
+ clocks = <&uart2>, <&sclk_uart2>;
+ clock-names = "uart", "clk_uart_baud0";
status = "disabled";
};
@@ -119,6 +125,8 @@
compatible = "samsung,exynos4210-uart";
reg = <0x13830000 0x100>;
interrupts = <0 55 0>;
+ clocks = <&uart3>, <&sclk_uart3>;
+ clock-names = "uart", "clk_uart_baud0";
status = "disabled";
};
--
1.7.5.4
next prev parent reply other threads:[~2012-10-07 17:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-07 17:10 [PATCH v2 0/5] clk: exynos4: migrate to common clock framework Thomas Abraham
2012-10-07 17:10 ` [PATCH v2 1/5] clk: samsung: add common clock framework support for Samsung platforms Thomas Abraham
2012-10-22 15:55 ` Sylwester Nawrocki
2012-10-29 10:09 ` Thomas Abraham
2012-10-30 23:10 ` Sylwester Nawrocki
2012-10-30 23:32 ` Tomasz Figa
2012-11-05 7:41 ` Thomas Abraham
2012-11-05 7:36 ` Thomas Abraham
2012-10-30 16:30 ` Mike Turquette
2012-11-05 7:22 ` Thomas Abraham
2012-10-07 17:10 ` [PATCH v2 2/5] clk: exynos4: register clocks using common clock framework Thomas Abraham
2012-10-08 7:54 ` Tomasz Figa
2012-11-14 5:14 ` Kukjin Kim
2012-10-07 17:10 ` [PATCH v2 3/5] ARM: dts: Add Exynos4210 clock nodes Thomas Abraham
2012-10-07 17:10 ` Thomas Abraham [this message]
2012-10-07 17:10 ` [PATCH v2 5/5] ARM: Exynos4: Migrate clock support to common clock framework Thomas Abraham
2012-11-14 5:25 ` Kukjin Kim
2012-11-14 5:26 ` Kukjin Kim
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=1349629855-4962-5-git-send-email-thomas.abraham@linaro.org \
--to=thomas.abraham@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).