mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
dm: Fix documentation entry as there is no UCLASS_CLOCK uclass
There is no UCLASS_CLOCK uclass defined. Instead we do use the UCLASS_CLK. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
4ebdf654b2
commit
a9092710c5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
* clock provider. This API provides a standard means for drivers to enable and
|
* clock provider. This API provides a standard means for drivers to enable and
|
||||||
* disable clocks, and to set the rate at which they oscillate.
|
* disable clocks, and to set the rate at which they oscillate.
|
||||||
*
|
*
|
||||||
* A driver that implements UCLASS_CLOCK is a clock provider. A provider will
|
* A driver that implements UCLASS_CLK is a clock provider. A provider will
|
||||||
* often implement multiple separate clocks, since the hardware it manages
|
* often implement multiple separate clocks, since the hardware it manages
|
||||||
* often has this capability. clk-uclass.h describes the interface which
|
* often has this capability. clk-uclass.h describes the interface which
|
||||||
* clock providers must implement.
|
* clock providers must implement.
|
||||||
|
|
Loading…
Reference in a new issue