]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: clock: Add support for i.MX94 LVDS/DISPLAY CSR
authorPeng Fan <peng.fan@nxp.com>
Mon, 7 Jul 2025 02:24:37 +0000 (10:24 +0800)
committerAbel Vesa <abel.vesa@linaro.org>
Mon, 21 Jul 2025 07:33:54 +0000 (10:33 +0300)
Add i.MX94 LVDS/DISPLAY CSR compatible string.

Add clock index for the two CSRs.

Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Krzysztof 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: Abel Vesa <abel.vesa@linaro.org>
Documentation/devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml
include/dt-bindings/clock/nxp,imx94-clock.h [new file with mode: 0644]

index d0291bfff23a27cb55683880fe3a1f8b3e2ada5a..27403b4c52d6219d31649d75539af93edae0f17d 100644 (file)
@@ -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
diff --git a/include/dt-bindings/clock/nxp,imx94-clock.h b/include/dt-bindings/clock/nxp,imx94-clock.h
new file mode 100644 (file)
index 0000000..c4ba133
--- /dev/null
@@ -0,0 +1,13 @@
+/* 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 */