gpio: ixp4xx: Detect special machines by compatible
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 6 Apr 2022 20:51:56 +0000 (22:51 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 18 Apr 2022 19:42:05 +0000 (21:42 +0200)
commit4f3e79b36d7fdbc3315efe5612a01800931fa25d
tree83f77c9422fe7720c2e3387be7a058c25d945974
parentd3bf3dc4bbbf6109bd9b4bd60089d36205ec4a37
gpio: ixp4xx: Detect special machines by compatible

There are some special clock amendments for two machines
formerly detected by their machine_is() boardfile macro.

They are now migrated to device tree so use
of_machine_is_compatible() instead.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/Kconfig
drivers/gpio/gpio-ixp4xx.c