Docs: dt: add devicetree binding for describing arm64 SDEI firmware
authorJames Morse <james.morse@arm.com>
Mon, 8 Jan 2018 15:38:08 +0000 (15:38 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Sat, 13 Jan 2018 10:44:48 +0000 (10:44 +0000)
commit86f04f640058143388f56c048f86e66ea5204ae2
treee5f2c5721a574a4acc44a0f89d6b3fa918b88e22
parent1f742679c33bc083722cb0b442a95d458c491b56
Docs: dt: add devicetree binding for describing arm64 SDEI firmware

The Software Delegated Exception Interface (SDEI) is an ARM standard
for registering callbacks from the platform firmware into the OS.
This is typically used to implement RAS notifications, or from an
IRQ that has been promoted to a firmware-assisted NMI.

Add a new devicetree binding to describe the SDE firmware interface.

Signed-off-by: James Morse <james.morse@arm.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Documentation/devicetree/bindings/arm/firmware/sdei.txt [new file with mode: 0644]