[0/3] More RPMhPD levels + sm8550

Message ID 20230517-topic-kailua-rpmhpd-v1-0-cd3013d051a6@linaro.org
Headers
Series More RPMhPD levels + sm8550 |

Message

Konrad Dybcio May 17, 2023, 1:19 p.m. UTC
  Bring in missing RPMhPd levels from downstream and add ones we'll
need for GPU on SM8550.

Patch 1 adds the missing ones with an easy-to-read diff, patch 2
reformats the block and patch 3 adds the necessary levels to 8550 dt.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (3):
      dt-bindings: power: qcom,rpmpd: add missing RPMH levels
      dt-bindings: power: qcom,rpmpd: Format RPMh levels better
      arm64: dts: qcom: sm8550: Add missing RPMhPD OPP levels

 arch/arm64/boot/dts/qcom/sm8550.dtsi   | 36 +++++++++++++++++++++++++-------
 include/dt-bindings/power/qcom-rpmpd.h | 38 +++++++++++++++++++++-------------
 2 files changed, 52 insertions(+), 22 deletions(-)
---
base-commit: 065efa589871e93b6610c70c1e9de274ef1f1ba2
change-id: 20230517-topic-kailua-rpmhpd-d24c4c538c3a

Best regards,
  

Comments

Conor Dooley May 17, 2023, 5:36 p.m. UTC | #1
On Wed, May 17, 2023 at 03:19:42PM +0200, Konrad Dybcio wrote:
> Bring in missing RPMhPd levels from downstream and add ones we'll
> need for GPU on SM8550.
> 
> Patch 1 adds the missing ones with an easy-to-read diff, patch 2
> reformats the block and patch 3 adds the necessary levels to 8550 dt.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
> Konrad Dybcio (3):

>       dt-bindings: power: qcom,rpmpd: add missing RPMH levels
>       dt-bindings: power: qcom,rpmpd: Format RPMh levels better

If you're going to add these defines regardless of a to change your
approach:
Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.