summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
diff options
context:
space:
mode:
authorArnd Bergmann2019-04-15 22:17:11 +0200
committerOlof Johansson2019-04-29 08:08:40 +0200
commit67e38f578aaebf34fc1278bbe45a78ee8c73dd33 (patch)
tree8a5805128d26318ade6dc2b8357516f0a18da950 /drivers/pwm
parentARM: ep93xx: keypad: stop using mach/platform.h (diff)
downloadkernel-qcow2-linux-67e38f578aaebf34fc1278bbe45a78ee8c73dd33.tar.gz
kernel-qcow2-linux-67e38f578aaebf34fc1278bbe45a78ee8c73dd33.tar.xz
kernel-qcow2-linux-67e38f578aaebf34fc1278bbe45a78ee8c73dd33.zip
ARM: ep93xx: move pinctrl interfaces into include/linux/soc
ep93xx does not have a proper pinctrl driver, but does things ad-hoc through mach/platform.h, which is also used for setting up the boards. To avoid using mach/*.h headers completely, let's move the interfaces into include/linux/soc/. This is far from great, but gets the job done here, without the need for a proper pinctrl driver. Acked-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/pwm')
-rw-r--r--drivers/pwm/pwm-ep93xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-ep93xx.c b/drivers/pwm/pwm-ep93xx.c
index bbf10ae02f0e..fa168581e6b8 100644
--- a/drivers/pwm/pwm-ep93xx.c
+++ b/drivers/pwm/pwm-ep93xx.c
@@ -35,7 +35,7 @@
#include <asm/div64.h>
-#include <mach/platform.h> /* for ep93xx_pwm_{acquire,release}_gpio() */
+#include <linux/soc/cirrus/ep93xx.h> /* for ep93xx_pwm_{acquire,release}_gpio() */
#define EP93XX_PWMx_TERM_COUNT 0x00
#define EP93XX_PWMx_DUTY_CYCLE 0x04