summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-07-01 13:49:35 +0200
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-07-07 09:31:08 +0200
commite567269e246809223fafaee7d421ae17a832fae5 (patch)
tree9f9f1e8454982ac55a7fe1079a16eeb17606a34b
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494 (diff)
downloadlinux-stable-e567269e246809223fafaee7d421ae17a832fae5.tar.gz
linux-stable-e567269e246809223fafaee7d421ae17a832fae5.zip
gpio: mmio: drop the big-endian platform device variant
There are no more users of the "basic-mmio-gpio-be" platform device ID in the kernel. We can safely drop it. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20250701-gpio-mmio-pdata-v2-1-ebf34d273497@linaro.org Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r--drivers/gpio/gpio-mmio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpio/gpio-mmio.c b/drivers/gpio/gpio-mmio.c
index 4841e4ebe7a6..5bb511204214 100644
--- a/drivers/gpio/gpio-mmio.c
+++ b/drivers/gpio/gpio-mmio.c
@@ -809,9 +809,6 @@ static const struct platform_device_id bgpio_id_table[] = {
{
.name = "basic-mmio-gpio",
.driver_data = 0,
- }, {
- .name = "basic-mmio-gpio-be",
- .driver_data = BGPIOF_BIG_ENDIAN,
},
{ }
};