2023-02-07 10:07:07

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 0/2] arm64: dts: qcom: various sm8550 DT fixes

Fixes PON compatible and DSI controllers compatible properties.

Signed-off-by: Neil Armstrong <[email protected]>
---
Neil Armstrong (2):
arm64: dts: qcom: sm8550: fix DSI controller compatible
arm64: dts: qcom: pmk8550: fix PON compatible

arch/arm64/boot/dts/qcom/pmk8550.dtsi | 2 +-
arch/arm64/boot/dts/qcom/sm8550.dtsi | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
base-commit: 49a8133221c71b935f36a7c340c0271c2a9ee2db
change-id: 20230207-topic-sm8550-upstream-sm8550-dt-fix-7114376c295b

Best regards,
--
Neil Armstrong <[email protected]>



2023-02-07 10:07:11

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 1/2] arm64: dts: qcom: sm8550: fix DSI controller compatible

Add missing sm8550 soc specific compatible before fallback to
match the updated bindings.

Fixes: d7da51db5b81 ("arm64: dts: qcom: sm8550: add display hardware devices")
Signed-off-by: Neil Armstrong <[email protected]>
---
arch/arm64/boot/dts/qcom/sm8550.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
index 6ff135191ee0..43a8e46c6ab7 100644
--- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
@@ -2175,7 +2175,7 @@ opp-514000000 {
};

mdss_dsi0: dsi@ae94000 {
- compatible = "qcom,mdss-dsi-ctrl";
+ compatible = "qcom,sm8550-dsi-ctrl", "qcom,mdss-dsi-ctrl";
reg = <0 0x0ae94000 0 0x400>;
reg-names = "dsi_ctrl";

@@ -2269,7 +2269,7 @@ mdss_dsi0_phy: phy@ae95000 {
};

mdss_dsi1: dsi@ae96000 {
- compatible = "qcom,mdss-dsi-ctrl";
+ compatible = "qcom,sm8550-dsi-ctrl", "qcom,mdss-dsi-ctrl";
reg = <0 0x0ae96000 0 0x400>;
reg-names = "dsi_ctrl";


--
2.34.1


2023-02-07 10:07:14

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 2/2] arm64: dts: qcom: pmk8550: fix PON compatible

The right compatible is qcom,pmk8350-pon, it matches the
reg resources associated to the node and the subnodes compatible
properties.

Fixes: e9c0a4e48489 ("arm64: dts: qcom: Add PMK8550 pmic dtsi")
Signed-off-by: Neil Armstrong <[email protected]>
---
arch/arm64/boot/dts/qcom/pmk8550.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/pmk8550.dtsi b/arch/arm64/boot/dts/qcom/pmk8550.dtsi
index 47213d05bf92..201efeda7d2d 100644
--- a/arch/arm64/boot/dts/qcom/pmk8550.dtsi
+++ b/arch/arm64/boot/dts/qcom/pmk8550.dtsi
@@ -16,7 +16,7 @@ pmk8550: pmic@0 {
#size-cells = <0>;

pmk8550_pon: pon@1300 {
- compatible = "qcom,pm8998-pon";
+ compatible = "qcom,pmk8350-pon";
reg = <0x1300>, <0x800>;
reg-names = "hlos", "pbs";


--
2.34.1


2023-02-07 10:30:24

by Dmitry Baryshkov

[permalink] [raw]
Subject: Re: [PATCH 1/2] arm64: dts: qcom: sm8550: fix DSI controller compatible

On 07/02/2023 12:06, Neil Armstrong wrote:
> Add missing sm8550 soc specific compatible before fallback to
> match the updated bindings.
>
> Fixes: d7da51db5b81 ("arm64: dts: qcom: sm8550: add display hardware devices")
> Signed-off-by: Neil Armstrong <[email protected]>

Reviewed-by: Dmitry Baryshkov <[email protected]>

--
With best wishes
Dmitry


2023-02-07 10:30:53

by Dmitry Baryshkov

[permalink] [raw]
Subject: Re: [PATCH 2/2] arm64: dts: qcom: pmk8550: fix PON compatible

On 07/02/2023 12:06, Neil Armstrong wrote:
> The right compatible is qcom,pmk8350-pon, it matches the
> reg resources associated to the node and the subnodes compatible
> properties.
>
> Fixes: e9c0a4e48489 ("arm64: dts: qcom: Add PMK8550 pmic dtsi")
> Signed-off-by: Neil Armstrong <[email protected]>
> ---
> arch/arm64/boot/dts/qcom/pmk8550.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Dmitry Baryshkov <[email protected]>

--
With best wishes
Dmitry


2023-02-09 04:31:25

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH 0/2] arm64: dts: qcom: various sm8550 DT fixes

On Tue, 07 Feb 2023 11:06:56 +0100, Neil Armstrong wrote:
> Fixes PON compatible and DSI controllers compatible properties.
>
>

Applied, thanks!

[1/2] arm64: dts: qcom: sm8550: fix DSI controller compatible
commit: c64c1c245f667e32eb02eaa5d63363d35880664d
[2/2] arm64: dts: qcom: pmk8550: fix PON compatible
commit: 12efdeec570c24e205484c1191265593f1dd4679

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