mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-07 18:05:21 +02:00
drm: panel-orientation-quirks: Add quirk for OrangePi Neo
[ Upstream commit d60c429610
]
This adds a DMI orientation quirk for the OrangePi Neo Linux Gaming
Handheld.
Signed-off-by: Philip Mueller <philm@manjaro.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240715045818.1019979-1-philm@manjaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
d5618eaea8
commit
512bd0cd53
|
@ -414,6 +414,12 @@ static const struct dmi_system_id orientation_data[] = {
|
||||||
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "ONE XPLAYER"),
|
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "ONE XPLAYER"),
|
||||||
},
|
},
|
||||||
.driver_data = (void *)&lcd1600x2560_leftside_up,
|
.driver_data = (void *)&lcd1600x2560_leftside_up,
|
||||||
|
}, { /* OrangePi Neo */
|
||||||
|
.matches = {
|
||||||
|
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "OrangePi"),
|
||||||
|
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "NEO-01"),
|
||||||
|
},
|
||||||
|
.driver_data = (void *)&lcd1200x1920_rightside_up,
|
||||||
}, { /* Samsung GalaxyBook 10.6 */
|
}, { /* Samsung GalaxyBook 10.6 */
|
||||||
.matches = {
|
.matches = {
|
||||||
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
|
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user