[PATCH v5 1/4] drivers: soc: Add broadcast base for Last Level Cache Controller (LLCC)

2018-09-10 Thread Venkata Narendra Kumar Gutta
Currently, broadcast base is set to end of the LLCC banks, which may not be correct always. As the number of banks may vary for each chipset and the broadcast base could be at a different address as well. This info depends on the chipset, so get the broadcast base info from the device tree (DT).

[PATCH v5 1/4] drivers: soc: Add broadcast base for Last Level Cache Controller (LLCC)

2018-09-10 Thread Venkata Narendra Kumar Gutta
Currently, broadcast base is set to end of the LLCC banks, which may not be correct always. As the number of banks may vary for each chipset and the broadcast base could be at a different address as well. This info depends on the chipset, so get the broadcast base info from the device tree (DT).