Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: media: qcom,qcs8300-camss: Add missing power supplies

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: 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>
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>

authored by

Vikram Sharma and committed by
Hans Verkuil
555e8820 fc2873aa

+13
+13
Documentation/devicetree/bindings/media/qcom,qcs8300-camss.yaml
··· 120 120 items: 121 121 - const: top 122 122 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 + 123 131 ports: 124 132 $ref: /schemas/graph.yaml#/properties/ports 125 133 ··· 168 160 - power-domains 169 161 - power-domain-names 170 162 - ports 163 + - vdda-phy-supply 164 + - vdda-pll-supply 171 165 172 166 additionalProperties: false 173 167 ··· 337 327 338 328 power-domains = <&camcc CAM_CC_TITAN_TOP_GDSC>; 339 329 power-domain-names = "top"; 330 + 331 + vdda-phy-supply = <&vreg_l4a_0p88>; 332 + vdda-pll-supply = <&vreg_l1c_1p2>; 340 333 341 334 ports { 342 335 #address-cells = <1>;