Merge "n1sdp: remote chip SPI numbering for multichip GIC routing" into integration

This commit is contained in:
Manish Pandey 2020-08-27 12:49:38 +00:00 committed by TrustedFirmware Code Review
commit 50eee85e04
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ static struct gic600_multichip_data n1sdp_multichip_data __init = {
PLAT_ARM_GICD_BASE >> 16
},
.spi_ids = {
{32, 255},
{0, 0}
{32, 479},
{512, 959}
}
};