| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | mxsfb.txt | 1 * Freescale MXS LCD Interface (LCDIF) 6 - compatible: Should be "fsl,imx23-lcdif" for i.MX23. 7 Should be "fsl,imx28-lcdif" for i.MX28. 8 Should be "fsl,imx6sx-lcdif" for i.MX6SX. 9 Should be "fsl,imx8mq-lcdif" for i.MX8MQ. 10 - reg: Address and length of the register set for LCDIF 11 - interrupts: Should contain LCDIF interrupt 15 - "pix" for the LCDIF block clock 24 compatible = "fsl,imx6sx-lcdif", "fsl,imx28-lcdif"; 42 - compatible: Should be "fsl,imx23-lcdif" for i.MX23. [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx28-cfa10055.dts | 33 lcdif_18bit_pins_cfa10055: lcdif-18bit@0 { 60 lcdif_pins_cfa10055: lcdif-evk@0 { 73 lcdif_pins_cfa10055_pullup: lcdif-10055-pullup@0 { 84 lcdif@80030000 {
|
| H A D | imx28-cfa10056.dts | 32 lcdif_pins_cfa10056: lcdif-10056@0 { 45 lcdif_pins_cfa10056_pullup: lcdif-10056-pullup@0 { 56 lcdif@80030000 {
|
| H A D | imx28-cfa10057.dts | 30 lcdif_18bit_pins_cfa10057: lcdif-18bit@0 { 57 lcdif_pins_cfa10057: lcdif-evk@0 { 71 lcdif@80030000 {
|
| H A D | imx28-cfa10049.dts | 173 lcdif_18bit_pins_cfa10049: lcdif-18bit@0 { 200 lcdif_pins_cfa10049: lcdif-evk@0 { 213 lcdif_pins_cfa10049_pullup: lcdif-10049-pullup@0 { 234 lcdif@80030000 {
|
| H A D | imx6ul-tx6ul-mainboard.dts | 51 lcdif-24bit-pins-a = &pinctrl_disp0_3; 132 &lcdif { 191 status = "disabled"; /* conflicts with LCDIF */
|
| H A D | imx28.dtsi | 91 "hsadc", "lcdif", "empty", "empty"; 760 lcdif_24bit_pins_a: lcdif-24bit@0 { 793 lcdif_18bit_pins_a: lcdif-18bit@0 { 820 lcdif_16bit_pins_a: lcdif-16bit@0 { 845 lcdif_sync_pins_a: lcdif-sync@0 { 1027 lcdif: lcdif@80030000 { label 1028 compatible = "fsl,imx28-lcdif";
|
| H A D | imx28-cfa10058.dts | 30 lcdif_pins_cfa10058: lcdif-10058@0 { 44 lcdif@80030000 {
|
| H A D | imx28-tx28.dts | 58 lcdif = &lcdif; 366 &lcdif { 553 tx28_lcdif_23bit_pins: tx28-lcdif-23bit@0 { 586 tx28_lcdif_ctrl_pins: tx28-lcdif-ctrl@0 {
|
| H A D | imx28-apf28dev.dts | 52 lcdif_pins_apf28dev: lcdif-apf28dev@0 { 76 lcdif@80030000 {
|
| H A D | imx28-apx4devkit.dts | 58 lcdif_pins_apx4: lcdif-apx4@0 { 96 lcdif@80030000 {
|
| H A D | imx28-m28evk.dts | 63 lcdif_pins_m28: lcdif-m28@0 { 75 lcdif@80030000 {
|
| H A D | imx28-m28cu3.dts | 78 lcdif_pins_m28: lcdif-m28@0 { 109 lcdif@80030000 {
|
| H A D | imx7-colibri.dtsi | 397 &lcdif { 689 pinctrl_lcdif_dat: lcdif-dat-grp { 712 pinctrl_lcdif_dat_24: lcdif-dat-24-grp { 723 pinctrl_lcdif_ctrl: lcdif-ctrl-grp {
|
| H A D | imx6ull-colibri.dtsi | 139 &lcdif { 395 pinctrl_lcdif_dat: lcdif-dat-grp { 418 pinctrl_lcdif_ctrl: lcdif-ctrl-grp {
|
| H A D | imx6ulz-14x14-evk.dts | 14 /delete-node/ &lcdif;
|
| H A D | imx23.dtsi | 322 lcdif_24bit_pins_a: lcdif-24bit@0 { 458 lcdif@80030000 { 459 compatible = "fsl,imx23-lcdif";
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | mxsfb.c | 2 * Freescale i.MX23/i.MX28 LCDIF driver 28 * mxsfb_system_setup() - Fine-tune LCDIF configuration 30 * This function is used to adjust the LCDIF configuration. This is usually 57 /* Kick in the LCDIF clock */ in mxs_lcd_init() 60 /* Restart the LCDIF block */ in mxs_lcd_init()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/ |
| H A D | nwl-dsi.yaml | 46 - description: LCDIF clock 54 - const: lcdif 107 description: sub-node describing the input from LCDIF 184 clock-names = "core", "rx_esc", "tx_esc", "phy_ref", "lcdif";
|
| /OK3568_Linux_fs/kernel/drivers/clk/mxs/ |
| H A D | clk-imx28.c | 36 #define LCDIF (CLKCTRL + 0x0120) macro 140 ssp1, ssp2, ssp3, gpmi, spdif, emi, saif0, saif1, lcdif, etm, enumerator 201 clks[lcdif_div] = mxs_clk_div("lcdif_div", "lcdif_sel", LCDIF, 0, 13, 29); in mx28_clocks_init() 222 clks[lcdif] = mxs_clk_gate("lcdif", "lcdif_div", LCDIF, 31); in mx28_clocks_init()
|
| H A D | clk-imx23.c | 86 lcdif, etm, usb, usb_phy, enumerator 150 clks[lcdif] = mxs_clk_gate("lcdif", "lcdif_div", PIX, 31); in mx23_clocks_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mxsfb/ |
| H A D | Kconfig | 8 tristate "i.MX (e)LCDIF LCD controller" 17 Choose this option if you have an LCDIF or eLCDIF LCD controller.
|
| H A D | mxsfb_drv.c | 312 { .compatible = "fsl,imx23-lcdif", .data = &mxsfb_devdata[MXSFB_V3], }, 313 { .compatible = "fsl,imx28-lcdif", .data = &mxsfb_devdata[MXSFB_V4], }, 314 { .compatible = "fsl,imx6sx-lcdif", .data = &mxsfb_devdata[MXSFB_V6], },
|
| H A D | mxsfb_kms.c | 139 * of the LCDIF FIFO. While the LCDIF IP does have underflow/overflow in mxsfb_enable_controller() 143 * All known revisions of the LCDIF IP have CTRL1 RECOVER_ON_UNDERFLOW in mxsfb_enable_controller() 146 * Set this bit to enable the LCDIF block to recover in the next in mxsfb_enable_controller()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | imx6dl.dtsi | 84 lcdif: lcdif@020f8000 { label
|