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/regulator/pbias-regulator.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 PBIAS internal regulator for SD card dual voltage i/o pads on OMAP SoCs.
    2 
    3 Required properties:
    4 - compatible:
    5   - should be "ti,pbias-dra7" for DRA7
    6   - should be "ti,pbias-omap2" for OMAP2
    7   - should be "ti,pbias-omap3" for OMAP3
    8   - should be "ti,pbias-omap4" for OMAP4
    9   - should be "ti,pbias-omap5" for OMAP5
   10   - "ti,pbias-omap" is deprecated
   11 - reg: pbias register offset from syscon base and size of pbias register.
   12 - syscon : phandle of the system control module
   13 - regulator-name : should be
   14                         pbias_mmc_omap2430 for OMAP2430, OMAP3 SoCs
   15                         pbias_sim_omap3 for OMAP3 SoCs
   16                         pbias_mmc_omap4 for OMAP4 SoCs
   17                         pbias_mmc_omap5 for OMAP5 and DRA7 SoC
   18 
   19 Optional properties:
   20 - Any optional property defined in bindings/regulator/regulator.txt
   21 
   22 Example:
   23 
   24                 pbias_regulator: pbias_regulator {
   25                         compatible = "ti,pbias-omap";
   26                         reg = <0 0x4>;
   27                         syscon = <&omap5_padconf_global>;
   28                         pbias_mmc_reg: pbias_mmc_omap5 {
   29                                 regulator-name = "pbias_mmc_omap5";
   30                                 regulator-min-microvolt = <1800000>;
   31                                 regulator-max-microvolt = <3000000>;
   32                         };

Cache object: e8e8e247b284ba1c8481e75dad1a0f13


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