Searched +full:imx95 +full:- +full:display +full:- +full:master +full:- +full:csr (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/nxp,imx95-display-master-csr.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NXP i.MX95 Display Master Block Control10 - Peng Fan <peng.fan@nxp.com>15 - const: nxp,imx95-display-master-csr16 - const: syscon21 power-domains:27 '#clock-cells':[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright 2024-2025 NXP6 #include <dt-bindings/clock/nxp,imx94-clock.h>7 #include <dt-bindings/clock/nxp,imx95-clock.h>9 #include <linux/clk-provider.h>352 struct device *dev = &pdev->dev; in imx95_bc_probe()361 return -ENOMEM; in imx95_bc_probe()362 bc->dev = dev; in imx95_bc_probe()363 dev_set_drvdata(&pdev->dev, bc); in imx95_bc_probe()365 spin_lock_init(&bc->lock); in imx95_bc_probe()[all …]