Skip to content

Commit

Permalink
transport: Specify the doorbell register width for A2P doorbell
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Pathak <[email protected]>
  • Loading branch information
pathakraul committed Dec 31, 2024
1 parent 87488af commit 0b92002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transport.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ messages.
The A2P doorbell is a signal for new messages from the application processors
(APs) to the platform microcontroller (PuC).

The platform should support A2P doorbell interrupt triggering from application
The platform must support A2P doorbell interrupt triggering from application
processors through either a write operation or a read-modify-write sequence on a
memory-mapped register, which can be easily discovered by the application
32-bit memory-mapped register, which can be discovered by the application
processors using hardware description mechanisms such as device tree or ACPI.

==== P2A Doorbell
Expand Down

0 comments on commit 0b92002

Please sign in to comment.