commit | f6b6631478d7708d86dc0b268671d5191b96946e | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Fri Apr 20 04:13:53 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Wed May 09 16:15:06 2018 -0400 |
tree | 1949fb1fe4fcddc6f106c81e1029e3f1c3dde1c9 | |
parent | 8516529ee5b6a56ddd841ea3817ab863fb6d6217 [diff] |
media: cec-gpio: use GPIOD_OUT_HIGH_OPEN_DRAIN This driver needs a pull up output GPIO, but devm_gpiod_get() is called with GPIOD_IN. This apparently works fine for the RPi3 where the DT correctly specifies a pull up GPIO, but on the i.MX6 it also needs to be specified with devm_gpiod_get(). Reported-by: Henrik Mau <Henrik.Mau@linn.co.uk> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>