On 10/09/2022 16:32, Iskren Chernev wrote: > Add support for Qualcomm SM6115 SoC. This includes: > - GCC > - Pinctrl > - RPM (CC+PD) > - USB > - MMC > - UFS > > Signed-off-by: Iskren Chernev <iskren.chernev@xxxxxxxxx> > --- > pending issues with dtschema: > - for some reason, using pinctrl phandles (in mmc) breaks the pinctrl > schema (4 times) > .output/arch/arm64/boot/dts/qcom/sm4250-oneplus-billie2.dtb: pinctrl@500000: sdc1-on-state: 'oneOf' conditional failed, one must be fixed: > 'pins' is a required property > 'clk', 'cmd', 'data', 'rclk' do not match any of the regexes: 'pinctrl-[0-9]+' > [[26]] is not of type 'object' > From schema: /home/iskren/src/pmos/linux-postmarketos/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-pinctrl.yaml It's the same as 06367559766b7c9bd96d2baef8bfc5a9bb451e25. I propose to fix it the same way. I can do a biger change for all pinctrls, so here you would need to add "-pins" prefix to entries (see patch 4fcdaf4b0320f93d0ccb4d36b795ed258fb07b27). Best regards, Krzysztof