2021-03-04 05:58:40

by Sai Prakash Ranjan

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

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(-)

--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


2021-03-04 05:58:47

by Sai Prakash Ranjan

[permalink] [raw]
Subject: [PATCH 4/4] arm64: dts: qcom: sm8350: Rename the qmp node to power-controller

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 <[email protected]>
Signed-off-by: Sai Prakash Ranjan <[email protected]>
---
arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi
index 5ef460458f5c..617bc1993217 100644
--- a/arch/arm64/boot/dts/qcom/sm8350.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi
@@ -363,7 +363,7 @@ pdc: interrupt-controller@b220000 {
interrupt-controller;
};

- aoss_qmp: qmp@c300000 {
+ aoss_qmp: power-controller@c300000 {
compatible = "qcom,sm8350-aoss-qmp";
reg = <0 0x0c300000 0 0x100000>;
interrupts-extended = <&ipcc IPCC_CLIENT_AOP IPCC_MPROC_SIGNAL_GLINK_QMP
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation

2021-03-04 05:59:35

by Sai Prakash Ranjan

[permalink] [raw]
Subject: [PATCH 2/4] arm64: dts: qcom: sdm845: Rename the qmp node to power-controller

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 <[email protected]>
Signed-off-by: Sai Prakash Ranjan <[email protected]>
---
arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 454f794af547..8acc731b58a3 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -4428,7 +4428,7 @@ aoss_reset: reset-controller@c2a0000 {
#reset-cells = <1>;
};

- aoss_qmp: qmp@c300000 {
+ aoss_qmp: power-controller@c300000 {
compatible = "qcom,sdm845-aoss-qmp";
reg = <0 0x0c300000 0 0x100000>;
interrupts = <GIC_SPI 389 IRQ_TYPE_EDGE_RISING>;
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation

2021-03-04 06:00:00

by Sai Prakash Ranjan

[permalink] [raw]
Subject: [PATCH 3/4] arm64: dts: qcom: sm8250: Rename the qmp node to power-controller

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 <[email protected]>
Signed-off-by: Sai Prakash Ranjan <[email protected]>
---
arch/arm64/boot/dts/qcom/sm8250.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
index 947e1accae3a..2724c9cc3602 100644
--- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
@@ -2647,7 +2647,7 @@ tsens1: thermal-sensor@c265000 {
#thermal-sensor-cells = <1>;
};

- aoss_qmp: qmp@c300000 {
+ aoss_qmp: power-controller@c300000 {
compatible = "qcom,sm8250-aoss-qmp";
reg = <0 0x0c300000 0 0x100000>;
interrupts-extended = <&ipcc IPCC_CLIENT_AOP
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation

2021-03-04 06:00:07

by Sai Prakash Ranjan

[permalink] [raw]
Subject: [PATCH 1/4] arm64: dts: qcom: sc7180: Rename the qmp node to power-controller

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 <[email protected]>
Signed-off-by: Sai Prakash Ranjan <[email protected]>
---
arch/arm64/boot/dts/qcom/sc7180.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index 1ea3344ab62c..15e8149854bf 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -3222,7 +3222,7 @@ aoss_reset: reset-controller@c2a0000 {
#reset-cells = <1>;
};

- aoss_qmp: qmp@c300000 {
+ aoss_qmp: power-controller@c300000 {
compatible = "qcom,sc7180-aoss-qmp";
reg = <0 0x0c300000 0 0x100000>;
interrupts = <GIC_SPI 389 IRQ_TYPE_EDGE_RISING>;
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation

2021-03-04 09:00:51

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH 4/4] arm64: dts: qcom: sm8350: Rename the qmp node to power-controller

Quoting Sai Prakash Ranjan (2021-03-01 23:28:04)
> 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 <[email protected]>
> Signed-off-by: Sai Prakash Ranjan <[email protected]>
> ---

Reviewed-by: Stephen Boyd <[email protected]>

2021-03-04 09:00:51

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH 3/4] arm64: dts: qcom: sm8250: Rename the qmp node to power-controller

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 <[email protected]>
> Signed-off-by: Sai Prakash Ranjan <[email protected]>
> ---

Reviewed-by: Stephen Boyd <[email protected]>

2021-03-04 09:01:33

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH 1/4] arm64: dts: qcom: sc7180: Rename the qmp node to power-controller

Quoting Sai Prakash Ranjan (2021-03-01 23:28:01)
> 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 <[email protected]>
> Signed-off-by: Sai Prakash Ranjan <[email protected]>
> ---

Reviewed-by: Stephen Boyd <[email protected]>

2021-03-04 21:43:18

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH 2/4] arm64: dts: qcom: sdm845: Rename the qmp node to power-controller

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 <[email protected]>
> Signed-off-by: Sai Prakash Ranjan <[email protected]>
> ---

Reviewed-by: Stephen Boyd <[email protected]>