summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2023-01-18 09:25:26 +0100
committerMichal Simek <[email protected]>2023-01-24 13:55:05 +0100
commit988b3fa08da197e97363f4caff37a6568dfc07fc (patch)
tree70c41fe2dd2701ca01314cddeb7ef29fb05ede32 /drivers
parent8174cd21163a4bc1095a50b6ac1a08a37f366c92 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/7b39aeeec211458ba4132a10beb7ad295eedb87f.1674030324.git.michal.simek@amd.com
Diffstat (limited to 'drivers')
-rw-r--r--drivers/soc/soc_xilinx_zynqmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/soc_xilinx_zynqmp.c b/drivers/soc/soc_xilinx_zynqmp.c
index a51bcdb478f..afa277f6049 100644
--- a/drivers/soc/soc_xilinx_zynqmp.c
+++ b/drivers/soc/soc_xilinx_zynqmp.c
@@ -186,7 +186,7 @@ static const struct zynqmp_device zynqmp_devices[] = {
.variants = ZYNQMP_VARIANT_DR,
},
{
- .id = 0x04714093,
+ .id = 0x04712093,
.device = 24,
.variants = 0,
},