Skip to content

Commit d8c0ee3

Browse files
YinboZhubebarino
authored andcommitted
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>
1 parent 8048bb4 commit d8c0ee3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/dt-bindings/clock/loongson,ls2k-clk.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#define LOONGSON2_SATA_CLK 14
2525
#define LOONGSON2_PIX0_CLK 15
2626
#define LOONGSON2_PIX1_CLK 16
27-
#define LOONGSON2_CLK_END 17
27+
#define LOONGSON2_BOOT_CLK 17
28+
#define LOONGSON2_CLK_END 18
2829

2930
#endif

0 commit comments

Comments
 (0)