Home
last modified time | relevance | path

Searched +full:imx8mq +full:- +full:nwl +full:- +full:dsi (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/display/bridge/
Dnwl-dsi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/bridge/nwl-dsi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Northwest Logic MIPI-DSI controller on i.MX SoCs
10 - Guido Gúnther <agx@sigxcpu.org>
11 - Robert Chiras <robert.chiras@nxp.com>
14 NWL MIPI-DSI host controller found on i.MX8 platforms. This is a dsi bridge for
15 the SOCs NWL MIPI-DSI host controller.
18 - $ref: ../dsi-controller.yaml#
[all …]
/Linux-v5.10/drivers/gpu/drm/imx/dcss/
Ddcss-drv.c1 // SPDX-License-Identifier: GPL-2.0
11 #include "dcss-dev.h"
12 #include "dcss-kms.h"
23 return mdrv ? mdrv->dcss : NULL; in dcss_drv_dev_to_dcss()
30 return mdrv ? &mdrv->kms->base : NULL; in dcss_drv_dev_to_drm()
35 struct device *dev = &pdev->dev; in dcss_drv_platform_probe()
41 if (!dev->of_node) in dcss_drv_platform_probe()
42 return -ENODEV; in dcss_drv_platform_probe()
44 remote = of_graph_get_remote_node(dev->of_node, 0, 0); in dcss_drv_platform_probe()
46 return -ENODEV; in dcss_drv_platform_probe()
[all …]
/Linux-v5.10/drivers/gpu/drm/bridge/
Dnwl-dsi.c1 // SPDX-License-Identifier: GPL-2.0+
3 * i.MX8 NWL MIPI DSI host driver
32 #include "nwl-dsi.h"
34 #define DRV_NAME "nwl-dsi"
36 /* i.MX8 NWL quirks */
82 * The DSI host controller needs this reset sequence according to NWL:
83 * 1. Deassert pclk reset to get access to DSI regs
84 * 2. Configure DSI Host and DPHY and enable DPHY
86 * 4. Send DSI cmds to configure peripheral (handled by panel drv)
88 * DSI data
[all …]
/Linux-v5.10/arch/arm64/boot/dts/freescale/
Dimx8mq.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 * Copyright (C) 2017-2018 Pengutronix, Lucas Stach <kernel@pengutronix.de>
7 #include <dt-bindings/clock/imx8mq-clock.h>
8 #include <dt-bindings/power/imx8mq-power.h>
9 #include <dt-bindings/reset/imx8mq-reset.h>
10 #include <dt-bindings/gpio/gpio.h>
11 #include "dt-bindings/input/input.h"
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 #include <dt-bindings/thermal/thermal.h>
14 #include "imx8mq-pinfunc.h"
[all …]