| # SPDX-License-Identifier: GPL-2.0-only |
| $id: http://devicetree.org/schemas/display/renesas,cmm.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Renesas R-Car Color Management Module (CMM) |
| - Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
| - Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> |
| - Jacopo Mondi <jacopo+renesas@jmondi.org> |
| Renesas R-Car color management module connected to R-Car DU video channels. |
| It provides image enhancement functions such as 1-D look-up tables (LUT), |
| 3-D look-up tables (CLU), 1D-histogram generation (HGO), and color |
| - const: renesas,rcar-gen3-cmm |
| - const: renesas,rcar-gen2-cmm |
| additionalProperties: false |
| #include <dt-bindings/clock/r8a7796-cpg-mssr.h> |
| #include <dt-bindings/power/r8a7796-sysc.h> |
| compatible = "renesas,r8a7796-cmm", |
| reg = <0xfea40000 0x1000>; |
| power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; |
| clocks = <&cpg CPG_MOD 711>; |