Message ID | 20240927103212.4154273-3-vladimir.zapolskiy@linaro.org (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | arm: qcom: sm8550: Change camcc power domain from MMCX to MXC | expand |
On Fri, Sep 27, 2024 at 01:32:11PM +0300, Vladimir Zapolskiy wrote: > It was unveiled that Qualcomm SM8550 Camera clock controller is attached > to MXC power domain, therefore it has to be reflected and generalized in > the device tree bindings description. > > Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> > --- > .../devicetree/bindings/clock/qcom,sm8450-camcc.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml > index 26afbbe65511..9ef967523987 100644 > --- a/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml > +++ b/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml > @@ -40,12 +40,12 @@ properties: > power-domains: > maxItems: 1 > description: > - A phandle and PM domain specifier for the MMCX power domain. > + A phandle and PM domain specifier for the supplying power domain. Just drop as it just describes every 'power-domains' property. > > required-opps: > maxItems: 1 > description: > - A phandle to an OPP node describing required MMCX performance point. > + A phandle to an OPP node describing the power domain's performance point. Same
diff --git a/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml index 26afbbe65511..9ef967523987 100644 --- a/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml @@ -40,12 +40,12 @@ properties: power-domains: maxItems: 1 description: - A phandle and PM domain specifier for the MMCX power domain. + A phandle and PM domain specifier for the supplying power domain. required-opps: maxItems: 1 description: - A phandle to an OPP node describing required MMCX performance point. + A phandle to an OPP node describing the power domain's performance point. reg: maxItems: 1
It was unveiled that Qualcomm SM8550 Camera clock controller is attached to MXC power domain, therefore it has to be reflected and generalized in the device tree bindings description. Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> --- .../devicetree/bindings/clock/qcom,sm8450-camcc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)