aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2016-09-03 15:57:16 +0200
committerGitHub <noreply@github.com>2016-09-03 15:57:16 +0200
commit889dd7a18b05d5de3cbd96d6e1bca7930178286b (patch)
tree8da507a01537605f0a5858e3439be7562d510d55
parente110ecc5d7a6d41299352ea68bd21c27fbe60f93 (diff)
fix lcd screen upside down kernel-side
So we can get rid of : ro.sf.hwrotation=180 inside system.prop
-rw-r--r--arch/arm64/configs/cm_m2note_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/cm_m2note_defconfig b/arch/arm64/configs/cm_m2note_defconfig
index c61d775cb..a9013cf7e 100644
--- a/arch/arm64/configs/cm_m2note_defconfig
+++ b/arch/arm64/configs/cm_m2note_defconfig
@@ -1186,7 +1186,7 @@ CONFIG_MTK_CONN_LTE_IDC_SUPPORT=y
CONFIG_MTK_FB=y
CONFIG_MTK_FB_SUPPORT_ASSERTION_LAYER=y
CONFIG_MTK_DITHERING_SUPPORT=y
-CONFIG_MTK_LCM_PHYSICAL_ROTATION="180"
+CONFIG_MTK_LCM_PHYSICAL_ROTATION="0"
CONFIG_LCM_HEIGHT="1920"
CONFIG_LCM_WIDTH="1080"
CONFIG_CUSTOM_LCM_X="0"