2023-12-17 15:34:17

by Luca Weiss

[permalink] [raw]
Subject: [PATCH 0/3] Several smaller msm8974 fixes

Send some smaller fixes that have been sitting around in my tree for
some time.

Signed-off-by: Luca Weiss <[email protected]>
---
Alexey Minnekhanov (1):
ARM: dts: qcom: msm8974-klte: Remove unused property

Luca Weiss (2):
ARM: dts: qcom: msm8974: Remove bogus cd-gpio pinctrl
ARM: dts: qcom: msm8974*: Re-enable remoteprocs on various boards

arch/arm/boot/dts/qcom/qcom-msm8974-lge-nexus5-hammerhead.dts | 2 ++
arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi | 2 ++
arch/arm/boot/dts/qcom/qcom-msm8974.dtsi | 7 -------
arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts | 1 -
.../boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts | 2 ++
5 files changed, 6 insertions(+), 8 deletions(-)
---
base-commit: de06a4144d8e2c0923d08cab7c24958c28ddf17f
change-id: 20231217-msm8974-misc-5d5861522ad1

Best regards,
--
Luca Weiss <[email protected]>



2023-12-17 15:35:08

by Luca Weiss

[permalink] [raw]
Subject: [PATCH 3/3] ARM: dts: qcom: msm8974*: Re-enable remoteprocs on various boards

Even though a previous patch re-added the supplies to the adsp and modem
remoteprocs, due to timing differences in the meantime the remoteprocs
were disabled by default, but the commit re-adding the supplies didn't
enable them.

Enable them now to hopefully properly resolve the fallout now.

Fixes: 6d933c0ec171 ("ARM: dts: qcom: msm8974-*: re-add remoteproc supplies")
Signed-off-by: Luca Weiss <[email protected]>
---
arch/arm/boot/dts/qcom/qcom-msm8974-lge-nexus5-hammerhead.dts | 2 ++
arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi | 2 ++
arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts | 2 ++
3 files changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974-lge-nexus5-hammerhead.dts b/arch/arm/boot/dts/qcom/qcom-msm8974-lge-nexus5-hammerhead.dts
index ca402b4a68bd..4aaae8537a3f 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8974-lge-nexus5-hammerhead.dts
+++ b/arch/arm/boot/dts/qcom/qcom-msm8974-lge-nexus5-hammerhead.dts
@@ -367,6 +367,7 @@ led@5 {

&remoteproc_adsp {
cx-supply = <&pm8841_s2>;
+ status = "okay";
};

&remoteproc_mss {
@@ -374,6 +375,7 @@ &remoteproc_mss {
mss-supply = <&pm8841_s3>;
mx-supply = <&pm8841_s1>;
pll-supply = <&pm8941_l12>;
+ status = "okay";
};

&rpm_requests {
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi
index 94cbad81379f..d34659ebac22 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi
+++ b/arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi
@@ -217,6 +217,7 @@ &pm8941_wled {

&remoteproc_adsp {
cx-supply = <&pm8841_s2>;
+ status = "okay";
};

&remoteproc_mss {
@@ -224,6 +225,7 @@ &remoteproc_mss {
mss-supply = <&pm8841_s3>;
mx-supply = <&pm8841_s1>;
pll-supply = <&pm8941_l12>;
+ status = "okay";
};

&rpm_requests {
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts b/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts
index 7c6fe442b559..ee94741a26ed 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts
+++ b/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts
@@ -324,6 +324,7 @@ led@7 {

&remoteproc_adsp {
cx-supply = <&pm8841_s2>;
+ status = "okay";
};

&remoteproc_mss {
@@ -331,6 +332,7 @@ &remoteproc_mss {
mss-supply = <&pm8841_s3>;
mx-supply = <&pm8841_s1>;
pll-supply = <&pm8941_l12>;
+ status = "okay";
};

&rpm_requests {

--
2.43.0


2023-12-17 15:35:09

by Luca Weiss

[permalink] [raw]
Subject: [PATCH 1/3] ARM: dts: qcom: msm8974-klte: Remove unused property

From: Alexey Minnekhanov <[email protected]>

Panel driver samsung,s6e3fa2 does not use te-gpios. The pin is already
configured properly through pinctrl.

Fixes: 3657b677d20d ("ARM: dts: qcom: msm8974-klte: add support for display")
Signed-off-by: Alexey Minnekhanov <[email protected]>
[luca: adjust commit message, add Fixes tag]
Signed-off-by: Luca Weiss <[email protected]>
---
arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts b/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts
index ca3aa16b4b10..b93539e2b87e 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts
+++ b/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts
@@ -363,7 +363,6 @@ panel: panel@0 {
vddr-supply = <&vreg_panel>;

reset-gpios = <&pma8084_gpios 17 GPIO_ACTIVE_LOW>;
- te-gpios = <&tlmm 12 GPIO_ACTIVE_HIGH>;

port {
panel_in: endpoint {

--
2.43.0


2023-12-17 20:24:50

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH 0/3] Several smaller msm8974 fixes


On Sun, 17 Dec 2023 16:22:52 +0100, Luca Weiss wrote:
> Send some smaller fixes that have been sitting around in my tree for
> some time.
>
>

Applied, thanks!

[1/3] ARM: dts: qcom: msm8974-klte: Remove unused property
commit: 32b075f8a2d4fefb8d791431606930883a5d5f15
[2/3] ARM: dts: qcom: msm8974: Remove bogus cd-gpio pinctrl
commit: 1522b3bb306986e2f3923152a05939176b2a8a0c
[3/3] ARM: dts: qcom: msm8974*: Re-enable remoteprocs on various boards
commit: 648002a27c6b3ae293cc415e1fbf20aaa6af8bd3

Best regards,
--
Bjorn Andersson <[email protected]>