mbox series

[0/4] arm64: dts: qcom: Rename the qmp node to power-controller

Message ID cover.1614669585.git.saiprakash.ranjan@codeaurora.org
Headers show
Series arm64: dts: qcom: Rename the qmp node to power-controller | expand

Message

Sai Prakash Ranjan March 2, 2021, 7:28 a.m. UTC
This short series converts the qmp DT node name to generic "power-controller"
for AOSS message ram instead of the protocol name QMP(Qualcomm Messaging Protocol)
since it is used for power management requests.

Sai Prakash Ranjan (4):
  arm64: dts: qcom: sc7180: Rename the qmp node to power-controller
  arm64: dts: qcom: sdm845: Rename the qmp node to power-controller
  arm64: dts: qcom: sm8250: Rename the qmp node to power-controller
  arm64: dts: qcom: sm8350: Rename the qmp node to power-controller

 arch/arm64/boot/dts/qcom/sc7180.dtsi | 2 +-
 arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +-
 arch/arm64/boot/dts/qcom/sm8250.dtsi | 2 +-
 arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

Stephen Boyd March 3, 2021, 8:11 a.m. UTC | #1
Quoting Sai Prakash Ranjan (2021-03-01 23:28:02)
> Use the generic DT node name "power-controller" for AOSS message ram
> instead of the protocol name QMP(Qualcomm Messaging Protocol) since
> it is used for power management requests.
> 
> Suggested-by: Stephen Boyd <swboyd@chromium.org>
> Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Stephen Boyd March 3, 2021, 8:12 a.m. UTC | #2
Quoting Sai Prakash Ranjan (2021-03-01 23:28:03)
> Use the generic DT node name "power-controller" for AOSS message ram
> instead of the protocol name QMP(Qualcomm Messaging Protocol) since
> it is used for power management requests.
> 
> Suggested-by: Stephen Boyd <swboyd@chromium.org>
> Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>