Commit 0df3eb70 authored by Sayanta Pattanayak's avatar Sayanta Pattanayak
Browse files

n1sdp: remote chip SPI numbering for multichip GIC routing



Allocated 512-959 SPI numbers for remote n1sdp chip and same has been
referenced for GIC routing table.

Change-Id: Id79ea493fd665ed93fe9644a59e363ec10441098
Signed-off-by: default avatarSayanta Pattanayak <sayanta.pattanayak@arm.com>
parent 8d0a3bb3
...@@ -63,8 +63,8 @@ static struct gic600_multichip_data n1sdp_multichip_data __init = { ...@@ -63,8 +63,8 @@ static struct gic600_multichip_data n1sdp_multichip_data __init = {
PLAT_ARM_GICD_BASE >> 16 PLAT_ARM_GICD_BASE >> 16
}, },
.spi_ids = { .spi_ids = {
{32, 255}, {32, 479},
{0, 0} {512, 959}
} }
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment