pinctrl: samsung: Correct setting of eint wakeup mask on s5pv210
authorJonathan Bakker <xc-racer2@live.ca>
Sat, 4 Apr 2020 17:08:49 +0000 (10:08 -0700)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 13 Apr 2020 10:10:30 +0000 (12:10 +0200)
commitb577a279914085c6b657c33e9f39ef56d96a3302
treee2de4fb1798f37787c46bfab1a628ea932d3b7b7
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
pinctrl: samsung: Correct setting of eint wakeup mask on s5pv210

Commit a8be2af0218c ("pinctrl: samsung: Write external wakeup interrupt
mask") started writing the eint wakeup mask from the pinctrl driver.
Unfortunately, it made the assumption that the private retention data
was always a regmap while in the case of s5pv210 it is a raw pointer
to the clock base (as the eint wakeup mask not in the PMU as with newer
Exynos platforms).

Fixes: a8be2af0218c ("pinctrl: samsung: Write external wakeup interrupt mask")
Cc: <stable@vger.kernel.org>
Signed-off-by: Jonathan Bakker <xc-racer2@live.ca>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/pinctrl/samsung/pinctrl-exynos.c