Message ID | 20230407151423.59993-1-nikita@trvn.ru |
---|---|
Headers | show |
Series | Add Acer Aspire 1 | expand |
Hi, On Fri, Apr 7, 2023 at 8:14 AM Nikita Travkin <nikita@trvn.ru> wrote: > > lpass clocks are usually blocked from HLOS by the firmware and > instead are managed by the ADSP. Mark them as reserved and explicitly > enable in the CrOS boards that have special, cooperative firmware. > > Signed-off-by: Nikita Travkin <nikita@trvn.ru> > Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- > v5: minor style changes (Konrad) > --- > arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 8 ++++++++ > arch/arm64/boot/dts/qcom/sc7180.dtsi | 4 ++++ > 2 files changed, 12 insertions(+) I probably would have put a note in the commit message about why you chose not to enable these for IDP (AKA summarize the results of the conversation [1] in your v3 post). IMO not worth spinning a v6 just for this, though. Reviewed-by: Douglas Anderson <dianders@chromium.org> [1] https://lore.kernel.org/r/3557aa94-6a83-d054-a9d9-81751165eb8a@linaro.org
Hi, On Fri, Apr 7, 2023 at 8:14 AM Nikita Travkin <nikita@trvn.ru> wrote: > > Acer Aspire 1 is a laptop based on sc7180. Document it's compatible. > > Signed-off-by: Nikita Travkin <nikita@trvn.ru> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Changes in v2: > - Merge with IDP (Krzysztof) > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index f8d29b65f28b..db97a61e8ccb 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -367,9 +367,9 @@ properties: > - qcom,qru1000-idp > - const: qcom,qru1000 > > - - description: Qualcomm Technologies, Inc. SC7180 IDP > - items: > + - items: > - enum: > + - acer,aspire1 > - qcom,sc7180-idp > - const: qcom,sc7180 If Krzysztof is happy then I have no real objections here. That being said, I personally would have updated the description to be more generic and not say "IDP" anymore. Something like "Non-Chromebook sc7180 boards". -Doug