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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: mailbox: mtk,adsp-mbox: Add compatible for MT8188

Add compatible string for ADSP mailbox on MT8188 SoC, which is
compatible with the one used on MT8186.

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Fei Shao <fshao@chromium.org>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>

authored by

Fei Shao and committed by
Jassi Brar
c13c196d 263dbd3c

+9 -3
+9 -3
Documentation/devicetree/bindings/mailbox/mtk,adsp-mbox.yaml
··· 17 17 18 18 properties: 19 19 compatible: 20 - enum: 21 - - mediatek,mt8195-adsp-mbox 22 - - mediatek,mt8186-adsp-mbox 20 + oneOf: 21 + - enum: 22 + - mediatek,mt8186-adsp-mbox 23 + - mediatek,mt8195-adsp-mbox 24 + - items: 25 + - enum: 26 + - mediatek,mt8188-adsp-mbox 27 + - const: mediatek,mt8186-adsp-mbox 28 + 23 29 24 30 "#mbox-cells": 25 31 const: 0