Message ID | 20250325-wip-obbardc-qcom-t14s-oled-panel-v2-1-e9bc7c9d30cc@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add support for OLED panel used on Snapdragon Lenovo T14s Gen6 | expand |
On Tue, Mar 25, 2025 at 07:21:26PM +0000, Christopher Obbard wrote: > The Samsung ATNA40YK20 panel is a 14" AMOLED eDP panel. It is > similar to the ATNA33XC20 except that it is larger and has a > different resolution. > > Signed-off-by: Christopher Obbard <christopher.obbard@linaro.org> > --- > Documentation/devicetree/bindings/display/panel/samsung,atna33xc20.yaml | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hi, On Wed, Mar 26, 2025 at 1:08 AM Krzysztof Kozlowski <krzk@kernel.org> wrote: > > On Tue, Mar 25, 2025 at 07:21:26PM +0000, Christopher Obbard wrote: > > The Samsung ATNA40YK20 panel is a 14" AMOLED eDP panel. It is > > similar to the ATNA33XC20 except that it is larger and has a > > different resolution. > > > > Signed-off-by: Christopher Obbard <christopher.obbard@linaro.org> > > --- > > Documentation/devicetree/bindings/display/panel/samsung,atna33xc20.yaml | 2 ++ > > 1 file changed, 2 insertions(+) > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Pushed this patch to drm-misc-next: [1/4] dt-bindings: display: panel: samsung,atna40yk20: document ATNA40YK20 commit: 1822532477cb5f007313de4c70079c09aaa270d5
diff --git a/Documentation/devicetree/bindings/display/panel/samsung,atna33xc20.yaml b/Documentation/devicetree/bindings/display/panel/samsung,atna33xc20.yaml index 684c2896d2387077cf2d91cc5a025e0838c0f536..31f0c0f038e494234d896691f3cf0b9b7cd8842d 100644 --- a/Documentation/devicetree/bindings/display/panel/samsung,atna33xc20.yaml +++ b/Documentation/devicetree/bindings/display/panel/samsung,atna33xc20.yaml @@ -19,6 +19,8 @@ properties: - const: samsung,atna33xc20 - items: - enum: + # Samsung 14" WQXGA+ (2880×1800 pixels) eDP AMOLED panel + - samsung,atna40yk20 # Samsung 14.5" WQXGA+ (2880x1800 pixels) eDP AMOLED panel - samsung,atna45af01 # Samsung 14.5" 3K (2944x1840 pixels) eDP AMOLED panel
The Samsung ATNA40YK20 panel is a 14" AMOLED eDP panel. It is similar to the ATNA33XC20 except that it is larger and has a different resolution. Signed-off-by: Christopher Obbard <christopher.obbard@linaro.org> --- Documentation/devicetree/bindings/display/panel/samsung,atna33xc20.yaml | 2 ++ 1 file changed, 2 insertions(+)