Message ID | tencent_CC6884F036B6F3D50A6269733BEAE226C40A@qq.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | riscv: add initial support for Canaan Kendryte K230 | expand |
On Tue, 05 Mar 2024 05:05:57 +0800, Yangyu Chen wrote: > Add compatible string for Canaan K230 CLINT. > > Signed-off-by: Yangyu Chen <cyy@cyyself.name> > --- > Documentation/devicetree/bindings/timer/sifive,clint.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/timer/sifive,clint.yaml b/Documentation/devicetree/bindings/timer/sifive,clint.yaml index fced6f2d8ecb..06c67f20ad3c 100644 --- a/Documentation/devicetree/bindings/timer/sifive,clint.yaml +++ b/Documentation/devicetree/bindings/timer/sifive,clint.yaml @@ -38,6 +38,7 @@ properties: - items: - enum: - allwinner,sun20i-d1-clint + - canaan,k230-clint - sophgo,cv1800b-clint - sophgo,cv1812h-clint - thead,th1520-clint
Add compatible string for Canaan K230 CLINT. Signed-off-by: Yangyu Chen <cyy@cyyself.name> --- Documentation/devicetree/bindings/timer/sifive,clint.yaml | 1 + 1 file changed, 1 insertion(+)