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

dt-bindings: media: mediatek: mdp3: add config for MT8195 RDMA

Added the configuration for MT8195 RDMA. In comparison to MT8183, it
no longer shares SRAM with RSZ, and there are now preconfigured 5 mbox.

Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

authored by

Moudy Ho and committed by
AngeloGioacchino Del Regno
f0c9cafd 3bae0d63

+21
+21
Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml
··· 23 23 oneOf: 24 24 - enum: 25 25 - mediatek,mt8183-mdp3-rdma 26 + - mediatek,mt8195-mdp3-rdma 26 27 - mediatek,mt8195-vdo1-rdma 27 28 - items: 28 29 - const: mediatek,mt8188-vdo1-rdma ··· 75 74 items: 76 75 - description: used for 1st data pipe from RDMA 77 76 - description: used for 2nd data pipe from RDMA 77 + - description: used for 3rd data pipe from RDMA 78 + - description: used for 4th data pipe from RDMA 79 + - description: used for the data pipe from SPLIT 78 80 minItems: 1 79 81 80 82 interrupts: ··· 112 108 113 109 required: 114 110 - mboxes 111 + - mediatek,gce-events 112 + 113 + - if: 114 + properties: 115 + compatible: 116 + contains: 117 + const: mediatek,mt8195-mdp3-rdma 118 + 119 + then: 120 + properties: 121 + clocks: 122 + maxItems: 1 123 + 124 + mboxes: 125 + minItems: 5 126 + 127 + required: 115 128 - mediatek,gce-events 116 129 117 130 - if: