commit | 69ed7dc2e964c66eb8ff926a63a47b701ae1f3c6 | [log] [tgz] |
---|---|---|
author | sahil <sahil@arm.com> | Tue Jun 06 11:20:57 2023 +0530 |
committer | sahil <sahil@arm.com> | Fri Jun 16 12:32:20 2023 +0200 |
tree | b9a8c0cf840c93de9766e024e232cd0956d04ad2 | |
parent | bf1e58e7375dbc9fe58bed58216edd7fb3671ef7 [diff] |
fix(gic600): fix gic600 maximum SPI ID According to GIC-600 TRM, it supports up to 960 SPIs. With the starting SPI_ID of 32, the maximum SPI_ID should be 991. This patch fixes the value of GIC600_SPI_ID_MAX which is currently configured to be 960. Signed-off-by: sahil <sahil@arm.com> Change-Id: I441f9a607d160db8533f2a03e02afd1a9bab991e