diff options
| author | Udit Kumar <[email protected]> | 2025-08-23 13:36:15 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-11 13:14:00 -0600 |
| commit | e3e7d0d29aa1cb151650e4531c04dda613c374ac (patch) | |
| tree | 6e3c456d671076eb42635a8dda809e57bbcd6ecb | |
| parent | 6fd45dd488f9605e2f634c7e5da4ac2925c118c8 (diff) | |
arm: mach-k3: increase max resasg_entries
Increase max resasg_entries to accommodate max size of
largest device J784S4.
Link: https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/j784s4/resasg_types.html
Reported-by: Jared McArthur <[email protected]>
Signed-off-by: Udit Kumar <[email protected]>
| -rw-r--r-- | arch/arm/mach-k3/schema.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-k3/schema.yaml b/arch/arm/mach-k3/schema.yaml index c8dd2e79e7d..8c4691f24ed 100644 --- a/arch/arm/mach-k3/schema.yaml +++ b/arch/arm/mach-k3/schema.yaml @@ -344,7 +344,7 @@ properties: resasg_entries: type: array minItems: 0 - maxItems: 468 + maxItems: 586 items: type: object properties: @@ -420,7 +420,7 @@ properties: resasg_entries: type: array minItems: 0 - maxItems: 468 + maxItems: 586 items: type: object properties: |
