Skip to content

Commit 0b0cd18

Browse files
MrVanabelvesa
authored andcommitted
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: Abel Vesa <[email protected]> Signed-off-by: Peng Fan <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abel Vesa <[email protected]>
1 parent b2be132 commit 0b0cd18

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Documentation/devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ properties:
1313
compatible:
1414
items:
1515
- enum:
16+
- nxp,imx94-display-csr
17+
- nxp,imx94-lvds-csr
1618
- nxp,imx95-camera-csr
1719
- nxp,imx95-display-csr
1820
- nxp,imx95-hsio-blk-ctl
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2+
/*
3+
* Copyright 2025 NXP
4+
*/
5+
6+
#ifndef __DT_BINDINGS_CLOCK_IMX94_H
7+
#define __DT_BINDINGS_CLOCK_IMX94_H
8+
9+
#define IMX94_CLK_DISPMIX_CLK_SEL 0
10+
11+
#define IMX94_CLK_DISPMIX_LVDS_CLK_GATE 0
12+
13+
#endif /* __DT_BINDINGS_CLOCK_IMX94_H */

0 commit comments

Comments
 (0)