Searched +full:nspire +full:- +full:cx +full:- +full:lcd +full:- +full:panel (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/display/panel/ti,nspire.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Texas Instruments NSPIRE Display Panels10 - Linus Walleij <linus.walleij@linaro.org>13 - $ref: panel-common.yaml#18 - ti,nspire-cx-lcd-panel19 - ti,nspire-classic-lcd-panel23 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * linux/arch/arm/boot/nspire-cx.dts7 /dts-v1/;9 /include/ "nspire.dtsi"11 &lcd {14 remote-endpoint = <&panel_in>;27 clock-names = "uart_clk", "apb_pclk";39 compatible = "lsi,nspire-cx-clock";43 compatible = "lsi,nspire-cx-ahb-divider";77 model = "TI-NSPIRE CX";[all …]
17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL45 * struct panel_desc - Describes a simple panel.49 * @modes: Pointer to array of fixed modes appropriate for this panel.74 /** @size: Structure containing the physical size of this panel. */87 /** @delay: Structure containing various delay values for this panel. */90 * @delay.prepare: Time for the panel to become ready.92 * The time (in milliseconds) that it takes for the panel to136 * @delay.enable: Time for the panel to display a valid frame.138 * The time (in milliseconds) that it takes for the panel to145 * @delay.disable: Time for the panel to turn the display off.[all …]