Message ID | 20220509144714.144154-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 73ed516abc4e901f4450ff08fe05b3db06227318 |
Headers | show |
Series | [1/4] media: dt-bindings: qcom,sdm660-camss: document interconnects | expand |
On Mon, 09 May 2022 16:47:11 +0200, Krzysztof Kozlowski wrote: > Document the interconnect properties used in the Qualcomm CAMSS on > SDM660: > > sdm630-sony-xperia-nile-discovery.dtb: camss@ca00000: 'interconnect-names', 'interconnects' do not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > .../devicetree/bindings/media/qcom,sdm660-camss.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Mon, 9 May 2022 16:47:11 +0200, Krzysztof Kozlowski wrote: > Document the interconnect properties used in the Qualcomm CAMSS on > SDM660: > > sdm630-sony-xperia-nile-discovery.dtb: camss@ca00000: 'interconnect-names', 'interconnects' do not match any of the regexes: 'pinctrl-[0-9]+' > > Applied, thanks! [2/4] arm64: dts: qcom: sdm630: order clocks according to bindings commit: e8881372ccc6ff5a86bddeb4ebc248ff892d2ffc [3/4] arm64: dts: qcom: sdm630: order regs according to bindings commit: 7908dcc8be2db90c9d9bbcbd5fb021f935b76b26 [4/4] arm64: dts: qcom: sdm630: order interrupts according to bindings commit: cb0b68537713208824af74f2b1dbae22e8e52f82 Best regards,
diff --git a/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml index 338ab28d5f3b..b28c8e17f158 100644 --- a/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml +++ b/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml @@ -84,6 +84,13 @@ properties: - const: vfe0 - const: vfe1 + interconnects: + maxItems: 1 + + interconnect-names: + items: + - const: vfe-mem + iommus: maxItems: 4
Document the interconnect properties used in the Qualcomm CAMSS on SDM660: sdm630-sony-xperia-nile-discovery.dtb: camss@ca00000: 'interconnect-names', 'interconnects' do not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../devicetree/bindings/media/qcom,sdm660-camss.yaml | 7 +++++++ 1 file changed, 7 insertions(+)