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/power/reset/qcom,pon.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 Qualcomm PON Device
    2 
    3 The Power On device for Qualcomm PM8xxx is MFD supporting pwrkey
    4 and resin along with the Android reboot-mode.
    5 
    6 This DT node has pwrkey and resin as sub nodes.
    7 
    8 Required Properties:
    9 -compatible: Must be one of:
   10         "qcom,pm8916-pon"
   11         "qcom,pms405-pon"
   12         "qcom,pm8998-pon"
   13 
   14 -reg: Specifies the physical address of the pon register
   15 
   16 Optional subnode:
   17 -pwrkey: Specifies the subnode pwrkey and should follow the
   18  qcom,pm8941-pwrkey.txt description.
   19 -resin: Specifies the subnode resin and should follow the
   20  qcom,pm8xxx-pwrkey.txt description.
   21 
   22 The rest of the properties should follow the generic reboot-mode description
   23 found in reboot-mode.txt
   24 
   25 Example:
   26 
   27         pon@800 {
   28                 compatible = "qcom,pm8916-pon";
   29 
   30                 reg = <0x800>;
   31                 mode-bootloader = <0x2>;
   32                 mode-recovery = <0x1>;
   33 
   34                 pwrkey {
   35                         compatible = "qcom,pm8941-pwrkey";
   36                         interrupts = <0x0 0x8 0 IRQ_TYPE_EDGE_BOTH>;
   37                         debounce = <15625>;
   38                         bias-pull-up;
   39                         linux,code = <KEY_POWER>;
   40                 };
   41 
   42                 resin {
   43                         compatible = "qcom,pm8941-resin";
   44                         interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>;
   45                         debounce = <15625>;
   46                         bias-pull-up;
   47                         linux,code = <KEY_VOLUMEDOWN>;
   48                 };
   49         };

Cache object: aa5ca76765f0e14e49cc5e8e833bdae4


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