mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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:
parent
8174cd2116
commit
988b3fa08d
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ static const struct zynqmp_device zynqmp_devices[] = {
|
|||
.variants = ZYNQMP_VARIANT_DR,
|
||||
},
|
||||
{
|
||||
.id = 0x04714093,
|
||||
.id = 0x04712093,
|
||||
.device = 24,
|
||||
.variants = 0,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue