Commit 520d9708 authored by Brandon Brnich's avatar Brandon Brnich Committed by Hans Verkuil

dt-bindings: media: Remove K3 Family Prefix from Compatible

K3 family prefix is not included in other TI compatible strings. Remove
this prefix to keep naming convention consistent.

Fixes: de4b9f7e ("dt-bindings: media: wave5: add yaml devicetree bindings")
Reported-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Closes: https://lore.kernel.org/all/CAMuHMdUYOq=q1j=d+Eac28hthOUAaNUkuvxmRu-mUN1pLKq69g@mail.gmail.com/Signed-off-by: default avatarBrandon Brnich <b-brnich@ti.com>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 6613476e
...@@ -17,7 +17,7 @@ properties: ...@@ -17,7 +17,7 @@ properties:
compatible: compatible:
items: items:
- enum: - enum:
- ti,k3-j721s2-wave521c - ti,j721s2-wave521c
- const: cnm,wave521c - const: cnm,wave521c
reg: reg:
...@@ -53,7 +53,7 @@ additionalProperties: false ...@@ -53,7 +53,7 @@ additionalProperties: false
examples: examples:
- | - |
vpu: video-codec@12345678 { vpu: video-codec@12345678 {
compatible = "ti,k3-j721s2-wave521c", "cnm,wave521c"; compatible = "ti,j721s2-wave521c", "cnm,wave521c";
reg = <0x12345678 0x1000>; reg = <0x12345678 0x1000>;
clocks = <&clks 42>; clocks = <&clks 42>;
interrupts = <42>; interrupts = <42>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment