soc: zynqmp: Fix IDcode for xck24

ID code was added by commit ddf8deabc3 ("arm64: zynqmp: Add support for
SVD devices") based on documentation but after receiving part new ID code
came up. That's why fix IDcode to match xck24 module.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/7b39aeeec211458ba4132a10beb7ad295eedb87f.1674030324.git.michal.simek@amd.com
This commit is contained in:
Michal Simek 2023-01-18 09:25:26 +01:00
parent 8174cd2116
commit 988b3fa08d

View file

@ -186,7 +186,7 @@ static const struct zynqmp_device zynqmp_devices[] = {
.variants = ZYNQMP_VARIANT_DR,
},
{
.id = 0x04714093,
.id = 0x04712093,
.device = 24,
.variants = 0,
},