On 30.03.2024 10:13 AM, Krzysztof Kozlowski wrote: > The first part of the compatible of USB VBUS node misses ending quote, > thus we have one long compatible consisting of two compatible strings > leading to dtbs_check warnings: > > sc7180-idp.dtb: usb-vbus-regulator@1100: compatible:0: 'qcom,pm6150-vbus-reg,\n qcom,pm8150b-vbus-reg' does not match '^[a-zA-Z0-9][a-zA-Z0-9,+\\-._/]+$' > sc7180-idp.dtb: /soc@0/spmi@c440000/pmic@0/usb-vbus-regulator@1100: failed to match any schema with compatible: ['qcom,pm6150-vbus-reg,\n qcom,pm8150b-vbus-reg'] > > Reported-by: Rob Herring <robh@xxxxxxxxxx> > Fixes: f81c2f01cad6 ("arm64: dts: qcom: pm6150: define USB-C related blocks") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad