Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: add loongson-2 boot clock index

The Loongson-2 boot clock was used to spi and lio peripheral and
this patch was to add boot clock index number.

Signed-off-by: Yinbo Zhu <zhuyinbo@loongson.cn>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230323025229.2971-1-zhuyinbo@loongson.cn
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Yinbo Zhu and committed by
Stephen Boyd
d8c0ee30 8048bb45

+2 -1
+2 -1
include/dt-bindings/clock/loongson,ls2k-clk.h
··· 24 24 #define LOONGSON2_SATA_CLK 14 25 25 #define LOONGSON2_PIX0_CLK 15 26 26 #define LOONGSON2_PIX1_CLK 16 27 - #define LOONGSON2_CLK_END 17 27 + #define LOONGSON2_BOOT_CLK 17 28 + #define LOONGSON2_CLK_END 18 28 29 29 30 #endif