* [PATCH] ARM: dts: Adding RTC device node
@ 2013-02-05 0:47 Dongjin Kim
2013-02-05 5:40 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Dongjin Kim @ 2013-02-05 0:47 UTC (permalink / raw)
To: linux-arm-kernel
This patch enables RTC device node defined in arch/arm/boot/dts/exynos4.dtsi.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
---
arch/arm/boot/dts/exynos4412-odroidx.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts/exynos4412-odroidx.dts
index 54fe32f..85c958a 100644
--- a/arch/arm/boot/dts/exynos4412-odroidx.dts
+++ b/arch/arm/boot/dts/exynos4412-odroidx.dts
@@ -83,6 +83,10 @@
regulator-boot-on;
};
+ rtc at 10070000 {
+ status = "okay";
+ };
+
sdhci at 12530000 {
bus-width = <4>;
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: Adding RTC device node
2013-02-05 0:47 [PATCH] ARM: dts: Adding RTC device node Dongjin Kim
@ 2013-02-05 5:40 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2013-02-05 5:40 UTC (permalink / raw)
To: linux-arm-kernel
Dongjin Kim wrote:
>
> This patch enables RTC device node defined in
> arch/arm/boot/dts/exynos4.dtsi.
>
> Signed-off-by: Dongjin Kim <tobetter@gmail.com>
> ---
> arch/arm/boot/dts/exynos4412-odroidx.dts | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts
> b/arch/arm/boot/dts/exynos4412-odroidx.dts
> index 54fe32f..85c958a 100644
> --- a/arch/arm/boot/dts/exynos4412-odroidx.dts
> +++ b/arch/arm/boot/dts/exynos4412-odroidx.dts
> @@ -83,6 +83,10 @@
> regulator-boot-on;
> };
>
> + rtc at 10070000 {
> + status = "okay";
> + };
> +
> sdhci at 12530000 {
> bus-width = <4>;
> pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
> --
> 1.7.10.4
Applied, thanks.
- Kukjin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-05 5:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 0:47 [PATCH] ARM: dts: Adding RTC device node Dongjin Kim
2013-02-05 5:40 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox