misc: fastrpc: Update number of max fastrpc sessions
authorJeya R <jeyr@codeaurora.org>
Mon, 20 Sep 2021 07:34:34 +0000 (13:04 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Oct 2021 14:10:54 +0000 (16:10 +0200)
commit304b0ba0a21b216683bc887d18dc5ad8d7d94752
tree38ff4643c46878c2d487450bb321093e11abb2fc
parent349f2fe48dfefa9ca6938675e20d90a762a18078
misc: fastrpc: Update number of max fastrpc sessions

For latest chipsets, upto 13 fastrpc sessions can be
supported. This includes 12 compute sessions and 1 cpz
session. Not updating this might result to out of bounds
memory access issues if more than 9 context bank nodes
are added to the DT file.

Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Jeya R <jeyr@codeaurora.org>
Link: https://lore.kernel.org/r/1632123274-32054-1-git-send-email-jeyr@codeaurora.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/fastrpc.c