diff options
author | Wolfgang Wallner <wolfgang.wallner@br-automation.com> | 2020-02-03 11:38:04 +0100 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2020-02-04 12:54:54 +0800 |
commit | b840c395c64fd2dfadb96717bb6898a3069239a0 (patch) | |
tree | b8b4504dde08ee84ad137f4312f4ef7576b0eb02 /arch/arm/dts/sun7i-a20-primo73.dts | |
parent | 03fe85a27b23c609233100ccbab1617d78a73d84 (diff) |
gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32()
The function pcr_clrsetbits32() expects a device with a P2SB parent
device. In intel_gpio_direction_output() and intel_gpio_set_value()
the device 'dev' is passed to pcr_clrsetbits32(), which is a
gpio-controller with a device 'pinctrl' as parent. This does not match
the expectations of pcr_clrsetbits32(). But the 'pinctrl' device has a
P2SB as parent.
Pass the 'pinctrl' device instead of the 'dev' device to
pcr_clrsetbits32().
Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/arm/dts/sun7i-a20-primo73.dts')
0 files changed, 0 insertions, 0 deletions