diff options
author | Anton Bambura <jenneron@protonmail.com> | 2022-05-29 21:05:46 +0300 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2022-07-03 20:41:43 +0200 |
commit | 68427dacc5266f85cb96277e91cadb8988ec0474 (patch) | |
tree | b281aabd2541f4ae3ef505101d6417c0bc97dae9 | |
parent | 5074376822fe99fa4ce344b851c5016d00c0444f (diff) | |
download | linux-stable-68427dacc5266f85cb96277e91cadb8988ec0474.tar.gz linux-stable-68427dacc5266f85cb96277e91cadb8988ec0474.tar.bz2 linux-stable-68427dacc5266f85cb96277e91cadb8988ec0474.zip |
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
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/sharp,lq101r1sx01.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/sharp,lq101r1sx01.yaml b/Documentation/devicetree/bindings/display/panel/sharp,lq101r1sx01.yaml index a679d3647dbd..9ec0e8aae4c6 100644 --- a/Documentation/devicetree/bindings/display/panel/sharp,lq101r1sx01.yaml +++ b/Documentation/devicetree/bindings/display/panel/sharp,lq101r1sx01.yaml @@ -30,7 +30,12 @@ allOf: properties: compatible: - const: sharp,lq101r1sx01 + oneOf: + - items: + - const: sharp,lq101r1sx03 + - const: sharp,lq101r1sx01 + - items: + - const: sharp,lq101r1sx01 reg: true power-supply: true |