Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb186886 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Kukjin Kim
Browse files

ARM: S5PV210: update MAX8998 platform data to get rid of WARN()



This patch adds new entries required by the new version of MAX8998
driver. Without them, the driver fails to init. See commit 50f19a45

Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 0f8f9c2b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -378,6 +378,12 @@ static struct max8998_regulator_data aquila_regulators[] = {
static struct max8998_platform_data aquila_max8998_pdata = {
	.num_regulators	= ARRAY_SIZE(aquila_regulators),
	.regulators	= aquila_regulators,
	.buck1_set1	= S5PV210_GPH0(3),
	.buck1_set2	= S5PV210_GPH0(4),
	.buck2_set3	= S5PV210_GPH0(5),
	.buck1_max_voltage1 = 1200000,
	.buck1_max_voltage2 = 1200000,
	.buck2_max_voltage = 1200000,
};
#endif

+6 −0
Original line number Diff line number Diff line
@@ -518,6 +518,12 @@ static struct max8998_regulator_data goni_regulators[] = {
static struct max8998_platform_data goni_max8998_pdata = {
	.num_regulators	= ARRAY_SIZE(goni_regulators),
	.regulators	= goni_regulators,
	.buck1_set1	= S5PV210_GPH0(3),
	.buck1_set2	= S5PV210_GPH0(4),
	.buck2_set3	= S5PV210_GPH0(5),
	.buck1_max_voltage1 = 1200000,
	.buck1_max_voltage2 = 1200000,
	.buck2_max_voltage = 1200000,
};
#endif