Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: dt-bindings: Document Tegra186 and Tegra194 cec

These are already used in device trees, so describe them here. As the
driver only declares up through Tegra210, these must use a fallback
compatible of tegra210-cec.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>

authored by

Aaron Kling and committed by
Hans Verkuil
5bc68bd3 051e634e

+10 -4
+10 -4
Documentation/devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml
··· 14 14 15 15 properties: 16 16 compatible: 17 - enum: 18 - - nvidia,tegra114-cec 19 - - nvidia,tegra124-cec 20 - - nvidia,tegra210-cec 17 + oneOf: 18 + - enum: 19 + - nvidia,tegra114-cec 20 + - nvidia,tegra124-cec 21 + - nvidia,tegra210-cec 22 + - items: 23 + - enum: 24 + - nvidia,tegra186-cec 25 + - nvidia,tegra194-cec 26 + - const: nvidia,tegra210-cec 21 27 22 28 clocks: 23 29 maxItems: 1