diff options
author | Dave Airlie <airlied@redhat.com> | 2020-03-20 13:08:08 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-03-20 13:08:38 +1000 |
commit | cb7adfd6ad12a11902ebe374bec7fd4efa2cec1c (patch) | |
tree | 13b96d6f13bff8e42ae4e969e5321ac6d55f4c9d /Documentation | |
parent | 042539396ab95a06f8733501ea013fae0d8c726d (diff) | |
parent | 93e97f715b24114169d18654e09c646fd9e14979 (diff) |
Merge tag 'mediatek-drm-next-5.7' of https://github.com/ckhu-mediatek/linux.git-tags into drm-next
Mediatek DRM Next for Linux 5.7
This include MT8183 DPI support.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: CK Hu <ck.hu@mediatek.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1584580683.29614.5.camel@mtksdaap41
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt index b6a7e7397b8b..58914cf681b8 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt @@ -7,6 +7,7 @@ output bus. Required properties: - compatible: "mediatek,<chip>-dpi" + the supported chips are mt2701 , mt8173 and mt8183. - reg: Physical base address and length of the controller's registers - interrupts: The interrupt signal from the function block. - clocks: device clocks |