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

Commit 81ff65f7 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

leds: qti-flash: Add new compatible string for pm2250 flash



PM2250 supports a single flash channel. Add "qcom,pm2250-flash-led"
compatible string to enable the support for PM2250 flash/torch.

Change-Id: I125824b5e85cf0bfed4a1c3d855c45210d03826d
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent 7672cecd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1104,6 +1104,7 @@ static int qti_flash_led_remove(struct platform_device *pdev)

const static struct of_device_id qti_flash_led_match_table[] = {
	{ .compatible = "qcom,pm8350c-flash-led", .data = (void *)4, },
	{ .compatible = "qcom,pm2250-flash-led", .data = (void *)1, },
	{ },
};