dts: bindings: ipm: Add dummy mbox-cells property
The MBOX driver interface expects a device tree property '#mbox-cells' which is not known by the IPM driver. This causes build problems when both drivers are given for a single shared DT node. To fix this problem for this driver specifically, add a dummy '#mbox-cells' property to the bindings of the STM32 HSEM IPM driver. This does not affect any other IPM driver, and the STM32 HSEM IPM driver is still functioning with this dummy property. Signed-off-by: Celina Sophie Kalus <hello@celinakalus.de>
This commit is contained in:
parent
e1ec8f5884
commit
e178d21b96
1 changed files with 8 additions and 0 deletions
|
@ -13,3 +13,11 @@ properties:
|
|||
|
||||
interrupts:
|
||||
required: true
|
||||
|
||||
"#mbox-cells":
|
||||
type: int
|
||||
description: |
|
||||
Dummy property for device tree compatibility with MBOX driver.
|
||||
|
||||
mbox-cells:
|
||||
- channel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue