Skip to content

Commit 77d62fc

Browse files
André Apitzschpavelmachek
authored andcommitted
leds: sgm3140: Add ocs,ocp8110 compatible
Orient-Chip's ocp8110 has the same pin configuration as the sgm3140. The data sheet can be found at: https://cdn.datasheetspdf.com/pdf-down/O/C/P/OCP8110-OrientChip.pdf Signed-off-by: André Apitzsch <[email protected]> Signed-off-by: Pavel Machek <[email protected]>
1 parent 2f1b6bb commit 77d62fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/leds/flash/leds-sgm3140.c

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

292292
static const struct of_device_id sgm3140_dt_match[] = {
293+
{ .compatible = "ocs,ocp8110" },
293294
{ .compatible = "sgmicro,sgm3140" },
294295
{ /* sentinel */ }
295296
};

0 commit comments

Comments
 (0)