Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8c30f22 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dt-bindings: leds: qcom-clk: Add qcom,default-clk-trigger property"

parents 109ad3c4 33563d8e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,13 +20,15 @@ Required properties:

Optional properties:
- qcom,label: Label for the sysfs node.

- qcom,default-clk-trigger: This parameter, if present, is a string
			defining the trigger assigned to the LED.

Example:

qcom_clk_led {
	compatible = "qcom,clk-led-pwm";
	qcom,label = "led_clk_pwm";
	qcom,default-clk-trigger = "led_clk_pwm";
	qcom,max_duty = <80>;
	clocks = <&clock_gcc GCC_GP2_CLK>;
	clock-names = "core";