mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
soc: zynqmp: Fix IDcode for xck24
ID code was added by commit ddf8deabc39d ("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:
parent
8174cd2116
commit
988b3fa08d
@ -186,7 +186,7 @@ static const struct zynqmp_device zynqmp_devices[] = {
|
||||
.variants = ZYNQMP_VARIANT_DR,
|
||||
},
|
||||
{
|
||||
.id = 0x04714093,
|
||||
.id = 0x04712093,
|
||||
.device = 24,
|
||||
.variants = 0,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user