diff options
author | AngeloGioacchino Del Regno <[email protected]> | 2023-04-12 13:27:22 +0200 |
---|---|---|
committer | Chun-Kuang Hu <[email protected]> | 2023-06-12 16:06:37 +0000 |
commit | 84e05dc1f94d53ecbafb3176b1ce8f2988a1262f (patch) | |
tree | 312d5a36219194d80f311d990f3ff8d8620f03f7 | |
parent | 791a9974fcaac826c4ff716a5b663f176d315ff3 (diff) |
dt-bindings: display: mediatek: gamma: Add compatible for MediaTek MT6795
Add a compatible string for MediaTek Helio X10 MT6795's GAMMA block: this
is the same as MT8173.
Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://patchwork.kernel.org/project/linux-mediatek/patch/[email protected]/
Signed-off-by: Chun-Kuang Hu <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/display/mediatek/mediatek,gamma.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,gamma.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,gamma.yaml index 6c2be9d6840b..c6641acd75d6 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,gamma.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,gamma.yaml @@ -26,6 +26,10 @@ properties: - mediatek,mt8183-disp-gamma - items: - enum: + - mediatek,mt6795-disp-gamma + - const: mediatek,mt8173-disp-gamma + - items: + - enum: - mediatek,mt8186-disp-gamma - mediatek,mt8188-disp-gamma - mediatek,mt8192-disp-gamma |