Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mailbox: mtk,adsp-mbox: add mt8186 compatible name

Add compatible name for MediaTek MT8186 SoC ADSP mailbox.

Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>

authored by

Tinghan Shen and committed by
Jassi Brar
dea27cda 74c20dd0

+4 -3
+4 -3
Documentation/devicetree/bindings/mailbox/mtk,adsp-mbox.yaml
··· 11 11 12 12 description: | 13 13 The MTK ADSP mailbox Inter-Processor Communication (IPC) enables the SoC 14 - to ommunicate with ADSP by passing messages through two mailbox channels. 14 + to communicate with ADSP by passing messages through two mailbox channels. 15 15 The MTK ADSP mailbox IPC also provides the ability for one processor to 16 16 signal the other processor using interrupts. 17 17 18 18 properties: 19 19 compatible: 20 - items: 21 - - const: mediatek,mt8195-adsp-mbox 20 + enum: 21 + - mediatek,mt8195-adsp-mbox 22 + - mediatek,mt8186-adsp-mbox 22 23 23 24 "#mbox-cells": 24 25 const: 0