Message ID | 20220516193709.10037-1-martin.juecker@gmail.com |
---|---|
State | Accepted |
Commit | 2b50aae61f94bc76dde7d4c87b610ffe45ca1b02 |
Headers | show |
Series | [1/3] dt-bindings: display: simple: add support for Samsung LTL101AL01 | expand |
On Mon, 16 May 2022 21:37:09 +0200, Martin Jücker wrote: > Add configuration for the LTL101AL01 panel and a pwm backlight to drive > the display in the p4note devices. > > Applied, thanks! [3/3] ARM: dts: exynos: add panel and backlight to p4note https://git.kernel.org/krzk/linux/c/6c52573bf4c3a0f6e7142264fb36b31ae2c3707a Best regards,
diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml index 1eb9dd4f8f58..9501b5a3c011 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml @@ -270,6 +270,8 @@ properties: - samsung,atna33xc20 # Samsung 12.2" (2560x1600 pixels) TFT LCD panel - samsung,lsn122dl01-c01 + # Samsung Electronics 10.1" WXGA (1280x800) TFT LCD panel + - samsung,ltl101al01 # Samsung Electronics 10.1" WSVGA TFT LCD panel - samsung,ltn101nt05 # Samsung Electronics 14" WXGA (1366x768) TFT LCD panel
Add the Samsung LTL101AL01 WXGA LCD panel to the list. Signed-off-by: Martin Jücker <martin.juecker@gmail.com> --- .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertions(+)