]> git.baikalelectronics.ru Git - uboot.git/commit
pinctrl-snapdragon: Get rid of custom drive-strength values
authorSumit Garg <sumit.garg@linaro.org>
Wed, 1 Feb 2023 13:58:52 +0000 (19:28 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 17:50:00 +0000 (12:50 -0500)
commit4d85dd181223effc395079b495c314079f8e2500
treeb1bb9be888f6c683816e6e7c811af53605c605fd
parent6b4fd0de492ac7070683a18409007f76ddc8a328
pinctrl-snapdragon: Get rid of custom drive-strength values

Use standard pinconf drive-strength values from Linux DT bindings rather
than ones based on custom u-boot header. These changes are in direction
to make u-boot DTs for Qcom SoCs to be compatible with standard Linux
DT bindings.

Also, add support for pinconf bias-pull-up.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
arch/arm/dts/dragonboard410c.dts
arch/arm/dts/dragonboard820c.dts
arch/arm/dts/qcom-ipq4019.dtsi
arch/arm/dts/qcs404-evb.dts
arch/arm/mach-snapdragon/pinctrl-snapdragon.c
include/dt-bindings/pinctrl/pinctrl-snapdragon.h [deleted file]