Message ID | 20250514-rb8_camera-v1-1-bf4a39e304e9@quicinc.com |
---|---|
State | Changes Requested |
Headers | show |
Series | Add dt-bindings and dtsi changes for CAMSS on IQ-9075-evk | expand |
Context | Check | Description |
---|---|---|
robh/patch-applied | fail | build log |
On 14/05/2025 03:40, Wenmeng Liu wrote: > Add supplies bindings for qcom,sa8775p-camss. > > Signed-off-by: Wenmeng Liu <quic_wenmliu@quicinc.com> > --- > .../devicetree/bindings/media/qcom,sa8775p-camss.yaml | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/Documentation/devicetree/bindings/media/qcom,sa8775p-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sa8775p-camss.yaml > index 083e1193c474265edb445dd30717360de57ff986..aba46c0bc11faa062199f563602494bd2f62367c 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sa8775p-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sa8775p-camss.yaml > @@ -125,6 +125,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 > > @@ -164,6 +172,8 @@ required: > - iommus > - power-domains > - power-domain-names > + - vdda-phy-supply > + - vdda-pll-supply > > additionalProperties: false > > @@ -343,6 +353,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>; > You can drop this from your next submission. We are fixing the PHY schema to give a 1:1 relationship between PHYs and their associated rails. --- bod
diff --git a/Documentation/devicetree/bindings/media/qcom,sa8775p-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sa8775p-camss.yaml index 083e1193c474265edb445dd30717360de57ff986..aba46c0bc11faa062199f563602494bd2f62367c 100644 --- a/Documentation/devicetree/bindings/media/qcom,sa8775p-camss.yaml +++ b/Documentation/devicetree/bindings/media/qcom,sa8775p-camss.yaml @@ -125,6 +125,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 @@ -164,6 +172,8 @@ required: - iommus - power-domains - power-domain-names + - vdda-phy-supply + - vdda-pll-supply additionalProperties: false @@ -343,6 +353,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>;
Add supplies bindings for qcom,sa8775p-camss. Signed-off-by: Wenmeng Liu <quic_wenmliu@quicinc.com> --- .../devicetree/bindings/media/qcom,sa8775p-camss.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+)