• Usama Arif's avatar
    a5ds: Add handler for when user tries to switch off secondary cores · 59ffec15
    Usama Arif authored
    
    
    a5ds only has always-on power domain and there is no power control
    present. However, without the pwr_domain_off handler, the kernel
    panics when the user will try to switch off secondary cores. The
    a5ds_pwr_domain_off handler will prevent kernel from crashing,
    i.e. the kernel will attempt but fail to shut down the secondary CPUs
    if the user tries to switch them offline.
    
    Change-Id: I3c2239a1b6f035113ddbdda063c8495000cbe30c
    Signed-off-by: default avatarUsama Arif <usama.arif@arm.com>
    59ffec15
a5ds_pm.c 2.59 KB