]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: input: touchscreen: edt-ft5x06: change reg property
authorJohan Jonker <jbx6244@gmail.com>
Wed, 20 May 2020 07:33:27 +0000 (09:33 +0200)
committerRob Herring <robh@kernel.org>
Fri, 29 May 2020 17:07:38 +0000 (11:07 -0600)
commitb67d5e41a2a699e90fe1aa60cfc298c4a26f9c74
treed5766d0f2b197a9ea66472d7a74c3d38bc7afffd
parent8b7aa7bdd0400ab462cab056e91ac830537d4b11
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: Johan Jonker <jbx6244@gmail.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml