Msm8953 For Arm64 -

Getting the display to work is often the hardest step. You need the specific panel driver and the correct "panel-simple" configuration in the kernel. Without this, the device appears dead (no output), even though the kernel might be booting.

Since the platform is ARM64, you need an aarch64 cross-compiler. msm8953 for arm64

Understanding the boot flow is critical for ARM64 porting on this chipset. Getting the display to work is often the hardest step