Skip to content

Commit 7bd932d

Browse files
leds: sgm3140: Add richtek,rt5033-led compatible
Richtek's rt5033-led has pin configurations similar to sgm3140. Add it to the compatible list. Signed-off-by: Raymond Hackley <raymondhackley@protonmail.com> Link: https://lore.kernel.org/r/20230602131024.260297-1-raymondhackley@protonmail.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 2a5724a commit 7bd932d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/leds/flash/leds-sgm3140.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ static int sgm3140_remove(struct platform_device *pdev)
291291

292292
static const struct of_device_id sgm3140_dt_match[] = {
293293
{ .compatible = "ocs,ocp8110" },
294+
{ .compatible = "richtek,rt5033-led" },
294295
{ .compatible = "sgmicro,sgm3140" },
295296
{ /* sentinel */ }
296297
};

0 commit comments

Comments
 (0)