public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Add drive-strength-microamp in Meson pinctrl driver
@ 2019-06-04 11:53 Guillaume La Roque
  2019-06-04 11:53 ` [U-Boot] [PATCH 1/3] dm: pinctrl: Add driver-strength-microamp property Guillaume La Roque
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Guillaume La Roque @ 2019-06-04 11:53 UTC (permalink / raw)
  To: u-boot

The purpose of this patchset is to add drive-strength-microamp support in meson pinconf
driver. This is a new feature that was added on the g12a. It is critical for us
to support this since many functions are failing with default pad drive-strength.

The value achievable by the SoC are 500uA, 2500uA, 3000uA and 4000uA and the DT property
'drive-strength-microamp' is expressed in uA.
So this patch add another generic property "drive-strength-microamp". The change to do so
would be minimal and could be benefit to other platforms later on.

it's backport from linux :
https://lore.kernel.org/lkml/20190514082652.20686-1-glaroque at baylibre.com/

Cheers
Guillaume

Guillaume La Roque (3):
  dm: pinctrl: Add driver-strength-microamp property
  pinctrl: meson: add support of drive-strength-microamp
  pinctrl: meson: g12a: add DS bank value

 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c |  1 +
 drivers/pinctrl/meson/pinctrl-meson-g12a.c    | 20 ++++----
 drivers/pinctrl/meson/pinctrl-meson.c         | 46 ++++++++++++++++++-
 drivers/pinctrl/meson/pinctrl-meson.h         | 43 +++++++++++------
 include/dm/pinctrl.h                          |  3 ++
 5 files changed, 89 insertions(+), 24 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-05  9:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-04 11:53 [U-Boot] [PATCH 0/3] Add drive-strength-microamp in Meson pinctrl driver Guillaume La Roque
2019-06-04 11:53 ` [U-Boot] [PATCH 1/3] dm: pinctrl: Add driver-strength-microamp property Guillaume La Roque
2019-06-04 11:53 ` [U-Boot] [PATCH 2/3] pinctrl: meson: add support of drive-strength-microamp Guillaume La Roque
2019-06-04 11:53 ` [U-Boot] [PATCH 3/3] pinctrl: meson: g12a: add DS bank value Guillaume La Roque
2019-06-04 15:19 ` [U-Boot] [PATCH 0/3] Add drive-strength-microamp in Meson pinctrl driver Neil Armstrong
2019-06-05  9:04 ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox