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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pxl2dpi.yaml

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 OR BSD-2-Clause)
  2 %YAML 1.2
  3 ---
  4 $id: http://devicetree.org/schemas/display/bridge/fsl,imx8qxp-pxl2dpi.yaml#
  5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6 
  7 title: Freescale i.MX8qxp Pixel Link to Display Pixel Interface
  8 
  9 maintainers:
 10   - Liu Ying <victor.liu@nxp.com>
 11 
 12 description: |
 13   The Freescale i.MX8qxp Pixel Link to Display Pixel Interface(PXL2DPI)
 14   interfaces the pixel link 36-bit data output and the DSI controller’s
 15   MIPI-DPI 24-bit data input, and inputs of LVDS Display Bridge(LDB) module
 16   used in LVDS mode, to remap the pixel color codings between those modules.
 17   This module is purely combinatorial.
 18 
 19   The i.MX8qxp PXL2DPI is controlled by Control and Status Registers(CSR) module.
 20   The CSR module, as a system controller, contains the PXL2DPI's configuration
 21   register.
 22 
 23 properties:
 24   compatible:
 25     const: fsl,imx8qxp-pxl2dpi
 26 
 27   fsl,sc-resource:
 28     $ref: /schemas/types.yaml#/definitions/uint32
 29     description: The SCU resource ID associated with this PXL2DPI instance.
 30 
 31   power-domains:
 32     maxItems: 1
 33 
 34   fsl,companion-pxl2dpi:
 35     $ref: /schemas/types.yaml#/definitions/phandle
 36     description: |
 37       A phandle which points to companion PXL2DPI which is used by downstream
 38       LVDS Display Bridge(LDB) in split mode.
 39 
 40   ports:
 41     $ref: /schemas/graph.yaml#/properties/ports
 42 
 43     properties:
 44       port@0:
 45         $ref: /schemas/graph.yaml#/properties/port
 46         description: The PXL2DPI input port node from pixel link.
 47 
 48       port@1:
 49         $ref: /schemas/graph.yaml#/properties/port
 50         description: The PXL2DPI output port node to downstream bridge.
 51 
 52     required:
 53       - port@0
 54       - port@1
 55 
 56 required:
 57   - compatible
 58   - fsl,sc-resource
 59   - power-domains
 60   - ports
 61 
 62 additionalProperties: false
 63 
 64 examples:
 65   - |
 66     #include <dt-bindings/firmware/imx/rsrc.h>
 67     pxl2dpi {
 68         compatible = "fsl,imx8qxp-pxl2dpi";
 69         fsl,sc-resource = <IMX_SC_R_MIPI_0>;
 70         power-domains = <&pd IMX_SC_R_MIPI_0>;
 71 
 72         ports {
 73             #address-cells = <1>;
 74             #size-cells = <0>;
 75 
 76             port@0 {
 77                 #address-cells = <1>;
 78                 #size-cells = <0>;
 79                 reg = <0>;
 80 
 81                 mipi_lvds_0_pxl2dpi_dc_pixel_link0: endpoint@0 {
 82                     reg = <0>;
 83                     remote-endpoint = <&dc_pixel_link0_mipi_lvds_0_pxl2dpi>;
 84                 };
 85 
 86                 mipi_lvds_0_pxl2dpi_dc_pixel_link1: endpoint@1 {
 87                      reg = <1>;
 88                      remote-endpoint = <&dc_pixel_link1_mipi_lvds_0_pxl2dpi>;
 89                 };
 90             };
 91 
 92             port@1 {
 93                 #address-cells = <1>;
 94                 #size-cells = <0>;
 95                 reg = <1>;
 96 
 97                 mipi_lvds_0_pxl2dpi_mipi_lvds_0_ldb_ch0: endpoint@0 {
 98                     reg = <0>;
 99                     remote-endpoint = <&mipi_lvds_0_ldb_ch0_mipi_lvds_0_pxl2dpi>;
100                 };
101 
102                 mipi_lvds_0_pxl2dpi_mipi_lvds_0_ldb_ch1: endpoint@1 {
103                     reg = <1>;
104                     remote-endpoint = <&mipi_lvds_0_ldb_ch1_mipi_lvds_0_pxl2dpi>;
105                 };
106             };
107         };
108     };

~ [ 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