diff mbox

apf27dev: add rtc ds1374 to the device tree

Message ID 1371831853-24754-1-git-send-email-tremyfr@yahoo.fr (mailing list archive)
State New, archived
Headers show

Commit Message

Philippe Reynes June 21, 2013, 4:24 p.m. UTC
Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr>
---
 arch/arm/boot/dts/imx27-apf27dev.dts |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

Comments

Shawn Guo June 24, 2013, 1:11 p.m. UTC | #1
On Fri, Jun 21, 2013 at 06:24:13PM +0200, Philippe Reynes wrote:
> 
> Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr>

Applied, thanks.

Shawn

> ---
>  arch/arm/boot/dts/imx27-apf27dev.dts |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts
> index 66b8e1c..2a377ca 100644
> --- a/arch/arm/boot/dts/imx27-apf27dev.dts
> +++ b/arch/arm/boot/dts/imx27-apf27dev.dts
> @@ -53,6 +53,11 @@
>  &i2c1 {
>  	clock-frequency = <400000>;
>  	status = "okay";
> +
> +	rtc@68 {
> +		compatible = "dallas,ds1374";
> +		reg = <0x68>;
> +	};
>  };
>  
>  &i2c2 {
> -- 
> 1.7.4.4
>
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts
index 66b8e1c..2a377ca 100644
--- a/arch/arm/boot/dts/imx27-apf27dev.dts
+++ b/arch/arm/boot/dts/imx27-apf27dev.dts
@@ -53,6 +53,11 @@ 
 &i2c1 {
 	clock-frequency = <400000>;
 	status = "okay";
+
+	rtc@68 {
+		compatible = "dallas,ds1374";
+		reg = <0x68>;
+	};
 };
 
 &i2c2 {