diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2018-10-03 12:09:11 +0300 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2018-10-05 11:11:33 +0300 |
commit | 1892e120e8ecac868f9ddde988152c3499c9b04b (patch) | |
tree | 5919f8294770c6b81c49af02a2dd3c36a448e525 | |
parent | 0dd807f52e6fd225c19e26683406a6e5d475370e (diff) | |
download | linux-1892e120e8ecac868f9ddde988152c3499c9b04b.tar.xz |
dt-bindings: mediatek: Add JPEG Decoder binding for MT7623
This patch adds a binding documentation for the JPEG Decoder of the
MT7623 SoC.
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
-rw-r--r-- | Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt b/Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt index 3813947b4d4f..044b11913c49 100644 --- a/Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt +++ b/Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt @@ -5,6 +5,7 @@ Mediatek JPEG Decoder is the JPEG decode hardware present in Mediatek SoCs Required properties: - compatible : must be one of the following string: "mediatek,mt8173-jpgdec" + "mediatek,mt7623-jpgdec", "mediatek,mt2701-jpgdec" "mediatek,mt2701-jpgdec" - reg : physical base address of the jpeg decoder registers and length of memory mapped region. |