Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: optee driver interrupt can be a per-cpu interrupt

Explicit in optee firmware device tree bindings that the interrupt
used by optee driver for async notification can be a peripheral
interrupt or a per-cpu interrupt.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>

authored by

Etienne Carriere and committed by
Jens Wiklander
0d0eaa78 eeac8ede

+2 -1
+2 -1
Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.yaml
··· 28 28 maxItems: 1 29 29 description: | 30 30 This interrupt which is used to signal an event by the secure world 31 - software is expected to be edge-triggered. 31 + software is expected to be either a per-cpu interrupt or an 32 + edge-triggered peripheral interrupt. 32 33 33 34 method: 34 35 enum: [smc, hvc]