From a37343d41eb18896878f017676702ce61347f729 Mon Sep 17 00:00:00 2001 From: Benoit Cousson Date: Thu, 15 Dec 2011 15:47:41 +0100 Subject: [PATCH] --- yaml --- r: 303156 b: refs/heads/master c: dce90d596de288ebb9d2a4e01f996b599c3ed3ff h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/boot/dts/twl4030.dtsi | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 trunk/arch/arm/boot/dts/twl4030.dtsi diff --git a/[refs] b/[refs] index dfac0aa79e9a..a7b066948e0d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4711244c764da806fc9d14793c0664f3709ef17d +refs/heads/master: dce90d596de288ebb9d2a4e01f996b599c3ed3ff diff --git a/trunk/arch/arm/boot/dts/twl4030.dtsi b/trunk/arch/arm/boot/dts/twl4030.dtsi new file mode 100644 index 000000000000..8be5223e40eb --- /dev/null +++ b/trunk/arch/arm/boot/dts/twl4030.dtsi @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +/* + * Integrated Power Management Chip + */ +&twl { + compatible = "ti,twl4030"; + interrupt-controller; + #interrupt-cells = <1>; + + rtc { + compatible = "ti,twl4030-rtc"; + interrupts = <11>; + }; +};