diff mbox series

arm64: dts: qcom: sm8250: Add size/address-cells to dsi[01]

Message ID 20210613114356.82358-1-konrad.dybcio@somainline.org
State New
Headers show
Series arm64: dts: qcom: sm8250: Add size/address-cells to dsi[01] | expand

Commit Message

Konrad Dybcio June 13, 2021, 11:43 a.m. UTC
Add the aforementioned properties in the SoC DTSI so that everybody doesn't
have to copy that into their device DTs, effectively reducing code
duplication.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 arch/arm64/boot/dts/qcom/sm8250.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

patchwork-bot+linux-arm-msm@kernel.org June 16, 2021, 12:10 a.m. UTC | #1
Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Sun, 13 Jun 2021 13:43:56 +0200 you wrote:
> Add the aforementioned properties in the SoC DTSI so that everybody doesn't

> have to copy that into their device DTs, effectively reducing code

> duplication.

> 

> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>

> ---

>  arch/arm64/boot/dts/qcom/sm8250.dtsi | 6 ++++++

>  1 file changed, 6 insertions(+)


Here is the summary with links:
  - arm64: dts: qcom: sm8250: Add size/address-cells to dsi[01]
    https://git.kernel.org/qcom/c/40f7d36db8fd

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
index 2fecfbdc8682..120296953ea2 100644
--- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
@@ -2508,6 +2508,9 @@  dsi0: dsi@ae94000 {
 
 				status = "disabled";
 
+				#address-cells = <1>;
+				#size-cells = <0>;
+
 				ports {
 					#address-cells = <1>;
 					#size-cells = <0>;
@@ -2575,6 +2578,9 @@  dsi1: dsi@ae96000 {
 
 				status = "disabled";
 
+				#address-cells = <1>;
+				#size-cells = <0>;
+
 				ports {
 					#address-cells = <1>;
 					#size-cells = <0>;