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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/mfd/88pm860x.txt

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 * Marvell 88PM860x Power Management IC
  2 
  3 Required parent device properties:
  4 - compatible : "marvell,88pm860x"
  5 - reg : the I2C slave address for the 88pm860x chip
  6 - interrupts : IRQ line for the 88pm860x chip
  7 - interrupt-controller: describes the 88pm860x as an interrupt controller (has its own domain)
  8 - #interrupt-cells : should be 1.
  9                 - The cell is the 88pm860x local IRQ number
 10 
 11 Optional parent device properties:
 12 - marvell,88pm860x-irq-read-clr: inicates whether interrupt status is cleared by read
 13 - marvell,88pm860x-slave-addr: 88pm860x are two chips solution. <reg> stores the I2C address
 14                                 of one chip, and this property stores the I2C address of
 15                                 another chip.
 16 
 17 88pm860x consists of a large and varied group of sub-devices:
 18 
 19 Device                   Supply Names    Description
 20 ------                   ------------    -----------
 21 88pm860x-onkey          :               : On key
 22 88pm860x-rtc            :               : RTC
 23 88pm8607                :               : Regulators
 24 88pm860x-backlight      :               : Backlight
 25 88pm860x-led            :               : Led
 26 88pm860x-touch          :               : Touchscreen
 27 
 28 Example:
 29 
 30         pmic: 88pm860x@34 {
 31                 compatible = "marvell,88pm860x";
 32                 reg = <0x34>;
 33                 interrupts = <4>;
 34                 interrupt-parent = <&intc>;
 35                 interrupt-controller;
 36                 #interrupt-cells = <1>;
 37 
 38                 marvell,88pm860x-irq-read-clr;
 39                 marvell,88pm860x-slave-addr = <0x11>;
 40 
 41                 regulators {
 42                         BUCK1 {
 43                                 regulator-min-microvolt = <1000000>;
 44                                 regulator-max-microvolt = <1500000>;
 45                                 regulator-boot-on;
 46                                 regulator-always-on;
 47                         };
 48                         LDO1 {
 49                                 regulator-min-microvolt = <1200000>;
 50                                 regulator-max-microvolt = <2800000>;
 51                                 regulator-boot-on;
 52                                 regulator-always-on;
 53                         };
 54                 };
 55                 rtc {
 56                         marvell,88pm860x-vrtc = <1>;
 57                 };
 58                 touch {
 59                         marvell,88pm860x-gpadc-prebias = <1>;
 60                         marvell,88pm860x-gpadc-slot-cycle = <1>;
 61                         marvell,88pm860x-tsi-prebias = <6>;
 62                         marvell,88pm860x-pen-prebias = <16>;
 63                         marvell,88pm860x-pen-prechg = <2>;
 64                         marvell,88pm860x-resistor-X = <300>;
 65                 };
 66                 backlights {
 67                         backlight-0 {
 68                                 marvell,88pm860x-iset = <4>;
 69                                 marvell,88pm860x-pwm = <3>;
 70                         };
 71                         backlight-2 {
 72                         };
 73                 };
 74                 leds {
 75                         led0-red {
 76                                 marvell,88pm860x-iset = <12>;
 77                         };
 78                         led0-green {
 79                                 marvell,88pm860x-iset = <12>;
 80                         };
 81                         led0-blue {
 82                                 marvell,88pm860x-iset = <12>;
 83                         };
 84                 };
 85         };

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