Message ID | 20201112161920.2671430-3-caleb@connolly.tech (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/5] drm/panel/samsung-sofef00: Add panel for OnePlus 6/T devices | expand |
Hi Caleb, On Thu, Nov 12, 2020 at 04:21:30PM +0000, Caleb Connolly wrote: > Add compatibles for the samsung,sofef00 and samsung,s6e3fc2x01 panels > used in the OnePlus 6 & 6T respectively. > > Signed-off-by: Caleb Connolly <caleb@connolly.tech> Thansk, applied to drm-misc-next. Fixed so entries are sorted alphabetically when applying. Sam
diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml index c0dd9fa29f1d..04d829177aa8 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml @@ -47,6 +47,10 @@ properties: - panasonic,vvx10f004b00 # Panasonic 10" WUXGA TFT LCD panel - panasonic,vvx10f034n00 + # Samsung sofef00 1080x2280 AMOLED panel + - samsung,sofef00 + # Samsung s6e3fc2x01 1080x2340 AMOLED panel + - samsung,s6e3fc2x01 reg: maxItems: 1
Add compatibles for the samsung,sofef00 and samsung,s6e3fc2x01 panels used in the OnePlus 6 & 6T respectively. Signed-off-by: Caleb Connolly <caleb@connolly.tech> --- .../devicetree/bindings/display/panel/panel-simple-dsi.yaml | 4 ++++ 1 file changed, 4 insertions(+)