From: Nihal Kumar Gupta <quic_nihalkum@quicinc.com>
Add vdda-phy-supply and vdda-pll-supply to the qcom,qcs8300-camss binding.
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..559db6d67f06 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 regulator supply to PHY core block.
+
+ vdda-pll-supply:
+ description:
+ Phandle to 1.8V regulator supply to PHY refclk pll block.
+
ports:
$ref: /schemas/graph.yaml#/properties/ports
@@ -158,6 +166,8 @@ required:
- interconnect-names
- iommus
- power-domains
+ - vdda-phy-supply
+ - vdda-pll-supply
- power-domain-names
- ports
@@ -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>;
--
2.25.1
On 09/09/2025 13:42, Vikram Sharma wrote: > From: Nihal Kumar Gupta <quic_nihalkum@quicinc.com> > > Add vdda-phy-supply and vdda-pll-supply to the qcom,qcs8300-camss binding. > > 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 +++++++++++++ There is no such file. Why are you not fixing the patches on the list? Best regards, Krzysztof
On 10/09/2025 08:02, Krzysztof Kozlowski wrote: > On 09/09/2025 13:42, Vikram Sharma wrote: >> From: Nihal Kumar Gupta <quic_nihalkum@quicinc.com> >> >> Add vdda-phy-supply and vdda-pll-supply to the qcom,qcs8300-camss binding. >> >> 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 +++++++++++++ > > There is no such file. Why are you not fixing the patches on the list? > > > Best regards, > Krzysztof The easiest thing for me to do here is to take this patch and send out another PR. I can fix the commit log too. --- bod
On Tue, Sep 09, 2025 at 05:12:41PM +0530, Vikram Sharma wrote: > From: Nihal Kumar Gupta <quic_nihalkum@quicinc.com> > > Add vdda-phy-supply and vdda-pll-supply to the qcom,qcs8300-camss binding. Don't describe patch contents. > > 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..559db6d67f06 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 regulator supply to PHY core block. > + > + vdda-pll-supply: > + description: > + Phandle to 1.8V regulator supply to PHY refclk pll block. > + > ports: > $ref: /schemas/graph.yaml#/properties/ports > > @@ -158,6 +166,8 @@ required: > - interconnect-names > - iommus > - power-domains > + - vdda-phy-supply > + - vdda-pll-supply > - power-domain-names > - ports > > @@ -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>; > -- > 2.25.1 > -- With best wishes Dmitry
© 2016 - 2025 Red Hat, Inc.