On Tue, Sep 28, 2021 at 07:12:24PM +0200, Stephan Gerhold wrote: > Document the qcom,msm8916-smp enable method. It is actually just > an alias for qcom,msm8226-smp since it should be implemented identically. > > Signed-off-by: Stephan Gerhold <stephan@xxxxxxxxxxx> > --- > Documentation/devicetree/bindings/arm/cpus.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml > index 11e3e09da2e5..5602a8f3c513 100644 > --- a/Documentation/devicetree/bindings/arm/cpus.yaml > +++ b/Documentation/devicetree/bindings/arm/cpus.yaml > @@ -211,6 +211,7 @@ properties: > - qcom,kpss-acc-v1 > - qcom,kpss-acc-v2 > - qcom,msm8226-smp > + - qcom,msm8916-smp I thought arm64 is PSCI only. > - renesas,apmu > - renesas,r9a06g032-smp > - rockchip,rk3036-smp > @@ -295,7 +296,8 @@ properties: > Specifies the ACC* node associated with this CPU. > > Required for systems that have an "enable-method" property > - value of "qcom,kpss-acc-v1", "qcom,kpss-acc-v2" or "qcom,msm8226-smp" > + value of "qcom,kpss-acc-v1", "qcom,kpss-acc-v2", "qcom,msm8226-smp" > + or "qcom,msm8916-smp". > > * arm/msm/qcom,kpss-acc.txt > > -- > 2.33.0 > >