Commit 0b0cd185 authored by Peng Fan's avatar Peng Fan Committed by Abel Vesa
Browse files

dt-bindings: clock: Add support for i.MX94 LVDS/DISPLAY CSR



Add i.MX94 LVDS/DISPLAY CSR compatible string.

Add clock index for the two CSRs.

Reviewed-by: default avatarAbel Vesa <abel.vesa@linaro.org>
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250707-imx95-blk-ctl-7-1-v3-1-c1b676ec13be@nxp.com


Signed-off-by: default avatarAbel Vesa <abel.vesa@linaro.org>
parent b2be1327
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@ properties:
  compatible:
    items:
      - enum:
          - nxp,imx94-display-csr
          - nxp,imx94-lvds-csr
          - nxp,imx95-camera-csr
          - nxp,imx95-display-csr
          - nxp,imx95-hsio-blk-ctl
+13 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
/*
 * Copyright 2025 NXP
 */

#ifndef __DT_BINDINGS_CLOCK_IMX94_H
#define __DT_BINDINGS_CLOCK_IMX94_H

#define IMX94_CLK_DISPMIX_CLK_SEL	0

#define IMX94_CLK_DISPMIX_LVDS_CLK_GATE	0

#endif /* __DT_BINDINGS_CLOCK_IMX94_H */