style: support property SMMU

Avoid the annoying style checker complaints.

Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
Axel Heider
2023-11-17 22:48:01 +01:00
committed by Indan Zupancic
parent d2027a1fb9
commit a2cb6d0271
3 changed files with 5 additions and 2 deletions

View File

@@ -53,5 +53,6 @@ additional_commands:
CLK_SHIFT: '*'
TIMER_PRECISION: '*'
TIMER_OVERHEAD_TICKS: '*'
SMMU: '*'
MAX_SID: '*'
MAX_CB: '*'

View File

@@ -22,7 +22,8 @@ if(KernelPlatformTK1)
MAX_IRQ 191
INTERRUPT_CONTROLLER arch/machine/gic_v2.h
NUM_PPI 32
TIMER drivers/timer/arm_generic.h SMMU plat/machine/smmu.h
TIMER drivers/timer/arm_generic.h
SMMU plat/machine/smmu.h
CLK_MAGIC 2863311531llu
CLK_SHIFT 35u
KERNEL_WCET 100u

View File

@@ -27,7 +27,8 @@ if(KernelPlatformTx2)
TIMER drivers/timer/arm_generic.h
CLK_SHIFT 57u
CLK_MAGIC 4611686019u
KERNEL_WCET 10u SMMU drivers/smmu/smmuv2.h
KERNEL_WCET 10u
SMMU drivers/smmu/smmuv2.h
MAX_SID 128
MAX_CB 64
)