diff options
| author | Tanmay Shah <[email protected]> | 2023-12-04 13:56:20 -0800 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2023-12-13 08:58:07 +0100 |
| commit | 622db30860396dda00567b43e7864571ddaa5889 (patch) | |
| tree | 6344e0a135309bdfb5ee51c90fbd01e0fa2ede06 | |
| parent | babee72ff618b7ad98ff5c1800659a505cdc0a94 (diff) | |
dts: zynqmp: add missing destination mailbox compatible
The commit in linux kernel 81186dc16101 ("dt-bindings: zynqmp: add
destination mailbox compatible") make compatible string for child nodes
mandatory that's why add it.
Signed-off-by: Tanmay Shah <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 58a56bc1bd8..21be909b1ab 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -148,6 +148,7 @@ ipi_mailbox_pmu1: mailbox@ff9905c0 { bootph-all; + compatible = "xlnx,zynqmp-ipi-dest-mailbox"; reg = <0x0 0xff9905c0 0x0 0x20>, <0x0 0xff9905e0 0x0 0x20>, <0x0 0xff990e80 0x0 0x20>, |
