On Tue, Aug 10, 2021 at 05:43:26PM +0200, Thierry Reding wrote:
On Fri, Aug 06, 2021 at 03:34:48PM +0300, Mikko Perttunen wrote:
[...]
diff --git a/Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvdec.yaml b/Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvdec.yaml
[...]
+if:
- properties:
- compatible:
contains:
const: nvidia,tegra194-host1x
+then:
- properties:
- nvidia,instance:
items:
- description: 0 for NVDEC0, or 1 for NVDEC1
I know we had discussed this before, but looking at the driver patch, I don't actually see this being used now, so I wonder if we still need it.
Oh, nevermind, upon closer inspection, I do see it used in the driver.
Thierry