[PATCH 1/2] dt-bindings: display: bridge: it66121: Add compatible string for IT66122

Nishanth Menon posted 2 patches 1 month, 3 weeks ago
There is a newer version of this series
[PATCH 1/2] dt-bindings: display: bridge: it66121: Add compatible string for IT66122
Posted by Nishanth Menon 1 month, 3 weeks ago
Add a new ite,it66122 compatible string to the IT66121 binding
documentation, since the two chips are practically same except for id
register difference.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 .../devicetree/bindings/display/bridge/ite,it66121.yaml          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml b/Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml
index a7eb2603691f..c99b67f0bb73 100644
--- a/Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml
@@ -19,6 +19,7 @@ properties:
   compatible:
     enum:
       - ite,it66121
+      - ite,it66122
       - ite,it6610
 
   reg:
-- 
2.47.0
Re: [PATCH 1/2] dt-bindings: display: bridge: it66121: Add compatible string for IT66122
Posted by Krzysztof Kozlowski 1 month, 3 weeks ago
On 13/08/2025 21:08, Nishanth Menon wrote:
> Add a new ite,it66122 compatible string to the IT66121 binding
> documentation, since the two chips are practically same except for id
> register difference.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---

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

Best regards,
Krzysztof