Searched +full:sun9i +full:- +full:a80 +full:- +full:tcon +full:- +full:lcd (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-tcon.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner A10 Timings Controller (TCON) Device Tree Bindings10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>14 The TCON acts as a timing controller for RGB, LVDS and TV18 "#clock-cells":23 - const: allwinner,sun4i-a10-tcon[all …]
2 * Copyright 2014 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/interrupt-controller/arm-gic.h>47 #include <dt-bindings/clock/sun9i-a80-ccu.h>48 #include <dt-bindings/clock/sun9i-a80-de.h>49 #include <dt-bindings/clock/sun9i-a80-usb.h>50 #include <dt-bindings/reset/sun9i-a80-ccu.h>51 #include <dt-bindings/reset/sun9i-a80-de.h>52 #include <dt-bindings/reset/sun9i-a80-usb.h>[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 * Maxime Ripard <maxime.ripard@free-electrons.com>47 drm_connector_list_iter_begin(encoder->dev, &iter); in sun4i_tcon_get_connector()49 if (connector->encoder == encoder) { in sun4i_tcon_get_connector()65 return -EINVAL; in sun4i_tcon_get_pixel_depth()67 info = &connector->display_info; in sun4i_tcon_get_pixel_depth()68 if (info->num_bus_formats != 1) in sun4i_tcon_get_pixel_depth()69 return -EINVAL; in sun4i_tcon_get_pixel_depth()71 switch (info->bus_formats[0]) { in sun4i_tcon_get_pixel_depth()80 return -EINVAL; in sun4i_tcon_get_pixel_depth()[all …]