[PATCH v3 05/10] dt-bindings: display: panel-lvds: Add compatible for Samsung LTN101AL03 Panel

Mithil Bavishi posted 10 patches 2 weeks, 1 day ago
[PATCH v3 05/10] dt-bindings: display: panel-lvds: Add compatible for Samsung LTN101AL03 Panel
Posted by Mithil Bavishi 2 weeks, 1 day ago
The LTN101AL03 is a 10.1 inch 800x1280, 24 bit, VESA Compatible, TFT display panel

Signed-off-by: Mithil Bavishi <bavishimithil@gmail.com>
---
 Documentation/devicetree/bindings/display/panel/panel-lvds.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml
index 0cdd05d10..82bcaec68 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml
@@ -52,6 +52,8 @@ properties:
           - hydis,hv070wx2-1e0
           # Samsung LTN070NL01 7.0" WSVGA (1024x600) TFT LCD LVDS panel
           - samsung,ltn070nl01
+          # Samsung LTN101AL03 10.1" WXGA (800x1280) TFT LCD LVDS panel
+          - samsung,ltn101al03
           - tbs,a711-panel
 
       - const: panel-lvds
-- 
2.43.0
Re: [PATCH v3 05/10] dt-bindings: display: panel-lvds: Add compatible for Samsung LTN101AL03 Panel
Posted by Krzysztof Kozlowski 2 weeks ago
On Fri, Nov 08, 2024 at 08:04:34PM +0000, Mithil Bavishi wrote:
> The LTN101AL03 is a 10.1 inch 800x1280, 24 bit, VESA Compatible, TFT display panel
> 
> Signed-off-by: Mithil Bavishi <bavishimithil@gmail.com>
> ---

Squash it with previous patch. Each of such trivial one-liners for
similar device is review step for me.

Best regards,
Krzysztof