Skip to content

Commit 520d970

Browse files
b-brnichHans Verkuil
authored andcommitted
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: de4b9f7 ("dt-bindings: media: wave5: add yaml devicetree bindings") Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Closes: https://lore.kernel.org/all/CAMuHMdUYOq=q1j=d+Eac28hthOUAaNUkuvxmRu-mUN1pLKq69g@mail.gmail.com/ Signed-off-by: Brandon Brnich <b-brnich@ti.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Nishanth Menon <nm@ti.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1 parent 6613476 commit 520d970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/media/cnm,wave521c.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ properties:
1717
compatible:
1818
items:
1919
- enum:
20-
- ti,k3-j721s2-wave521c
20+
- ti,j721s2-wave521c
2121
- const: cnm,wave521c
2222

2323
reg:
@@ -53,7 +53,7 @@ additionalProperties: false
5353
examples:
5454
- |
5555
vpu: video-codec@12345678 {
56-
compatible = "ti,k3-j721s2-wave521c", "cnm,wave521c";
56+
compatible = "ti,j721s2-wave521c", "cnm,wave521c";
5757
reg = <0x12345678 0x1000>;
5858
clocks = <&clks 42>;
5959
interrupts = <42>;

0 commit comments

Comments
 (0)