Commit 5582e357 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: pm6150: correct Type-C compatible

The first part of the compatible of Type-C 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: default avatarRob Herring <robh@kernel.org>
Fixes: f81c2f01 ("arm64: dts: qcom: pm6150: define USB-C related blocks")
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240328074544.5076-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent bb131bf4
...@@ -71,8 +71,8 @@ pm6150_vbus: usb-vbus-regulator@1100 { ...@@ -71,8 +71,8 @@ pm6150_vbus: usb-vbus-regulator@1100 {
}; };
pm6150_typec: typec@1500 { pm6150_typec: typec@1500 {
compatible = "qcom,pm6150-typec, compatible = "qcom,pm6150-typec",
qcom,pm8150b-typec"; "qcom,pm8150b-typec";
reg = <0x1500>, <0x1700>; reg = <0x1500>, <0x1700>;
interrupts = <0x0 0x15 0x00 IRQ_TYPE_EDGE_RISING>, interrupts = <0x0 0x15 0x00 IRQ_TYPE_EDGE_RISING>,
<0x0 0x15 0x01 IRQ_TYPE_EDGE_BOTH>, <0x0 0x15 0x01 IRQ_TYPE_EDGE_BOTH>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment