Add support for vdda-phy-supply and vdda-pll-supply in the QCS8300 CAMSS binding.
Fixes: 634a2958fae30 ("media: dt-bindings: Add qcom,qcs8300-camss compatible") Cc: stable@vger.kernel.org Co-developed-by: Nihal Kumar Gupta quic_nihalkum@quicinc.com Signed-off-by: Nihal Kumar Gupta quic_nihalkum@quicinc.com Signed-off-by: Vikram Sharma quic_vikramsa@quicinc.com --- .../bindings/media/qcom,qcs8300-camss.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/Documentation/devicetree/bindings/media/qcom,qcs8300-camss.yaml b/Documentation/devicetree/bindings/media/qcom,qcs8300-camss.yaml index 80a4540a22dc..e5f170aa4d9e 100644 --- a/Documentation/devicetree/bindings/media/qcom,qcs8300-camss.yaml +++ b/Documentation/devicetree/bindings/media/qcom,qcs8300-camss.yaml @@ -120,6 +120,14 @@ properties: items: - const: top
+ vdda-phy-supply: + description: + Phandle to a 0.88V regulator supply to CSI PHYs. + + vdda-pll-supply: + description: + Phandle to 1.2V regulator supply to CSI PHYs pll block. + ports: $ref: /schemas/graph.yaml#/properties/ports
@@ -160,6 +168,8 @@ required: - power-domains - power-domain-names - ports + - vdda-phy-supply + - vdda-pll-supply
additionalProperties: false
@@ -328,6 +338,9 @@ examples: power-domains = <&camcc CAM_CC_TITAN_TOP_GDSC>; power-domain-names = "top";
+ vdda-phy-supply = <&vreg_l4a_0p88>; + vdda-pll-supply = <&vreg_l1c_1p2>; + ports { #address-cells = <1>; #size-cells = <0>;
On 07/11/2025 14:21, Vikram Sharma wrote:
Add support for vdda-phy-supply and vdda-pll-supply in the QCS8300 CAMSS binding.
You cannot add support for something in the binding, but regardless of the wording - why adding support is a fix? Please describe the bug, because adding support does not sound like a fix at all.
Best regards, Krzysztof
linux-stable-mirror@lists.linaro.org