Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <git@apitzsch.eu>
Signed-off-by: Pavel Machek <pavel@ucw.cz>

authored by

André Apitzsch and committed by
Pavel Machek
77d62fcc 2f1b6bb6

+1
+1
drivers/leds/flash/leds-sgm3140.c
··· 290 290 } 291 291 292 292 static const struct of_device_id sgm3140_dt_match[] = { 293 + { .compatible = "ocs,ocp8110" }, 293 294 { .compatible = "sgmicro,sgm3140" }, 294 295 { /* sentinel */ } 295 296 };