Message ID | 20240409-hdk-orientation-gpios-v2-0-658efd993987@linaro.org |
---|---|
Headers | show |
Series | arm64: dts: qcom: add USB-C orientation GPIOs | expand |
On Tue, 09 Apr 2024 17:28:10 +0300, Dmitry Baryshkov wrote: > Populate orientation GPIOs for some of the PMIC-GLINK-based devices. > This leaves only FairPhone5, RB3Gen2, SC8180X Primus and SC8280XP CRD > without the orientation GPIOs declared. > > Applied, thanks! [1/5] dt-bindings: soc: qcom: pmic-glink: allow orientation-gpios commit: 254c101efde79ecf1264ba49be9cb9366542f150 [2/5] arm64: dts: qcom: sm8350-hdk: add USB-C orientation GPIO commit: defac2c098965534e36e257cf80712c54207d99b [3/5] arm64: dts: qcom: sm8450-hdk: add USB-C orientation GPIO commit: 70b47e7b764ce0c31ed81fdb483738e3d9135e22 [4/5] arm64: dts: qcom: sc8280xp-lenovo-thinkpad-x13s: add USB-C orientation GPIOs commit: e34d83d968165841250cc4e780921f4bb33247d9 [5/5] arm64: dts: qcom: sc8180x-lenovo-flex-5g: add USB-C orientation GPIOs commit: d2dbb1047e05d68b4f031fd50717cf3d2016268f Best regards,
Populate orientation GPIOs for some of the PMIC-GLINK-based devices. This leaves only FairPhone5, RB3Gen2, SC8180X Primus and SC8280XP CRD without the orientation GPIOs declared. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Changes in v2: - Relax schema restriction for orientation-gpios property (Luca Weiss) - Link to v1: https://lore.kernel.org/r/20240408-hdk-orientation-gpios-v1-0-8064ba43e52a@linaro.org --- Dmitry Baryshkov (5): dt-bindings: soc: qcom: pmic-glink: allow orientation-gpios arm64: dts: qcom: sm8350-hdk: add USB-C orientation GPIO arm64: dts: qcom: sm8450-hdk: add USB-C orientation GPIO arm64: dts: qcom: sc8280xp-lenovo-thinkpad-x13s: add USB-C orientation GPIOs arm64: dts: qcom: sc8180x-lenovo-flex-5g: add USB-C orientation GPIOs .../devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml | 14 -------------- arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts | 2 ++ arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 2 ++ arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 1 + arch/arm64/boot/dts/qcom/sm8450-hdk.dts | 1 + 5 files changed, 6 insertions(+), 14 deletions(-) --- base-commit: 8568bb2ccc278f344e6ac44af6ed010a90aa88dc change-id: 20240408-hdk-orientation-gpios-141bc7fd247d Best regards,