Msm8953 For Arm64 Driver [hot] May 2026

You're interested in a paper on the MSM8953 driver for ARM64 architecture!

11. Example minimal DTS snippet (conceptual)

/ 
  compatible = "qcom,msm8953";
  soc 
    compatible = "qcom,msm8953-soc";
    reg = <0x0 0x...>;
    clocks = <&gcc ...>;
  ;
  kgsl@... 
    compatible = "qcom,kgsl";
    reg = <...>;
    interrupt-parent = <&msm_gic>;
  ;
  mdss@...  /* display controller */ ;
  mdss_panel@0  compatible = "manufacturer,panel-model"; /* timing */ ;
;

printk(KERN_INFO "MSM8953 test driver exited\n");