On Mon, 08 Apr 2024 05:33:58 +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. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > Dmitry Baryshkov (4): > 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 > > 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 + > 4 files changed, 6 insertions(+) > --- > base-commit: 8568bb2ccc278f344e6ac44af6ed010a90aa88dc > change-id: 20240408-hdk-orientation-gpios-141bc7fd247d > > Best regards, > -- > Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y qcom/sc8180x-lenovo-flex-5g.dtb qcom/sc8280xp-lenovo-thinkpad-x13s.dtb qcom/sm8350-hdk.dtb qcom/sm8450-hdk.dtb' for 20240408-hdk-orientation-gpios-v1-0-8064ba43e52a@xxxxxxxxxx: arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dtb: pmic-glink: orientation-gpios: False schema does not allow [[50, 38, 0], [50, 58, 0]] from schema $id: http://devicetree.org/schemas/soc/qcom/qcom,pmic-glink.yaml# arch/arm64/boot/dts/qcom/sm8350-hdk.dtb: pmic-glink: orientation-gpios: False schema does not allow [[52, 81, 0]] from schema $id: http://devicetree.org/schemas/soc/qcom/qcom,pmic-glink.yaml# arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb: pmic-glink: orientation-gpios: False schema does not allow [[62, 166, 0], [62, 49, 0]] from schema $id: http://devicetree.org/schemas/soc/qcom/qcom,pmic-glink.yaml#