Re: [PATCH V2 6/6] Thermal: Add ST-Ericsson DB8500 thermal properties and platform data.
From: Hongbo Zhang <hidden>
Date: 2012-10-25 03:46:23
Also in:
lkml
From: Hongbo Zhang <hidden>
Date: 2012-10-25 03:46:23
Also in:
lkml
On 24 October 2012 22:32, Joe Perches [off-list ref] wrote:
On Wed, 2012-10-24 at 19:58 +0800, hongbo.zhang wrote:quoted
This patch adds device tree properties for ST-Ericsson DB8500 thermal driver, also adds the platform data to support the old fashion.Just a trivial note:quoted
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.cquoted
@@ -229,6 +230,67 @@ static struct ab8500_platform_data ab8500_platdata = { }; /* + * Thermal Sensor + */ + +static struct resource db8500_thsens_resources[] = {should there be a const in any of these?
There will be warnings from gcc: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
quoted
+static struct db8500_thsens_platform_data db8500_thsens_data = {[]quoted
+static struct platform_device u8500_thsens_device = {[]quoted
+static struct platform_device u8500_cpufreq_cooling_device = {