Searched +full:imx8mm +full:- +full:mipi +full:- +full:csi2 (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/media/nxp,imx-mipi-csi2.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NXP i.MX7 and i.MX8 MIPI CSI-2 receiver10 - Rui Miguel Silva <rmfrfs@gmail.com>11 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>13 description: |-14 The NXP i.MX7 and i.MX8 families contain SoCs that include a MIPI CSI-219 While the CSI-2 receiver is separate from the MIPI D-PHY IP core, the PHY is[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>51 * which is used to control the reset for the MIPI Phy.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()[all …]
1 // SPDX-License-Identifier: GPL-2.0+8 * Copyright 2015-2017 Pengutronix, Lucas Stach <kernel@pengutronix.de>20 #include <dt-bindings/power/imx7-power.h>21 #include <dt-bindings/power/imx8mq-power.h>22 #include <dt-bindings/power/imx8mm-power.h>23 #include <dt-bindings/power/imx8mn-power.h>24 #include <dt-bindings/power/imx8mp-power.h>322 ret = pm_runtime_get_sync(domain->dev); in imx_pgc_power_up()324 pm_runtime_put_noidle(domain->dev); in imx_pgc_power_up()328 if (!IS_ERR(domain->regulator)) { in imx_pgc_power_up()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mm-clock.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/input/input.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/imx8mm-power.h>11 #include <dt-bindings/reset/imx8mq-reset.h>12 #include <dt-bindings/thermal/thermal.h>14 #include "imx8mm-pinfunc.h"17 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mp-clock.h>7 #include <dt-bindings/power/imx8mp-power.h>8 #include <dt-bindings/reset/imx8mp-reset.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/interconnect/fsl,imx8mp.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/thermal/thermal.h>15 #include "imx8mp-pinfunc.h"[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mn-clock.h>7 #include <dt-bindings/power/imx8mn-power.h>8 #include <dt-bindings/reset/imx8mq-reset.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/thermal/thermal.h>14 #include "imx8mn-pinfunc.h"17 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Samsung CSIS MIPI CSI-2 receiver driver.5 * The Samsung CSIS IP is a MIPI CSI-2 receiver found in various NXP i.MX7 and10 * Copyright (C) 2015-2016 Freescale Semiconductor, Inc. All Rights Reserved.11 * Copyright (C) 2011 - 2013 Samsung Electronics Co., Ltd.31 #include <media/v4l2-common.h>32 #include <media/v4l2-device.h>33 #include <media/v4l2-event.h>34 #include <media/v4l2-fwnode.h>35 #include <media/v4l2-mc.h>[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT6 #include <dt-bindings/clock/imx7d-clock.h>7 #include <dt-bindings/power/imx7-power.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/reset/imx7-reset.h>12 #include "imx7d-pinfunc.h"15 #address-cells = <1>;16 #size-cells = <1>;[all …]