All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: input: touchscreen: edt-ft5x06: change reg property
@ 2020-05-20  7:33 ` Johan Jonker
  0 siblings, 0 replies; 16+ messages in thread
From: Johan Jonker @ 2020-05-20  7:33 UTC (permalink / raw)
  To: heiko
  Cc: robh+dt, dmitry.torokhov, linux-input, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel

A test with the command below gives this error:

arch/arm/boot/dts/rk3188-bqedison2qc.dt.yaml:
touchscreen@3e: reg:0:0: 56 was expected

The touchscreen chip on 'rk3188-bqedison2qc' and other BQ models
was shipped with different addresses then the binding currently allows.
Change the reg property that any address will pass.

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/input/touchscreen/
edt-ft5x06.yaml

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
index 383d64a91..baa8e8f7e 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
+++ b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
@@ -42,7 +42,7 @@ properties:
       - focaltech,ft6236
 
   reg:
-    const: 0x38
+    maxItems: 1
 
   interrupts:
     maxItems: 1
-- 
2.11.0


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

end of thread, other threads:[~2020-05-29 17:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20  7:33 [PATCH] dt-bindings: input: touchscreen: edt-ft5x06: change reg property Johan Jonker
2020-05-20  7:33 ` Johan Jonker
2020-05-20  7:33 ` Johan Jonker
2020-05-20 17:13 ` Dmitry Torokhov
2020-05-20 17:13   ` Dmitry Torokhov
2020-05-20 18:41   ` Heiko Stübner
2020-05-20 18:41     ` Heiko Stübner
2020-05-20 18:41     ` Heiko Stübner
2020-05-28 22:01     ` Rob Herring
2020-05-28 22:01       ` Rob Herring
2020-05-28 22:01       ` Rob Herring
2020-05-28 22:02       ` Heiko Stübner
2020-05-28 22:02         ` Heiko Stübner
2020-05-28 22:02         ` Heiko Stübner
2020-05-29 17:07 ` Rob Herring
2020-05-29 17:07   ` Rob Herring

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.