Message ID | 20231204181452.1258419-2-b-brnich@ti.com |
---|---|
State | Superseded |
Headers | show |
Series | Update Wave521c Compatible for TI Devices | expand |
On 04/12/2023 19:14, Brandon Brnich wrote: > 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") This change breaks the ABI, so does it mean it was not yet released? Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC (and consider --no-git-fallback argument). It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/media/cnm,wave521c.yaml b/Documentation/devicetree/bindings/media/cnm,wave521c.yaml index 6d5569e77b7a..471840e858c9 100644 --- a/Documentation/devicetree/bindings/media/cnm,wave521c.yaml +++ b/Documentation/devicetree/bindings/media/cnm,wave521c.yaml @@ -17,7 +17,7 @@ properties: compatible: items: - enum: - - ti,k3-j721s2-wave521c + - ti,j721s2-wave521c - const: cnm,wave521c reg:
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> --- Documentation/devicetree/bindings/media/cnm,wave521c.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)