Message ID | 20221204104313.17478-3-philipp@uvos.xyz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/4] leds: cpcap: add support for the keyboard light channel | expand |
diff --git a/Documentation/devicetree/bindings/leds/leds-cpcap.txt b/Documentation/devicetree/bindings/leds/leds-cpcap.txt index ebf7cdc7f70c..b78a26a0acf0 100644 --- a/Documentation/devicetree/bindings/leds/leds-cpcap.txt +++ b/Documentation/devicetree/bindings/leds/leds-cpcap.txt @@ -17,13 +17,15 @@ Requires node properties: * "motorola,cpcap-led-cp" (Camera Privacy LED) - label: see Documentation/devicetree/bindings/leds/common.txt - vdd-supply: A phandle to the regulator powering the LED +- cpcap-phandle: A phandle to the cpcap mfd device node Example: -&cpcap { +/ { cpcap_led_red: red-led { compatible = "motorola,cpcap-led-red"; label = "cpcap:red"; vdd-supply = <&sw5>; + cpcap-phandle = <&cpcap>; }; };
update bindgins as cpcap-led has been removed from the mdf device Signed-off-by: Carl Philipp Klemm <philipp@uvos.xyz> --- Documentation/devicetree/bindings/leds/leds-cpcap.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)