From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Sat, 16 Feb 2013 14:10:38 -0500 Subject: [PATCH v5 2/4] ARM: Kirkwood: Add support thermal sensor for 88F6282 and 88F6283 In-Reply-To: <1360132527-22860-3-git-send-email-andrew@lunn.ch> References: <1360132527-22860-1-git-send-email-andrew@lunn.ch> <1360132527-22860-3-git-send-email-andrew@lunn.ch> Message-ID: <20130216191038.GF23237@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Feb 06, 2013 at 07:35:25AM +0100, Andrew Lunn wrote: > From: Nobuhiro Iwamatsu > > Kirkwood 88F6282 and 88F6283 have a thermal sensor. > This patch adds a DT node and enables the driver in the kernel config. > > Signed-off-by: Nobuhiro Iwamatsu > Signed-off-by: Andrew Lunn > --- > arch/arm/boot/dts/kirkwood-6282.dtsi | 6 ++++++ > arch/arm/configs/kirkwood_defconfig | 2 ++ > 2 files changed, 8 insertions(+) Patches 2 and 4 of this series applied to mvebu/dt_deps with a dependency on thermal/next up to: 74ffa64 Thermal: Dove: Add Themal sensor support for Dove. 7060aa3 thermal: Add support for the thermal sensor on Kirkwood SoCs thx, Jason.