Merge "fix(zynqmp): fix length of clock name" into integration

This commit is contained in:
Joanna Farley 2025-02-03 10:00:35 +01:00 committed by TrustedFirmware Code Review
commit fdbd18b56c

View file

@ -15,7 +15,7 @@
#include "pm_common.h"
#define CLK_NAME_LEN (15U)
#define CLK_NAME_LEN (16U)
#define MAX_PARENTS (100U)
#define CLK_NA_PARENT -1
#define CLK_DUMMY_PARENT -2