Commit 73b1e217 authored by Johan Jonker's avatar Johan Jonker Committed by Rob Herring

dt-bindings: input: touchscreen: edt-ft5x06: change reg property

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: default avatarJohan Jonker <jbx6244@gmail.com>
Acked-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 96ec7b31
...@@ -42,7 +42,7 @@ properties: ...@@ -42,7 +42,7 @@ properties:
- focaltech,ft6236 - focaltech,ft6236
reg: reg:
const: 0x38 maxItems: 1
interrupts: interrupts:
maxItems: 1 maxItems: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment