update bindgins as cpcap-led has been removed from the mdf device Signed-off-by: Carl Philipp Klemm <philipp@xxxxxxxx> --- Documentation/devicetree/bindings/leds/leds-cpcap.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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>; }; }; -- 2.38.1