Skip to content

Commit 0bd5082

Browse files
Wan Jiabingrobherring
authored andcommitted
leds: Fix reference file name of documentation
In commit 56b01ac ("dt-bindings: gpio: fairchild,74hc595: Convert to json-schema"), gpio-74x164.txt was deleted and replaced by fairchild,74hc595.yaml. Fix the reference file name. Signed-off-by: Wan Jiabing <[email protected]> Acked-by: Pavel Machek <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 5311221 commit 0bd5082

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/devicetree/bindings/leds/leds-bcm6328.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This controller is present on BCM6318, BCM6328, BCM6362 and BCM63268.
44
In these SoCs it's possible to control LEDs both as GPIOs or by hardware.
55
However, on some devices there are Serial LEDs (LEDs connected to a 74x164
66
controller), which can either be controlled by software (exporting the 74x164
7-
as spi-gpio. See Documentation/devicetree/bindings/gpio/gpio-74x164.txt), or
8-
by hardware using this driver.
7+
as spi-gpio. See Documentation/devicetree/bindings/gpio/fairchild,74hc595.yaml),
8+
or by hardware using this driver.
99
Some of these Serial LEDs are hardware controlled (e.g. ethernet LEDs) and
1010
exporting the 74x164 as spi-gpio prevents those LEDs to be hardware
1111
controlled, so the only chance to keep them working is by using this driver.

Documentation/devicetree/bindings/leds/leds-bcm6358.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LEDs connected to Broadcom BCM6358 controller
33
This controller is present on BCM6358 and BCM6368.
44
In these SoCs there are Serial LEDs (LEDs connected to a 74x164 controller),
55
which can either be controlled by software (exporting the 74x164 as spi-gpio.
6-
See Documentation/devicetree/bindings/gpio/gpio-74x164.txt), or
6+
See Documentation/devicetree/bindings/gpio/fairchild,74hc595.yaml), or
77
by hardware using this driver.
88

99
Required properties:

0 commit comments

Comments
 (0)