Skip to content

Commit 50e45d3

Browse files
inochisabebarino
authored andcommitted
dt-bindings: clock: sophgo: Add clock controller of SG2000 series SoC
SG2000 series SoC has the same clock as CV1810 series, but the clock related to A53 is functional in SG2000 series. So a new compatible string is needed for the new SoC. Add definition for the clock controller of the SG2000 series SoC. Link: https://github.com/sophgo/sophgo-doc/releases/tag/sg2000-datasheet-v1.0-alpha Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Inochi Amaoto <inochiama@outlook.com> Link: https://lore.kernel.org/r/IA1PR20MB495368F185E018767CC6714ABB262@IA1PR20MB4953.namprd20.prod.outlook.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 4cece76 commit 50e45d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/devicetree/bindings/clock/sophgo,cv1800-clk.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$id: http://devicetree.org/schemas/clock/sophgo,cv1800-clk.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

7-
title: Sophgo CV1800 Series Clock Controller
7+
title: Sophgo CV1800/SG2000 Series Clock Controller
88

99
maintainers:
1010
- Inochi Amaoto <inochiama@outlook.com>
@@ -14,6 +14,7 @@ properties:
1414
enum:
1515
- sophgo,cv1800-clk
1616
- sophgo,cv1810-clk
17+
- sophgo,sg2000-clk
1718

1819
reg:
1920
maxItems: 1

0 commit comments

Comments
 (0)