Thread (13 messages) flat view 13 messages, 4 authors, 2021-11-25

Re: [PATCH v4 2/3] ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding

From: Alexandre TORGUE <alexandre.torgue@foss.st.com>
Date: 2021-11-25 14:55:19
Also in: dri-devel, linux-devicetree, lkml, oe-kbuild-all

Hi Dillon

On 7/24/21 5:44 AM, dillon.minfei@gmail.com wrote:
quoted hunk ↗ jump to hunk
From: Dillon Min <redacted>

Since the compatible string defined from ilitek,ili9341.yaml is
"st,sf-tc240t-9370-t", "ilitek,ili9341"

so, append "ilitek,ili9341" to avoid the below dtbs_check warning.

arch/arm/boot/dts/stm32f429-disco.dt.yaml: display@1: compatible:
['st,sf-tc240t-9370-t'] is too short

Fixes: a726e2f000ec ("ARM: dts: stm32: enable ltdc binding with ili9341, gyro l3gd20 on stm32429-disco board")
Signed-off-by: Dillon Min <redacted>
Reported-by: kernel test robot <redacted>
---
v4: no change.

  arch/arm/boot/dts/stm32f429-disco.dts | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts
index 075ac57d0bf4..6435e099c632 100644
--- a/arch/arm/boot/dts/stm32f429-disco.dts
+++ b/arch/arm/boot/dts/stm32f429-disco.dts
@@ -192,7 +192,7 @@
  
  	display: display@1{
  		/* Connect panel-ilitek-9341 to ltdc */
-		compatible = "st,sf-tc240t-9370-t";
+		compatible = "st,sf-tc240t-9370-t", "ilitek,ili9341";
  		reg = <1>;
  		spi-3wire;
  		spi-max-frequency = <10000000>;
Patch applied on stm32-next. I updated commit title to indicate targeted 
board.

regards
Alex

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help