The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/phy/mixel,mipi-dsi-phy.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Mixel DSI PHY for i.MX8
    2 
    3 The Mixel MIPI-DSI PHY IP block is e.g. found on i.MX8 platforms (along the
    4 MIPI-DSI IP from Northwest Logic). It represents the physical layer for the
    5 electrical signals for DSI.
    6 
    7 Required properties:
    8 - compatible: Must be:
    9   - "fsl,imx8mq-mipi-dphy"
   10 - clocks: Must contain an entry for each entry in clock-names.
   11 - clock-names: Must contain the following entries:
   12   - "phy_ref": phandle and specifier referring to the DPHY ref clock
   13 - reg: the register range of the PHY controller
   14 - #phy-cells: number of cells in PHY, as defined in
   15   Documentation/devicetree/bindings/phy/phy-bindings.txt
   16   this must be <0>
   17 
   18 Optional properties:
   19 - power-domains: phandle to power domain
   20 
   21 Example:
   22         dphy: dphy@30a0030 {
   23                 compatible = "fsl,imx8mq-mipi-dphy";
   24                 clocks = <&clk IMX8MQ_CLK_DSI_PHY_REF>;
   25                 clock-names = "phy_ref";
   26                 reg = <0x30a00300 0x100>;
   27                 power-domains = <&pd_mipi0>;
   28                 #phy-cells = <0>;
   29         };

Cache object: d2ccda7fa57bd6fe7d1364183da5b9b2


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.