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

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 <mylene.josserand@collabora.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200602080644.11333-3-mylene.josserand@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Mylène Josserand and committed by
Heiko Stuebner
00bd4041 1627f683

+7 -1
+7 -1
Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt
··· 4 4 controllers within the SoC and also implements a reset controller for SoC 5 5 peripherals. 6 6 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 + 7 12 Required Properties: 8 13 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. 10 16 - reg: physical base address of the controller and length of memory mapped 11 17 region. 12 18 - #clock-cells: should be 1.