Skip to content

Commit 87a8123

Browse files
quic-vikramsagregkh
authored andcommitted
dt-bindings: media: qcom,qcs8300-camss: Add missing power supplies
commit 555e882 upstream. Add missing vdda-phy-supply and vdda-pll-supply in the (monaco)qcs8300 camss binding. While enabling imx412 sensor for qcs8300 we see a need to add these supplies which were missing in initial submission. Fixes: 634a295 ("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> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bryan O'Donoghue <bod@kernel.org> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent facb9b0 commit 87a8123

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Documentation/devicetree/bindings/media/qcom,qcs8300-camss.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ properties:
120120
items:
121121
- const: top
122122

123+
vdda-phy-supply:
124+
description:
125+
Phandle to a 0.88V regulator supply to CSI PHYs.
126+
127+
vdda-pll-supply:
128+
description:
129+
Phandle to 1.2V regulator supply to CSI PHYs pll block.
130+
123131
ports:
124132
$ref: /schemas/graph.yaml#/properties/ports
125133

@@ -160,6 +168,8 @@ required:
160168
- power-domains
161169
- power-domain-names
162170
- ports
171+
- vdda-phy-supply
172+
- vdda-pll-supply
163173

164174
additionalProperties: false
165175

@@ -328,6 +338,9 @@ examples:
328338
power-domains = <&camcc CAM_CC_TITAN_TOP_GDSC>;
329339
power-domain-names = "top";
330340
341+
vdda-phy-supply = <&vreg_l4a_0p88>;
342+
vdda-pll-supply = <&vreg_l1c_1p2>;
343+
331344
ports {
332345
#address-cells = <1>;
333346
#size-cells = <0>;

0 commit comments

Comments
 (0)