From: Johan Jonker Date: Fri, 13 Mar 2020 16:57:00 +0000 (+0100) Subject: dt-bindings: leds: common: fix example for gpio-leds X-Git-Tag: v5.7-rc1~111^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a3a2a646b2ffb70652c9b639ed12a07d33b4653;p=thirdparty%2Flinux.git dt-bindings: leds: common: fix example for gpio-leds The preferred form for gpio-leds compatible subnodes is: ^led-[0-9a-f]$ Fix example by changing led0 and led1 to led-0 and led-1. Signed-off-by: Johan Jonker Acked-by: Pavel Machek Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documentation/devicetree/bindings/leds/common.yaml index c60b994fe116d..4c270fde4567a 100644 --- a/Documentation/devicetree/bindings/leds/common.yaml +++ b/Documentation/devicetree/bindings/leds/common.yaml @@ -167,13 +167,13 @@ examples: led-controller { compatible = "gpio-leds"; - led0 { + led-0 { function = LED_FUNCTION_STATUS; linux,default-trigger = "heartbeat"; gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>; }; - led1 { + led-1 { function = LED_FUNCTION_USB; gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>; trigger-sources = <&ohci_port1>, <&ehci_port1>;