mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
dt-bindings: mailbox: rockchip: adds new properties
This adds the following properties. - "rockchip,rk3576-mbox" : update compatible property. - rockchip,enable-cmd-trigger : enable write cmd register to trigger interrupt. Signed-off-by: Frank Wang <frank.wang@rock-chips.com> Change-Id: Ieb2e9d248b0eac387f7a6f862461d11aefb4905b
This commit is contained in:
@@ -10,6 +10,7 @@ Required properties:
|
||||
|
||||
- compatible: should be one of the following.
|
||||
- "rockchip,rk3368-mbox" for rk3368
|
||||
- "rockchip,rk3576-mbox" for rk3576
|
||||
- reg: physical base address of the controller and length of memory mapped
|
||||
region.
|
||||
- interrupts: The interrupt number to the cpu. The interrupt specifier format
|
||||
@@ -21,6 +22,8 @@ Optional properties :
|
||||
|
||||
- wakeup-source: Mailbox irq can be used as a wakeup source.
|
||||
- rockchip,txpoll-period-ms: TX Done polling interval in milliseconds.
|
||||
- rockchip,enable-cmd-trigger: Enable write cmd register to trigger interrupt.
|
||||
This is only support from rockchip,rk3576-mbox.
|
||||
|
||||
Example:
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user