commit | a670b69c42e000a4b91e2cc75bc65dd17c79b11a | [log] [tgz] |
---|---|---|
author | Neil Armstrong <neil.armstrong@linaro.org> | Tue May 28 10:31:54 2024 +0200 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Fri Jul 05 12:04:48 2024 +0200 |
tree | 1dd95a14ce38d927e70996a8b135d624c03fb243 | |
parent | d3eed4b3f88b2c2ab50eddda1af4c30ae23fd502 [diff] |
arm: mach-snapdragon: gpio: introduce msm_special_pin_data In order to help setup pin configuration for special pins (UFS, SDCard), introduce the msm_special_pin_data struct largely inspired from the Linux conterpart but with only U-Boot required fields. This struct is added to the pins_data to allow specifying the special pins data for each SoC. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org>