18c2ecf20Sopenharmony_ciMotorola CPCAP PMIC LEDs
28c2ecf20Sopenharmony_ci------------------------
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciThis module is part of the CPCAP. For more details about the whole
58c2ecf20Sopenharmony_cichip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciRequires node properties:
88c2ecf20Sopenharmony_ci- compatible: should be one of
98c2ecf20Sopenharmony_ci   * "motorola,cpcap-led-mdl"		(Main Display Lighting)
108c2ecf20Sopenharmony_ci   * "motorola,cpcap-led-kl"		(Keyboard Lighting)
118c2ecf20Sopenharmony_ci   * "motorola,cpcap-led-adl"		(Aux Display Lighting)
128c2ecf20Sopenharmony_ci   * "motorola,cpcap-led-red"		(Red Triode)
138c2ecf20Sopenharmony_ci   * "motorola,cpcap-led-green"		(Green Triode)
148c2ecf20Sopenharmony_ci   * "motorola,cpcap-led-blue"		(Blue Triode)
158c2ecf20Sopenharmony_ci   * "motorola,cpcap-led-cf"		(Camera Flash)
168c2ecf20Sopenharmony_ci   * "motorola,cpcap-led-bt"		(Bluetooth)
178c2ecf20Sopenharmony_ci   * "motorola,cpcap-led-cp"		(Camera Privacy LED)
188c2ecf20Sopenharmony_ci- label: see Documentation/devicetree/bindings/leds/common.txt
198c2ecf20Sopenharmony_ci- vdd-supply: A phandle to the regulator powering the LED
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ciExample:
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ci&cpcap {
248c2ecf20Sopenharmony_ci	cpcap_led_red: red-led {
258c2ecf20Sopenharmony_ci		compatible = "motorola,cpcap-led-red";
268c2ecf20Sopenharmony_ci		label = "cpcap:red";
278c2ecf20Sopenharmony_ci		vdd-supply = <&sw5>;
288c2ecf20Sopenharmony_ci	};
298c2ecf20Sopenharmony_ci};
30