[PATCH 0/2] pinctrl: dt-bindings: Fix amx3 SLEWCTRL_FAST binding
Dave Gerlach
d-gerlach at ti.com
Fri Feb 27 17:10:25 PST 2015
Currently both am33xx and am43xx have the macro for SLEWCTRL_FAST
in pinctrl dt-bindings reversed so that selecting the macro actually
sets SLEWCTRL_SLOW in the pad control registers. These patches
correct the bindings but leave the pinctrl states that use the binding
*UNMODIFIED*. Previously i2c and mdio on am33xx and i2c, mdio, and
uart on am43xx had been using this macro and selecting SLEWCTRL_FAST
while actually programming SLEWCTRL_SLOW in the pad config registers.
Because the intended selection was SLEWCTRL_FAST the macros are
unchanged. I tested on am335x-gp-evm and am437x-gp-evm with no
difference in functionality seen.
Regards,
Dave
Dave Gerlach (2):
pinctrl: am33xx: dt-bindings: fix SLEWCTRL_FAST binding
pinctrl: am43xx: dt-bindings: fix SLEWCTRL_FAST binding
include/dt-bindings/pinctrl/am33xx.h | 3 ++-
include/dt-bindings/pinctrl/am43xx.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
--
2.3.0
More information about the linux-arm-kernel
mailing list