This adds support for the AMS559NK06 panel with the S6E3FA7 display controller and enables the display subsystem on the Pixel 3a. Richard Acayan (3): dt-bindings: display: panel-simple-dsi: add s6e3fa7 ams559nk06 compat drm/panel: add samsung s6e3fa7 panel driver arm64: dts: qcom: sdm670-google-sargo: add panel .../display/panel/panel-simple-dsi.yaml | 2 + .../boot/dts/qcom/sdm670-google-sargo.dts | 64 ++++ drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-samsung-s6e3fa7.c | 285 ++++++++++++++++++ 5 files changed, 361 insertions(+) create mode 100644 drivers/gpu/drm/panel/panel-samsung-s6e3fa7.c -- 2.43.0