From: Judith Mendez Date: Wed, 12 Jun 2024 13:55:32 +0000 (-0500) Subject: counter/ti-eqep: Add new ti-am62-eqep compatible X-Git-Tag: v6.11-rc1~100^2~62^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=210457b651acd61fced405cf7fef12a482932ca1;p=thirdparty%2Fkernel%2Flinux.git counter/ti-eqep: Add new ti-am62-eqep compatible Add new compatible for ti-am62-eqep for TI K3 SoC's. Signed-off-by: Judith Mendez Reviewed-by: David Lechner Link: https://lore.kernel.org/r/20240612135538.2447938-3-jm@ti.com Signed-off-by: William Breathitt Gray --- diff --git a/drivers/counter/ti-eqep.c b/drivers/counter/ti-eqep.c index d8a789cf54179..313b91456f265 100644 --- a/drivers/counter/ti-eqep.c +++ b/drivers/counter/ti-eqep.c @@ -541,6 +541,7 @@ static void ti_eqep_remove(struct platform_device *pdev) static const struct of_device_id ti_eqep_of_match[] = { { .compatible = "ti,am3352-eqep", }, + { .compatible = "ti,am62-eqep", }, { }, }; MODULE_DEVICE_TABLE(of, ti_eqep_of_match);