[PATCH v2] arm64: dts: qcom: sdm845-shift-axolotl: Drop address and size cells from panel

Guido Günther posted 1 patch 3 months, 2 weeks ago
arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts | 3 ---
1 file changed, 3 deletions(-)
[PATCH v2] arm64: dts: qcom: sdm845-shift-axolotl: Drop address and size cells from panel
Posted by Guido Günther 3 months, 2 weeks ago
They're set in the parent to describe the panel's reg property already.

Fixes the

linux/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dtb: panel@0 (visionox,rm69299-shift): '#address-cells', '#size-cells' do not match any of the regexes: '^pinctrl-[0-9]+$'

warning.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
---
Changes in v2:
- Just remove the lines completely, the parent has them already set
  (Thanks Konrad Dybcio)
- Link to v1: https://lore.kernel.org/r/20251020-shift6mq-dt-v1-1-8714087118b8@sigxcpu.org
---
 arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
index 89260fce6513..46ca4a38a9a8 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
@@ -479,9 +479,6 @@ panel@0 {
 		vdda-supply = <&vreg_l14a_1p88>;
 		vdd3p3-supply = <&vreg_l28a_3p0>;
 
-		#address-cells = <1>;
-		#size-cells = <0>;
-
 		reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
 
 		pinctrl-names = "default", "sleep";

---
base-commit: f406055cb18c6e299c4a783fc1effeb16be41803
change-id: 20251019-shift6mq-dt-e4b9e7dc7169

Best regards,
-- 
Guido Günther <agx@sigxcpu.org>

Re: [PATCH v2] arm64: dts: qcom: sdm845-shift-axolotl: Drop address and size cells from panel
Posted by Bjorn Andersson 3 months, 1 week ago
On Mon, 20 Oct 2025 13:58:24 +0200, Guido Günther wrote:
> They're set in the parent to describe the panel's reg property already.
> 
> Fixes the
> 
> linux/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dtb: panel@0 (visionox,rm69299-shift): '#address-cells', '#size-cells' do not match any of the regexes: '^pinctrl-[0-9]+$'
> 
> warning.
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: qcom: sdm845-shift-axolotl: Drop address and size cells from panel
      commit: 720ebcc3e6b46fe4e01f4ecf1a8a899af213e433

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH v2] arm64: dts: qcom: sdm845-shift-axolotl: Drop address and size cells from panel
Posted by Konrad Dybcio 3 months, 2 weeks ago
On 10/20/25 1:58 PM, Guido Günther wrote:
> They're set in the parent to describe the panel's reg property already.
> 
> Fixes the
> 
> linux/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dtb: panel@0 (visionox,rm69299-shift): '#address-cells', '#size-cells' do not match any of the regexes: '^pinctrl-[0-9]+$'
> 
> warning.
> 
> Signed-off-by: Guido Günther <agx@sigxcpu.org>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad