Searched +full:versatile +full:- +full:tft +full:- +full:panel (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/display/panel/arm,versatile-tft-panel.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: ARM Versatile TFT Panels10 - Linus Walleij <linus.walleij@linaro.org>14 ARM Versatile reference designs.16 This device node must appear as a child to a "syscon"-compatible20 - $ref: panel-common.yaml#24 const: arm,versatile-tft-panel[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Panel driver for the ARM Versatile family reference designs from9 * On the Versatile AB, these panels come mounted on daughterboards12 * boards support TFT display panels.14 * - The IB1 is a passive board where the display connector defines a19 * - The IB2 is a more complex board intended for GSM phone development23 * On the Versatile PB, a special CLCD adaptor board is available24 * supporting the same displays as the Versatile AB, plus one more45 * This configuration register in the Versatile and RealView51 /* The Versatile can detect the connected panel type */[all …]
1 # SPDX-License-Identifier: GPL-2.0-only6 Panel registration and lookup framework.12 tristate "ARM Versatile panel driver"17 This driver supports the ARM Versatile panels connected to ARM18 reference designs. The panel is detected using special registers19 in the Versatile family syscon registers.22 tristate "ASUS Z00T TM5P5 NT35596 panel"28 NT35596 1080x1920 video mode panel as found in some Asus32 tristate "Boe Himax8279d panel"38 TFT-LCD modules. The panel has a 1200x1920 resolution and uses[all …]
1 // SPDX-License-Identifier: GPL-2.02 /dts-v1/;5 model = "ARM Versatile AB";6 compatible = "arm,versatile-ab";7 #address-cells = <1>;8 #size-cells = <1>;9 interrupt-parent = <&vic>;19 stdout-path = &uart0;28 #clock-cells = <0>;29 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: GPL-2.06 /dts-v1/;11 compatible = "arm,integrator-cp";18 #address-cells = <1>;19 #size-cells = <0>;35 operating-points = <50000 038 clock-names = "cpu";39 clock-latency = <1000000>; /* 1 ms */45 * ARM DUI 0184B page 7-28 "Integrator/CP922T system clocks" which51 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * (C) COPYRIGHT 2012-2013 ARM Limited. All rights reserved.7 * Copyright (c) 2006-2008 Intel Corporation15 * The PL110/PL111 is a simple LCD controller that can support TFT29 * - Fix race between setting plane base address and getting IRQ for32 * - Read back hardware state at boot to skip reprogramming the33 * hardware when doing a no-op modeset.35 * - Use the CLKSEL bit to support switching between the two external40 #include <linux/dma-buf.h>76 struct pl111_drm_dev_private *priv = dev->dev_private; in pl111_modeset_init()[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]