[PATCH] dt-bindings: display: ti: Fix compatible for am62a7 dss

Devarsh Thakkar posted 1 patch 1 year ago
There is a newer version of this series
Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: display: ti: Fix compatible for am62a7 dss
Posted by Devarsh Thakkar 1 year ago
Fix compatible string for AM62A7 DSS.
s/ti,am62a7,dss/ti,am62a7-dss

Fixes: 7959ceb767e4 ("dt-bindings: display: ti: Add support for am62a7 dss")
Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
---
 Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml b/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
index 55e3e490d0e6..31c4ffcb599c 100644
--- a/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
+++ b/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
@@ -23,7 +23,7 @@ properties:
   compatible:
     enum:
       - ti,am625-dss
-      - ti,am62a7,dss
+      - ti,am62a7-dss
       - ti,am65x-dss
 
   reg:
-- 
2.39.1
Re: [PATCH] dt-bindings: display: ti: Fix compatible for am62a7 dss
Posted by Krzysztof Kozlowski 1 year ago
On 03/02/2025 15:03, Devarsh Thakkar wrote:
> Fix compatible string for AM62A7 DSS.

Fix incorrect format of compatible string (comma instead of hyphen) for....

> s/ti,am62a7,dss/ti,am62a7-dss
> 
> Fixes: 7959ceb767e4 ("dt-bindings: display: ti: Add support for am62a7 dss")
> Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof