Home
last modified time | relevance | path

Searched +full:imx21 +full:- +full:lcdc (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/display/imx/
Dfsl,imx-lcdc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/imx/fsl,imx-lcdc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sascha Hauer <[email protected]>
11 - Pengutronix Kernel Team <[email protected]>
16 - enum:
17 - fsl,imx1-fb
18 - fsl,imx21-fb
19 - items:
[all …]
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/
Dimx25.dtsi1 // SPDX-License-Identifier: GPL-2.0+
5 #include <dt-bindings/gpio/gpio.h>
6 #include "imx25-pinfunc.h"
9 #address-cells = <1>;
10 #size-cells = <1>;
13 * pre-existing /chosen node to be available to insert the
46 #address-cells = <1>;
47 #size-cells = <0>;
50 compatible = "arm,arm926ej-s";
56 asic: asic-interrupt-controller@68000000 {
[all …]
/linux-6.14.4/drivers/gpu/drm/imx/lcdc/
Dimx-lcdc.c1 // SPDX-License-Identifier: GPL-2.0-only
2 // SPDX-FileCopyrightText: 2020 Marian Cichy <[email protected]>
22 #include <linux/dma-mapping.h>
27 #define IMX21LCDC_LSSAR 0x0000 /* LCDC Screen Start Address Register */
28 #define IMX21LCDC_LSR 0x0004 /* LCDC Size Register */
29 #define IMX21LCDC_LVPWR 0x0008 /* LCDC Virtual Page Width Register */
30 #define IMX21LCDC_LCPR 0x000C /* LCDC Cursor Position Register */
31 #define IMX21LCDC_LCWHB 0x0010 /* LCDC Cursor Width Height and Blink Register*/
32 #define IMX21LCDC_LCCMR 0x0014 /* LCDC Color Cursor Mapping Register */
33 #define IMX21LCDC_LPCR 0x0018 /* LCDC Panel Configuration Register */
[all …]
/linux-6.14.4/drivers/video/fbdev/
Dimxfb.c1 // SPDX-License-Identifier: GPL-2.0-only
11 * linux-arm-[email protected]
28 #include <linux/dma-mapping.h>
54 #define DRIVER_NAME "imx-fb"
134 /* Used fb-mode. Can be set on kernel command line, therefore file-static. */
198 .name = "imx1-fb",
201 .name = "imx21-fb",
211 .compatible = "fsl,imx1-fb",
214 .compatible = "fsl,imx21-fb",
224 return fbi->devtype == IMX1_FB; in is_imx1_fb()
[all …]