Skip to content

Commit 00bd404

Browse files
Mylène Josserandmmind
authored andcommitted
dt-bindings: clocks: add rk3288w variant compatible
Add the possible compatible "rockchip,rk3288w-cru" that handles the difference between the rk3288 and the new revision rk3288w. This compatible will be added by bootloaders. Signed-off-by: Mylène Josserand <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 1627f68 commit 00bd404

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ The RK3288 clock controller generates and supplies clock to various
44
controllers within the SoC and also implements a reset controller for SoC
55
peripherals.
66

7+
A revision of this SoC is available: rk3288w. The clock tree is a bit
8+
different so another dt-compatible is available. Noticed that it is only
9+
setting the difference but there is no automatic revision detection. This
10+
should be performed by bootloaders.
11+
712
Required Properties:
813

9-
- compatible: should be "rockchip,rk3288-cru"
14+
- compatible: should be "rockchip,rk3288-cru" or "rockchip,rk3288w-cru" in
15+
case of this revision of Rockchip rk3288.
1016
- reg: physical base address of the controller and length of memory mapped
1117
region.
1218
- #clock-cells: should be 1.

0 commit comments

Comments
 (0)