Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: dts: qcom: various sm8550 DT fixes
@ 2023-02-07 10:06 Neil Armstrong
  2023-02-07 10:06 ` [PATCH 1/2] arm64: dts: qcom: sm8550: fix DSI controller compatible Neil Armstrong
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Neil Armstrong @ 2023-02-07 10:06 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree, linux-kernel, Neil Armstrong

Fixes PON compatible and DSI controllers compatible properties.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
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 <neil.armstrong@linaro.org>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/2] arm64: dts: qcom: sm8550: fix DSI controller compatible
  2023-02-07 10:06 [PATCH 0/2] arm64: dts: qcom: various sm8550 DT fixes Neil Armstrong
@ 2023-02-07 10:06 ` Neil Armstrong
  2023-02-07 10:30   ` Dmitry Baryshkov
  2023-02-07 10:06 ` [PATCH 2/2] arm64: dts: qcom: pmk8550: fix PON compatible Neil Armstrong
  2023-02-09  4:23 ` [PATCH 0/2] arm64: dts: qcom: various sm8550 DT fixes Bjorn Andersson
  2 siblings, 1 reply; 6+ messages in thread
From: Neil Armstrong @ 2023-02-07 10:06 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree, linux-kernel, Neil Armstrong

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 <neil.armstrong@linaro.org>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/2] arm64: dts: qcom: pmk8550: fix PON compatible
  2023-02-07 10:06 [PATCH 0/2] arm64: dts: qcom: various sm8550 DT fixes Neil Armstrong
  2023-02-07 10:06 ` [PATCH 1/2] arm64: dts: qcom: sm8550: fix DSI controller compatible Neil Armstrong
@ 2023-02-07 10:06 ` Neil Armstrong
  2023-02-07 10:30   ` Dmitry Baryshkov
  2023-02-09  4:23 ` [PATCH 0/2] arm64: dts: qcom: various sm8550 DT fixes Bjorn Andersson
  2 siblings, 1 reply; 6+ messages in thread
From: Neil Armstrong @ 2023-02-07 10:06 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree, linux-kernel, Neil Armstrong

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 <neil.armstrong@linaro.org>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] arm64: dts: qcom: sm8550: fix DSI controller compatible
  2023-02-07 10:06 ` [PATCH 1/2] arm64: dts: qcom: sm8550: fix DSI controller compatible Neil Armstrong
@ 2023-02-07 10:30   ` Dmitry Baryshkov
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2023-02-07 10:30 UTC (permalink / raw)
  To: Neil Armstrong, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Rob Herring, Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree, linux-kernel

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 <neil.armstrong@linaro.org>

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

-- 
With best wishes
Dmitry


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] arm64: dts: qcom: pmk8550: fix PON compatible
  2023-02-07 10:06 ` [PATCH 2/2] arm64: dts: qcom: pmk8550: fix PON compatible Neil Armstrong
@ 2023-02-07 10:30   ` Dmitry Baryshkov
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2023-02-07 10:30 UTC (permalink / raw)
  To: Neil Armstrong, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Rob Herring, Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree, linux-kernel

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 <neil.armstrong@linaro.org>
> ---
>   arch/arm64/boot/dts/qcom/pmk8550.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

-- 
With best wishes
Dmitry


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] arm64: dts: qcom: various sm8550 DT fixes
  2023-02-07 10:06 [PATCH 0/2] arm64: dts: qcom: various sm8550 DT fixes Neil Armstrong
  2023-02-07 10:06 ` [PATCH 1/2] arm64: dts: qcom: sm8550: fix DSI controller compatible Neil Armstrong
  2023-02-07 10:06 ` [PATCH 2/2] arm64: dts: qcom: pmk8550: fix PON compatible Neil Armstrong
@ 2023-02-09  4:23 ` Bjorn Andersson
  2 siblings, 0 replies; 6+ messages in thread
From: Bjorn Andersson @ 2023-02-09  4:23 UTC (permalink / raw)
  To: Andy Gross, Rob Herring, Konrad Dybcio, Krzysztof Kozlowski,
	Neil Armstrong
  Cc: devicetree, linux-kernel, linux-arm-msm

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 <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-09  4:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-07 10:06 [PATCH 0/2] arm64: dts: qcom: various sm8550 DT fixes Neil Armstrong
2023-02-07 10:06 ` [PATCH 1/2] arm64: dts: qcom: sm8550: fix DSI controller compatible Neil Armstrong
2023-02-07 10:30   ` Dmitry Baryshkov
2023-02-07 10:06 ` [PATCH 2/2] arm64: dts: qcom: pmk8550: fix PON compatible Neil Armstrong
2023-02-07 10:30   ` Dmitry Baryshkov
2023-02-09  4:23 ` [PATCH 0/2] arm64: dts: qcom: various sm8550 DT fixes Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox