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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: clock: sophgo: Use precise compatible for CV1800 series SoC

As previous binding uses a wildcard compatible for existed clock device
of CV1800 series SoC, it is not suitable for existed requirement. The
only exception is sophgo,sg2000-clk, it does match a real device, so
keep it as is.

Add new precise compatible for existed clock devices of CV1800 series
SoCs and make old wildcard compatible deprecated.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250504104553.1447819-2-inochiama@gmail.com
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn>

+12 -4
+12 -4
Documentation/devicetree/bindings/clock/sophgo,cv1800-clk.yaml
··· 11 11 12 12 properties: 13 13 compatible: 14 - enum: 15 - - sophgo,cv1800-clk 16 - - sophgo,cv1810-clk 17 - - sophgo,sg2000-clk 14 + oneOf: 15 + - enum: 16 + - sophgo,cv1800b-clk 17 + - sophgo,cv1812h-clk 18 + - sophgo,sg2000-clk 19 + - items: 20 + - const: sophgo,sg2002-clk 21 + - const: sophgo,sg2000-clk 22 + - const: sophgo,cv1800-clk 23 + deprecated: true 24 + - const: sophgo,cv1810-clk 25 + deprecated: true 18 26 19 27 reg: 20 28 maxItems: 1