Home
last modified time | relevance | path

Searched +full:rg353p +full:- +full:panel (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ !
Dnewvision,nv3051d.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/newvision,nv3051d.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NewVision NV3051D based LCD panel
13 - Chris Morgan <macromorgan@hotmail.com>
16 - $ref: panel-common.yaml#
21 - enum:
22 - anbernic,rg351v-panel
23 - anbernic,rg353p-panel
[all …]
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ !
Drk3566-anbernic-rg353x.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 /dts-v1/;
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/linux-event-codes.h>
7 #include <dt-bindings/pinctrl/rockchip.h>
8 #include "rk3566-anbernic-rgxx3.dtsi"
11 adc-joystick {
12 compatible = "adc-joystick";
13 io-channels = <&adc_mux 0>,
17 pinctrl-0 = <&joy_mux_en>;
[all …]
/linux-6.12.1/drivers/gpu/drm/panel/ !
Dpanel-newvision-nv3051d.c1 // SPDX-License-Identifier: GPL-2.0
3 * NV3051D MIPI-DSI panel driver for Anbernic RG353x
8 * Elida kd35t133 3.5" MIPI-DSI panel driver
14 #include <linux/media-bus-format.h>
36 struct drm_panel panel; member
42 static inline struct panel_nv3051d *panel_to_panelnv3051d(struct drm_panel *panel) in panel_to_panelnv3051d() argument
44 return container_of(panel, struct panel_nv3051d, panel); in panel_to_panelnv3051d()
49 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in panel_nv3051d_init_sequence()
241 dev_dbg(ctx->dev, "Panel init sequence done\n"); in panel_nv3051d_init_sequence()
246 static int panel_nv3051d_unprepare(struct drm_panel *panel) in panel_nv3051d_unprepare() argument
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 Panel registration and lookup framework.
12 tristate "ABT Y030XX067A 320x480 LCD panel"
17 Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300
18 and RG-99 handheld gaming consoles.
21 tristate "ARM Versatile panel driver"
27 reference designs. The panel is detected using special registers
31 tristate "ASUS Z00T TM5P5 NT35596 panel"
37 NT35596 1080x1920 video mode panel as found in some Asus
45 Say Y here to enable support for the AUO A030JTN01 320x480 3.0" panel
[all …]