[PATCH 0/2] pinctrl: dt-bindings: Fix amx3 SLEWCTRL_FAST binding
From: tony@atomide.com (Tony Lindgren)
Date: 2015-03-06 17:13:52
Also in:
linux-devicetree, linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2015-03-06 17:13:52
Also in:
linux-devicetree, linux-omap
* Dave Gerlach [off-list ref] [150227 17:14]:
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.
Applying both into omap-for-v4.0/fixes thanks. Tony