Skip to content

Commit 73b1e21

Browse files
Johan Jonkerrobherring
authored andcommitted
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 <[email protected]> Acked-by: Heiko Stuebner <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 96ec7b3 commit 73b1e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ properties:
4242
- focaltech,ft6236
4343

4444
reg:
45-
const: 0x38
45+
maxItems: 1
4646

4747
interrupts:
4848
maxItems: 1

0 commit comments

Comments
 (0)