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.06 #include <dt-bindings/clock/nxp,imx95-clock.h>8 #include <linux/clk-provider.h>282 struct device *dev = &pdev->dev; in imx95_bc_probe()292 return -ENOMEM; in imx95_bc_probe()293 bc->dev = dev; in imx95_bc_probe()294 dev_set_drvdata(&pdev->dev, bc); in imx95_bc_probe()296 spin_lock_init(&bc->lock); in imx95_bc_probe()302 bc->base = base; in imx95_bc_probe()303 bc->clk_apb = devm_clk_get(dev, NULL); in imx95_bc_probe()[all …]