~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/ti/omap/motorola-mapphone-xt8xx.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0-only
  2 /dts-v1/;
  3 
  4 #include "motorola-mapphone-handset.dtsi"
  5 
  6 / {
  7         backlight: backlight {
  8                 compatible = "led-backlight";
  9 
 10                 leds = <&backlight_led>;
 11                 brightness-levels = <31 63 95 127 159 191 223 255>;
 12                 default-brightness-level = <6>;
 13         };
 14 
 15         /* LCD regulator from sw5 source */
 16         lcd_regulator: regulator-lcd {
 17                 compatible = "regulator-fixed";
 18                 regulator-name = "lcd";
 19                 regulator-min-microvolt = <5050000>;
 20                 regulator-max-microvolt = <5050000>;
 21                 gpio = <&gpio4 0 GPIO_ACTIVE_HIGH>;     /* gpio96 */
 22                 enable-active-high;
 23                 vin-supply = <&sw5>;
 24         };
 25 };
 26 
 27 &dsi1 {
 28         status = "okay";
 29         vdd-supply = <&vcsi>;
 30 
 31         port {
 32                 dsi1_out_ep: endpoint {
 33                         remote-endpoint = <&lcd0_in>;
 34                         lanes = <0 1 2 3 4 5>;
 35                 };
 36         };
 37 
 38         lcd0: panel@0 {
 39                 compatible = "motorola,droid4-panel", "panel-dsi-cm";
 40                 reg = <0>;
 41                 label = "lcd0";
 42                 vddi-supply = <&lcd_regulator>;
 43                 reset-gpios = <&gpio4 5 GPIO_ACTIVE_HIGH>;      /* gpio101 */
 44                 backlight = <&backlight>;
 45 
 46                 width-mm = <50>;
 47                 height-mm = <89>;
 48                 rotation = <90>;
 49 
 50                 panel-timing {
 51                         clock-frequency = <0>;          /* Calculated by dsi */
 52 
 53                         hback-porch = <2>;
 54                         hactive = <540>;
 55                         hfront-porch = <0>;
 56                         hsync-len = <2>;
 57 
 58                         vback-porch = <1>;
 59                         vactive = <960>;
 60                         vfront-porch = <0>;
 61                         vsync-len = <1>;
 62 
 63                         hsync-active = <0>;
 64                         vsync-active = <0>;
 65                         de-active = <1>;
 66                         pixelclk-active = <1>;
 67                 };
 68 
 69                 port {
 70                         lcd0_in: endpoint {
 71                                 remote-endpoint = <&dsi1_out_ep>;
 72                         };
 73                 };
 74         };
 75 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php