summaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2021-06-04 15:30:54 +0000
committerAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2021-06-04 15:30:54 +0000
commit12b1d2afd4c518f390918bb57ba788abd690dc09 (patch)
tree5bb3d43f2db9ca42bea9df2a3b20379fd821e1aa /drivers/gpio
parente3ec85be6f0302526655c0f508e66baa92e881e0 (diff)
parent70154d2f82a9058e8316b6e106071c72fcc58718 (diff)
Merge tag 'v5.4.124' into 5.4-2.3.x-imx
This is the 5.4.124 stable release Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-cadence.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-cadence.c b/drivers/gpio/gpio-cadence.c
index a4d3239d2594..4ab3fcd9b9ba 100644
--- a/drivers/gpio/gpio-cadence.c
+++ b/drivers/gpio/gpio-cadence.c
@@ -278,6 +278,7 @@ static const struct of_device_id cdns_of_ids[] = {
{ .compatible = "cdns,gpio-r1p02" },
{ /* sentinel */ },
};
+MODULE_DEVICE_TABLE(of, cdns_of_ids);
static struct platform_driver cdns_gpio_driver = {
.driver = {