mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 14:32:23 +00:00
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>
This commit is contained in:
parent
2a5724a0a7
commit
7bd932d9ad
@ -291,6 +291,7 @@ static int sgm3140_remove(struct platform_device *pdev)
|
||||
|
||||
static const struct of_device_id sgm3140_dt_match[] = {
|
||||
{ .compatible = "ocs,ocp8110" },
|
||||
{ .compatible = "richtek,rt5033-led" },
|
||||
{ .compatible = "sgmicro,sgm3140" },
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user