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

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: de4b9f7e371a ("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>

authored by

Brandon Brnich and committed by
Hans Verkuil
520d9708 6613476e

+2 -2
+2 -2
Documentation/devicetree/bindings/media/cnm,wave521c.yaml
··· 17 17 compatible: 18 18 items: 19 19 - enum: 20 - - ti,k3-j721s2-wave521c 20 + - ti,j721s2-wave521c 21 21 - const: cnm,wave521c 22 22 23 23 reg: ··· 53 53 examples: 54 54 - | 55 55 vpu: video-codec@12345678 { 56 - compatible = "ti,k3-j721s2-wave521c", "cnm,wave521c"; 56 + compatible = "ti,j721s2-wave521c", "cnm,wave521c"; 57 57 reg = <0x12345678 0x1000>; 58 58 clocks = <&clks 42>; 59 59 interrupts = <42>;