commit | fb19c7bade45e97112f65671dd0c5855c727675a | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Mon Dec 03 18:00:42 2018 +0000 |
committer | Neil Armstrong <narmstrong@baylibre.com> | Wed Dec 05 10:39:17 2018 +0100 |
tree | 26f60019d041a7f94b60220f56e1c24f0b9b7716 | |
parent | d452f27b3ea806fd99aee4b73a723318032c1d5c [diff] |
pinctrl: meson: Fix GPIO direction registers access The macros used to set the direction of the GPIO pins are misused, resulting in a wrong behavior when trying to read the GPIO input level from U-Boot. A better macro is also used when setting the output direction. Signed-off-by: Carlo Caione <ccaione@baylibre.com> Reviewed-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>