Re: [PATCH v6 1/3] dt-bindings: Add YAML bindings for NVDEC
From: Rob Herring <robh@kernel.org>
Date: 2021-09-20 20:31:45
Also in:
dri-devel, linux-tegra
From: Rob Herring <robh@kernel.org>
Date: 2021-09-20 20:31:45
Also in:
dri-devel, linux-tegra
On Thu, 16 Sep 2021 17:55:15 +0300, Mikko Perttunen wrote:
Add YAML device tree bindings for NVDEC, now in a more appropriate place compared to the old textual Host1x bindings. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> --- v6: * Elaborated description for nvidia,host1x-class. * Added default value for nvidia,host1x-class. v5: * Changed from nvidia,instance to nvidia,host1x-class optional property. * Added dma-coherent v4: * Fix incorrect compatibility string in 'if' condition v3: * Drop host1x bindings * Change read2 to read-1 in interconnect names v2: * Fix issues pointed out in v1 * Add T194 nvidia,instance property --- .../gpu/host1x/nvidia,tegra210-nvdec.yaml | 108 ++++++++++++++++++ MAINTAINERS | 1 + 2 files changed, 109 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvdec.yaml
With the yamllint warning fixed, Reviewed-by: Rob Herring <robh@kernel.org>