FP5: Update init scripts from TT4C

Change-Id: Id8308a2bb200fbb572969e023cd0a299343f8c68
diff --git a/init/init.qcom.early_boot.sh b/init/init.qcom.early_boot.sh
index b9537e0..fc90810 100644
--- a/init/init.qcom.early_boot.sh
+++ b/init/init.qcom.early_boot.sh
@@ -82,7 +82,7 @@
         elif [ $fb_width -ge 1440 ]; then
            setprop vendor.display.lcd_density 560
         elif [ $fb_width -ge 1080 ]; then
-           setprop vendor.display.lcd_density 400
+           setprop vendor.display.lcd_density 480
         elif [ $fb_width -ge 720 ]; then
            setprop vendor.display.lcd_density 320 #for 720X1280 resolution
         elif [ $fb_width -ge 480 ]; then