Message ID | 20240927103212.4154273-4-vladimir.zapolskiy@linaro.org |
---|---|
State | Not Applicable |
Headers | show |
Series | arm: qcom: sm8550: Change camcc power domain from MMCX to MXC | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Fri, 27 Sep 2024 13:32:12 +0300, Vladimir Zapolskiy wrote: > Currently the qcom,sm8450-camcc.yaml IP documentation serves as > a description of camera clock controllers of Qualcomm SC8280xp, SM8450, > SM8550, SM8650 and X1E80100 SoCs, and there is a room for more > controllers to be supported by this device tree bindings documentation > in future. > > Generalize the title and description in the documentation file similarly > to a number of other Qualcomm clock controller documentation files. > > Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> > --- > .../devicetree/bindings/clock/qcom,sm8450-camcc.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml index 9ef967523987..11febb5937f3 100644 --- a/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml @@ -4,7 +4,7 @@ $id: http://devicetree.org/schemas/clock/qcom,sm8450-camcc.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# -title: Qualcomm Camera Clock & Reset Controller on SM8450 +title: Qualcomm Camera Clock & Reset Controller maintainers: - Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> @@ -12,7 +12,7 @@ maintainers: description: | Qualcomm camera clock control module provides the clocks, resets and power - domains on SM8450. + domains on Qualcomm SoCs. See also: include/dt-bindings/clock/qcom,sc8280xp-camcc.h
Currently the qcom,sm8450-camcc.yaml IP documentation serves as a description of camera clock controllers of Qualcomm SC8280xp, SM8450, SM8550, SM8650 and X1E80100 SoCs, and there is a room for more controllers to be supported by this device tree bindings documentation in future. Generalize the title and description in the documentation file similarly to a number of other Qualcomm clock controller documentation files. Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> --- .../devicetree/bindings/clock/qcom,sm8450-camcc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)