* [PATCH] twl4030-madc device tree support
@ 2014-03-18 23:13 Sebastian Reichel
2014-03-18 23:13 ` [PATCH] DTS: ARM: TWL4030: Add madc Sebastian Reichel
0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Reichel @ 2014-03-18 23:13 UTC (permalink / raw)
To: Sebastian Reichel, Tony Lindgren, Benoît Cousson
Cc: devicetree, linux-omap, Sebastian Reichel
Hi Tony/Benoît,
The DT support for twl4030-madc has been added to mfd queue [0],
so I guess it's safe to merge the following DTS addition for 3.15.
[0] https://git.kernel.org/cgit/linux/kernel/git/lee/mfd.git/commit/?h=ib-mfd-io-3.15&id=2f39b70fef194a54c9decd8687bb05d576afebe5
-- Sebastian
Sebastian Reichel (1):
DTS: ARM: TWL4030: Add madc
arch/arm/boot/dts/twl4030.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
--
1.9.0
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] DTS: ARM: TWL4030: Add madc
2014-03-18 23:13 [PATCH] twl4030-madc device tree support Sebastian Reichel
@ 2014-03-18 23:13 ` Sebastian Reichel
2014-05-05 19:26 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Reichel @ 2014-03-18 23:13 UTC (permalink / raw)
To: Sebastian Reichel, Tony Lindgren, Benoît Cousson
Cc: devicetree, linux-omap, Sebastian Reichel
Add madc node to twl4030, so that board DTS
files can simply reference the A/D converter.
Signed-off-by: Sebastian Reichel <sre@debian.org>
---
arch/arm/boot/dts/twl4030.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi
index 86cfc7d..36ae916 100644
--- a/arch/arm/boot/dts/twl4030.dtsi
+++ b/arch/arm/boot/dts/twl4030.dtsi
@@ -152,4 +152,10 @@
keypad,num-rows = <8>;
keypad,num-columns = <8>;
};
+
+ twl_madc: madc {
+ compatible = "ti,twl4030-madc";
+ interrupts = <3>;
+ #io-channel-cells = <1>;
+ };
};
--
1.9.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] DTS: ARM: TWL4030: Add madc
2014-03-18 23:13 ` [PATCH] DTS: ARM: TWL4030: Add madc Sebastian Reichel
@ 2014-05-05 19:26 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2014-05-05 19:26 UTC (permalink / raw)
To: Sebastian Reichel
Cc: Sebastian Reichel, Benoît Cousson, devicetree, linux-omap
* Sebastian Reichel <sre@debian.org> [140318 16:17]:
> Add madc node to twl4030, so that board DTS
> files can simply reference the A/D converter.
>
> Signed-off-by: Sebastian Reichel <sre@debian.org>
Applying into omap-for-v3.16/dt thanks.
Tony
> ---
> arch/arm/boot/dts/twl4030.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi
> index 86cfc7d..36ae916 100644
> --- a/arch/arm/boot/dts/twl4030.dtsi
> +++ b/arch/arm/boot/dts/twl4030.dtsi
> @@ -152,4 +152,10 @@
> keypad,num-rows = <8>;
> keypad,num-columns = <8>;
> };
> +
> + twl_madc: madc {
> + compatible = "ti,twl4030-madc";
> + interrupts = <3>;
> + #io-channel-cells = <1>;
> + };
> };
> --
> 1.9.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-05 19:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-18 23:13 [PATCH] twl4030-madc device tree support Sebastian Reichel
2014-03-18 23:13 ` [PATCH] DTS: ARM: TWL4030: Add madc Sebastian Reichel
2014-05-05 19:26 ` Tony Lindgren
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).