All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] arm64: dts: qcom: sdm845: rename DPU device node
@ 2022-07-08  9:16 Dmitry Baryshkov
  2022-07-08  9:16 ` [PATCH 2/3] arm64: dts: qcom: sc7180: " Dmitry Baryshkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2022-07-08  9:16 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree

Rename DPU device node to display-controller@ae01000 to follow the
DPU schema.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 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 32ad5972a642..7c66f490e822 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -4265,7 +4265,7 @@ mdss: mdss@ae00000 {
 			#size-cells = <2>;
 			ranges;
 
-			mdss_mdp: mdp@ae01000 {
+			mdss_mdp: display-controller@ae01000 {
 				compatible = "qcom,sdm845-dpu";
 				reg = <0 0x0ae01000 0 0x8f000>,
 				      <0 0x0aeb0000 0 0x2008>;
-- 
2.35.1


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

* [PATCH 2/3] arm64: dts: qcom: sc7180: rename DPU device node
  2022-07-08  9:16 [PATCH 1/3] arm64: dts: qcom: sdm845: rename DPU device node Dmitry Baryshkov
@ 2022-07-08  9:16 ` Dmitry Baryshkov
  2022-07-08  9:16 ` [PATCH 3/3] arm64: dts: qcom: sm8250: " Dmitry Baryshkov
  2022-07-16 15:18 ` [PATCH 1/3] arm64: dts: qcom: sdm845: " Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2022-07-08  9:16 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree

Rename DPU device node to display-controller@ae01000 to follow the
DPU schema.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 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 72994f599825..e63b4515453f 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -2911,7 +2911,7 @@ mdss: mdss@ae00000 {
 
 			status = "disabled";
 
-			mdp: mdp@ae01000 {
+			mdp: display-controller@ae01000 {
 				compatible = "qcom,sc7180-dpu";
 				reg = <0 0x0ae01000 0 0x8f000>,
 				      <0 0x0aeb0000 0 0x2008>;
-- 
2.35.1


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

* [PATCH 3/3] arm64: dts: qcom: sm8250: rename DPU device node
  2022-07-08  9:16 [PATCH 1/3] arm64: dts: qcom: sdm845: rename DPU device node Dmitry Baryshkov
  2022-07-08  9:16 ` [PATCH 2/3] arm64: dts: qcom: sc7180: " Dmitry Baryshkov
@ 2022-07-08  9:16 ` Dmitry Baryshkov
  2022-07-16 15:18 ` [PATCH 1/3] arm64: dts: qcom: sdm845: " Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2022-07-08  9:16 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree

Rename DPU device node to display-controller@ae01000 to follow the
DPU schema.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 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 43c2d04b226f..48c60df59080 100644
--- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
@@ -3444,7 +3444,7 @@ mdss: mdss@ae00000 {
 			#size-cells = <2>;
 			ranges;
 
-			mdss_mdp: mdp@ae01000 {
+			mdss_mdp: display-controller@ae01000 {
 				compatible = "qcom,sm8250-dpu";
 				reg = <0 0x0ae01000 0 0x8f000>,
 				      <0 0x0aeb0000 0 0x2008>;
-- 
2.35.1


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

* Re: [PATCH 1/3] arm64: dts: qcom: sdm845: rename DPU device node
  2022-07-08  9:16 [PATCH 1/3] arm64: dts: qcom: sdm845: rename DPU device node Dmitry Baryshkov
  2022-07-08  9:16 ` [PATCH 2/3] arm64: dts: qcom: sc7180: " Dmitry Baryshkov
  2022-07-08  9:16 ` [PATCH 3/3] arm64: dts: qcom: sm8250: " Dmitry Baryshkov
@ 2022-07-16 15:18 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2022-07-16 15:18 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Andy Gross, Dmitry Baryshkov,
	Konrad Dybcio
  Cc: linux-arm-msm, devicetree

On Fri, 8 Jul 2022 12:16:54 +0300, Dmitry Baryshkov wrote:
> Rename DPU device node to display-controller@ae01000 to follow the
> DPU schema.
> 
> 

Applied, thanks!

[1/3] arm64: dts: qcom: sdm845: rename DPU device node
      commit: 1d52eb6cc827d0f166c728a7577609de75b6b8b1
[2/3] arm64: dts: qcom: sc7180: rename DPU device node
      commit: 37e3558b79392ab864fe887b4593c5f737e063a5
[3/3] arm64: dts: qcom: sm8250: rename DPU device node
      commit: ce5cf986cdab1973df0042ac5b743d5df008c338

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

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

end of thread, other threads:[~2022-07-16 15:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08  9:16 [PATCH 1/3] arm64: dts: qcom: sdm845: rename DPU device node Dmitry Baryshkov
2022-07-08  9:16 ` [PATCH 2/3] arm64: dts: qcom: sc7180: " Dmitry Baryshkov
2022-07-08  9:16 ` [PATCH 3/3] arm64: dts: qcom: sm8250: " Dmitry Baryshkov
2022-07-16 15:18 ` [PATCH 1/3] arm64: dts: qcom: sdm845: " Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.