Lines Matching +full:level +full:- +full:shifter

1 // SPDX-License-Identifier: GPL-2.0
5 /dts-v1/;
7 #include "imx6-logicpd-som.dtsi"
8 #include "imx6-logicpd-baseboard.dtsi"
11 model = "Logic PD i.MX6QD SOM-M3";
12 compatible = "logicpd,imx6q-logicpd", "fsl,imx6q";
14 backlight: backlight-lvds {
15 compatible = "pwm-backlight";
17 brightness-levels = <0 4 8 16 32 64 128 255>;
18 default-brightness-level = <6>;
19 power-supply = <&reg_lcd>;
22 panel-lvds0 {
23 compatible = "okaya,rs800480t-7x0gp";
24 power-supply = <&reg_lcd_reset>;
29 remote-endpoint = <&lvds0_out>;
34 reg_lcd: regulator-lcd {
35 pinctrl-names = "default";
36 pinctrl-0 = <&pinctrl_lcd_reg>;
37 compatible = "regulator-fixed";
38 regulator-name = "lcd_panel_pwr";
39 regulator-min-microvolt = <3300000>;
40 regulator-max-microvolt = <3300000>;
42 enable-active-high;
43 vin-supply = <&reg_3v3>;
44 startup-delay-us = <500000>;
47 reg_lcd_reset: regulator-lcd-reset {
48 pinctrl-names = "default";
49 pinctrl-0 = <&pinctrl_lcd_reset>;
50 compatible = "regulator-fixed";
51 regulator-name = "nLCD_RESET";
52 regulator-min-microvolt = <3300000>;
53 regulator-max-microvolt = <3300000>;
55 enable-active-high;
56 vin-supply = <&reg_lcd>;
61 assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>,
65 assigned-clock-parents = <&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>,
72 ddc-i2c-bus = <&i2c3>;
80 pinctrl-names = "default";
81 pinctrl-0 = <&pinctrl_touchscreen>;
82 interrupts-extended = <&gpio1 6 IRQ_TYPE_EDGE_RISING>;
89 lvds-channel@0 {
90 fsl,data-mapping = "spwg";
91 fsl,data-width = <24>;
97 remote-endpoint = <&panel_in_lvds0>;
109 regulator-always-on; /* Without this, the level shifter on HDMI doesn't turn on */