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