Re: [V16,01/15] dt-bindings: mediatek: Add mediatek, mt8195-jpgenc compatible
From: Krzysztof Kozlowski <hidden>
Date: 2022-09-28 10:04:02
Also in:
linux-devicetree, linux-media, linux-mediatek, lkml
On 28/09/2022 11:32, Irui Wang wrote:
quoted hunk ↗ jump to hunk
From: kyrie wu <redacted> Add mediatek,mt8195-jpgenc compatible to binding document. Signed-off-by: kyrie wu <redacted> Signed-off-by: irui wang <redacted> Reviewed-by: Rob Herring <robh@kernel.org> --- .../media/mediatek,mt8195-jpegenc.yaml | 146 ++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/mediatek,mt8195-jpegenc.yamldiff --git a/Documentation/devicetree/bindings/media/mediatek,mt8195-jpegenc.yaml b/Documentation/devicetree/bindings/media/mediatek,mt8195-jpegenc.yaml new file mode 100644 index 000000000000..5c7ba5c7e598 --- /dev/null +++ b/Documentation/devicetree/bindings/media/mediatek,mt8195-jpegenc.yaml@@ -0,0 +1,146 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegenc.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: MediaTek JPEG Encoder Device Tree Bindings
Drop "Device Tree Bindings"
+ +maintainers: + - kyrie wu [off-list ref] + +description: + MediaTek JPEG Encoder is the JPEG encode hardware present in MediaTek SoCs + +properties: + compatible: + const: mediatek,mt8195-jpgenc + + power-domains: + maxItems: 1 + + iommus: + maxItems: 4 + description: + Points to the respective IOMMU block with master port as argument, see + Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml for details. + Ports are according to the HW.
Missing blank line.
+ dma-ranges: + maxItems: 1
Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel