Searched +full:versatile +full:- +full:tft +full:- +full:panel (Results 1 – 3 of 3) sorted by relevance
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;27 xtal24mhz: clock-24000000 {28 #clock-cells = <0>;[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" which50 xtal_codec: clock-24576000 {[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 …]