Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: sharp,lq101r1sx01: Add compatible for LQ101R1SX03

LQ101R1SX03 is compatible with LQ101R1SX01 from software perspective,
document it. The LQ101R1SX03 is a newer revision of LQ101R1SX01, it has
minor differences in hardware pins in comparison to the older version.
The newer version of the panel can be found on Android tablets, like
ASUS TF701T.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220529180548.9942-2-clamor95@gmail.com

authored by

Anton Bambura and committed by
Sam Ravnborg
68427dac 50743768

+6 -1
+6 -1
Documentation/devicetree/bindings/display/panel/sharp,lq101r1sx01.yaml
··· 30 30 31 31 properties: 32 32 compatible: 33 - const: sharp,lq101r1sx01 33 + oneOf: 34 + - items: 35 + - const: sharp,lq101r1sx03 36 + - const: sharp,lq101r1sx01 37 + - items: 38 + - const: sharp,lq101r1sx01 34 39 35 40 reg: true 36 41 power-supply: true