arm-trusted-firmware/plat
Peter Robinson f535068c84 fix(zynqmp): fix length of clock name
The CLK_NAME_LEN variable is set to 15 but with more
hardening we get the following error for the
pss_alt_ref_clk name so bump the length slightly
to take all the requirements into account.

plat/xilinx/zynqmp/pm_service/pm_api_clock.c:2248:25: error: initializer-string for array of ‘char’ is too long [-Werror=unterminated-string-initialization]
2248 |                 .name = "pss_alt_ref_clk",
     |                         ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors

Fixes: caae497df ("zynqmp: pm: Add clock control EEMI API and ioctl functions")
Change-Id: I399271dd257c6e40a2d319c47f2588a958a5491b
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2025-01-30 20:28:45 +01:00
..
allwinner fix(allwinner): enable dtb modifications for CPU idle states to the rich OS 2024-09-17 21:44:39 +03:00
amd/versal2 Merge changes from topic "xlnx_fix_plat_single_ret" into integration 2025-01-23 11:22:47 +01:00
amlogic feat(gxl): add support for booting from U-Boot SPL/with standard params 2025-01-08 16:02:02 +00:00
arm fix(tc): fix compilation error 2025-01-29 09:49:18 +00:00
aspeed/ast2700 fix(ast2700): fix mpll calculate statement 2024-08-01 14:55:15 +08:00
brcm refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
common feat(handoff): common API for TPM event log handoff 2025-01-06 07:20:37 -08:00
hisilicon fix(build): ensure $(ROT_KEY) depends on correct directory rules 2024-11-12 12:50:45 +00:00
imx fix(build): ensure $(ROT_KEY) depends on correct directory rules 2024-11-12 12:50:45 +00:00
intel/soc fix(intel): handle cold reset via physical reset switch 2024-12-23 17:52:41 +08:00
marvell build: consolidate directory creation rules 2024-07-22 09:41:30 +00:00
mediatek Merge "feat(mediatek): add gic driver" into integration 2025-01-29 23:08:26 +01:00
nuvoton fix(build): include platform mk earlier 2025-01-07 17:14:18 +01:00
nvidia/tegra refactor(cm): convert el1-ctx assembly offset entries to c structure 2024-07-26 17:08:12 +01:00
nxp Merge "build: remove Windows compatibility layer" into integration 2025-01-20 12:52:16 +01:00
qemu Merge changes from topic "handoff_tpm_event_log" into integration 2025-01-09 20:20:41 +01:00
qti feat(qti): platform support for qcs615 2024-12-13 14:54:22 +05:30
renesas fix(rcar3-drivers): disable A/B loader support by default 2024-11-10 16:09:55 +01:00
rockchip Merge changes from topic "clang-rockchip" into integration 2024-12-13 17:36:10 +01:00
rpi refactor(rpi3): move mbedtls helper to common code 2024-11-19 18:51:53 +01:00
socionext feat(synquacer): add support Hob creation 2025-01-03 14:45:00 +00:00
st fix(stm32mp2): correct early/crash console init 2025-01-28 15:04:32 +01:00
ti/k3 feat(ti): implement DM_MANAGED suspend 2024-10-31 10:50:29 +01:00
xilinx fix(zynqmp): fix length of clock name 2025-01-30 20:28:45 +01:00