Commit 77d62fcc authored by André Apitzsch's avatar André Apitzsch Committed by Pavel Machek
Browse files

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: default avatarAndré Apitzsch <git@apitzsch.eu>
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
parent 2f1b6bb6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -290,6 +290,7 @@ static int sgm3140_remove(struct platform_device *pdev)
}

static const struct of_device_id sgm3140_dt_match[] = {
	{ .compatible = "ocs,ocp8110" },
	{ .compatible = "sgmicro,sgm3140" },
	{ /* sentinel */ }
};