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 compatibles for MT8188 MDP3

Add compatible strings for the FG, HDR, RSZ, STITCH, TCC, TDSHP
and WROT hardware components found in MediaTek's MT8188 SoC.

This hardware is compatible with MT8195.

Acked-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20241218105320.38980-3-angelogioacchino.delregno@collabora.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

+32 -10
+6 -2
Documentation/devicetree/bindings/media/mediatek,mdp3-fg.yaml
··· 16 16 17 17 properties: 18 18 compatible: 19 - enum: 20 - - mediatek,mt8195-mdp3-fg 19 + oneOf: 20 + - enum: 21 + - mediatek,mt8195-mdp3-fg 22 + - items: 23 + - const: mediatek,mt8188-mdp3-fg 24 + - const: mediatek,mt8195-mdp3-fg 21 25 22 26 reg: 23 27 maxItems: 1
+6 -2
Documentation/devicetree/bindings/media/mediatek,mdp3-hdr.yaml
··· 16 16 17 17 properties: 18 18 compatible: 19 - enum: 20 - - mediatek,mt8195-mdp3-hdr 19 + oneOf: 20 + - enum: 21 + - mediatek,mt8195-mdp3-hdr 22 + - items: 23 + - const: mediatek,mt8188-mdp3-hdr 24 + - const: mediatek,mt8195-mdp3-hdr 21 25 22 26 reg: 23 27 maxItems: 1
+1
Documentation/devicetree/bindings/media/mediatek,mdp3-rsz.yaml
··· 20 20 - mediatek,mt8183-mdp3-rsz 21 21 - items: 22 22 - enum: 23 + - mediatek,mt8188-mdp3-rsz 23 24 - mediatek,mt8195-mdp3-rsz 24 25 - const: mediatek,mt8183-mdp3-rsz 25 26
+6 -2
Documentation/devicetree/bindings/media/mediatek,mdp3-stitch.yaml
··· 16 16 17 17 properties: 18 18 compatible: 19 - enum: 20 - - mediatek,mt8195-mdp3-stitch 19 + oneOf: 20 + - enum: 21 + - mediatek,mt8195-mdp3-stitch 22 + - items: 23 + - const: mediatek,mt8188-mdp3-stitch 24 + - const: mediatek,mt8195-mdp3-stitch 21 25 22 26 reg: 23 27 maxItems: 1
+6 -2
Documentation/devicetree/bindings/media/mediatek,mdp3-tcc.yaml
··· 17 17 18 18 properties: 19 19 compatible: 20 - enum: 21 - - mediatek,mt8195-mdp3-tcc 20 + oneOf: 21 + - enum: 22 + - mediatek,mt8195-mdp3-tcc 23 + - items: 24 + - const: mediatek,mt8188-mdp3-tcc 25 + - const: mediatek,mt8195-mdp3-tcc 22 26 23 27 reg: 24 28 maxItems: 1
+6 -2
Documentation/devicetree/bindings/media/mediatek,mdp3-tdshp.yaml
··· 16 16 17 17 properties: 18 18 compatible: 19 - enum: 20 - - mediatek,mt8195-mdp3-tdshp 19 + oneOf: 20 + - enum: 21 + - mediatek,mt8195-mdp3-tdshp 22 + - items: 23 + - const: mediatek,mt8188-mdp3-tdshp 24 + - const: mediatek,mt8195-mdp3-tdshp 21 25 22 26 reg: 23 27 maxItems: 1
+1
Documentation/devicetree/bindings/media/mediatek,mdp3-wrot.yaml
··· 20 20 - mediatek,mt8183-mdp3-wrot 21 21 - items: 22 22 - enum: 23 + - mediatek,mt8188-mdp3-wrot 23 24 - mediatek,mt8195-mdp3-wrot 24 25 - const: mediatek,mt8183-mdp3-wrot 25 26