diff options
author | Johan Jonker <jbx6244@gmail.com> | 2020-05-20 09:33:27 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-05-29 19:07:38 +0200 |
commit | 73b1e2170a9da9a12166ec15ac4bb20f94e870d4 (patch) | |
tree | d5766d0f2b197a9ea66472d7a74c3d38bc7afffd /Documentation/devicetree/bindings/input | |
parent | dt-bindings: usb: qcom,dwc3: Introduce interconnect properties for Qualcomm D... (diff) | |
download | linux-73b1e2170a9da9a12166ec15ac4bb20f94e870d4.tar.xz linux-73b1e2170a9da9a12166ec15ac4bb20f94e870d4.zip |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/input')
-rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml index 2aac76c25c11..024b262a2ef7 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 |