diff options
author | Manikandan Muralidharan <manikandan.m@microchip.com> | 2023-09-15 12:48:42 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-11-01 11:02:11 +0100 |
commit | ad3a3c6e4aef5d77c4e5c1f9e46f40e8240079f7 (patch) | |
tree | b6b2e84edfc70f63f8394cc6954730d25ad73304 /drivers/mfd | |
parent | dt-bindings: mfd: syscon: Add ti,am654-dss-oldi-io-ctrl compatible (diff) | |
download | linux-ad3a3c6e4aef5d77c4e5c1f9e46f40e8240079f7.tar.xz linux-ad3a3c6e4aef5d77c4e5c1f9e46f40e8240079f7.zip |
mfd: atmel-hlcdc: Add compatible for sam9x75 XLCD controller
Add compatible for sam9x75 XLCD controller.
Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
Link: https://lore.kernel.org/r/20230915104849.187146-2-manikandan.m@microchip.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/atmel-hlcdc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/atmel-hlcdc.c b/drivers/mfd/atmel-hlcdc.c index 20de7f49a830..4c4e35d404f3 100644 --- a/drivers/mfd/atmel-hlcdc.c +++ b/drivers/mfd/atmel-hlcdc.c @@ -139,6 +139,7 @@ static const struct of_device_id atmel_hlcdc_match[] = { { .compatible = "atmel,sama5d3-hlcdc" }, { .compatible = "atmel,sama5d4-hlcdc" }, { .compatible = "microchip,sam9x60-hlcdc" }, + { .compatible = "microchip,sam9x75-xlcdc" }, { /* sentinel */ }, }; MODULE_DEVICE_TABLE(of, atmel_hlcdc_match); |