pinctrl: ingenic: Remove platform ID table
authorPaul Cercueil <paul@crapouillou.net>
Mon, 6 Jan 2020 23:27:07 +0000 (00:27 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 7 Jan 2020 12:57:17 +0000 (13:57 +0100)
commit5ec008bfac7da212fa0d3dea6d30c372bd7034f2
tree33da222b11f58ae7a288894bc045e571252ab92a
parent5ab0c8e90191622750e29e5dc413f65ab290519a
pinctrl: ingenic: Remove platform ID table

We enforce devicetree support in the Kconfig and all Ingenic boards
without exception probe their drivers from devicetree. The code path to
probe the driver from arch code can then be considered as dead code and
removed.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20200106232711.559727-2-paul@crapouillou.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-ingenic.c