Lines Matching +full:regulator +full:- +full:haptic
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
17 includes voltage current regulators, charger, fuel-gauge, haptic motor driver
33 motor-driver:
38 const: maxim,max77843-haptic
40 haptic-supply:
41 description: Power supply to the haptic motor
47 - compatible
48 - haptic-supply
49 - pwms
52 $ref: /schemas/regulator/maxim,max77843.yaml
55 - compatible
56 - interrupts
57 - reg
62 - |
63 #include <dt-bindings/interrupt-controller/irq.h>
66 #address-cells = <1>;
67 #size-cells = <0>;
71 interrupt-parent = <&gpa1>;
76 compatible = "maxim,max77843-muic";
79 compatible = "samsung,usb-connector-11pin",
80 "usb-b-connector";
81 label = "micro-USB";
85 #address-cells = <1>;
86 #size-cells = <0>;
102 remote-endpoint = <&mhl_to_musb_con>;
111 remote-endpoint = <&usb_to_muic>;
118 compatible = "maxim,max77843-regulator";
121 regulator-name = "SAFEOUT1";
122 regulator-min-microvolt = <3300000>;
123 regulator-max-microvolt = <4950000>;
127 regulator-name = "SAFEOUT2";
128 regulator-min-microvolt = <3300000>;
129 regulator-max-microvolt = <4950000>;
133 regulator-name = "CHARGER";
134 regulator-min-microamp = <100000>;
135 regulator-max-microamp = <3150000>;
139 motor-driver {
140 compatible = "maxim,max77843-haptic";
141 haptic-supply = <&ldo38_reg>;