Searched +full:imx8mm +full:- +full:vpu +full:- +full:blk +full:- +full:ctrl (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/soc/imx/fsl,imx8mm-vpu-blk-ctrl.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NXP i.MX8MM VPU blk-ctrl10 - Lucas Stach <l.stach@pengutronix.de>13 The i.MX8MM VPU blk-ctrl is a top-level peripheral providing access to14 the NoC and ensuring proper power sequencing of the VPU peripherals15 located in the VPU domain of the SoC.20 - const: fsl,imx8mm-vpu-blk-ctrl[all …]
1 // SPDX-License-Identifier: GPL-2.0+19 #include <dt-bindings/power/imx8mm-power.h>20 #include <dt-bindings/power/imx8mn-power.h>21 #include <dt-bindings/power/imx8mp-power.h>22 #include <dt-bindings/power/imx8mq-power.h>53 * an if-statement should be used before setting and clearing this88 const struct imx8m_blk_ctrl_domain_data *data = domain->data; in imx8m_blk_ctrl_power_on()89 struct imx8m_blk_ctrl *bc = domain->bc; in imx8m_blk_ctrl_power_on()93 ret = pm_runtime_get_sync(bc->bus_power_dev); in imx8m_blk_ctrl_power_on()95 pm_runtime_put_noidle(bc->bus_power_dev); in imx8m_blk_ctrl_power_on()[all …]
1 // SPDX-License-Identifier: (GPL-2.0-only OR MIT)6 #include <dt-bindings/clock/nxp,imx95-clock.h>7 #include <dt-bindings/dma/fsl-edma.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/thermal/thermal.h>13 #include "imx95-clock.h"14 #include "imx95-pinfunc.h"15 #include "imx95-power.h"[all …]