summaryrefslogtreecommitdiff
path: root/drivers/clk
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-06-18 20:18:29 +0300
committerTom Rini <trini@konsulko.com>2021-06-18 20:18:29 +0300
commit0699dbdbd86c9f9297ee10d6d91322309d27fda3 (patch)
tree21e1458fe38aa806dc49854f2b54ba82f72678d7 /drivers/clk
parenta94b2aad05d52cbd49012ccd900bcbcf29f9bc22 (diff)
parentc262522fd4ed453c079b09eb738ec4cbe4812478 (diff)
downloadu-boot-0699dbdbd86c9f9297ee10d6d91322309d27fda3.tar.xz
Merge tag 'u-boot-stm32-20210618' of https://source.denx.de/u-boot/custodians/u-boot-stm into next
- stm32mp157c-odyssey-som DT fixes - stm32_qspi: Fix short data write operation - dfu: set max_buf_size to erasesize also for NOR devices - Fixes ethernet clock property name for STM32MP1 board - STM32CubeProgrammer: various fixes - clk: cosmetic update for clk-uclass
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/clk-uclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk-uclass.c b/drivers/clk/clk-uclass.c
index cac0f6a012..14254212ca 100644
--- a/drivers/clk/clk-uclass.c
+++ b/drivers/clk/clk-uclass.c
@@ -160,7 +160,7 @@ int clk_get_by_index_nodev(ofnode node, int index, struct clk *clk)
int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk)
{
int i, ret, err, count;
-
+
bulk->count = 0;
count = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", 0);