]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
dt-bindings: clk: Add Baikal-T1 CCU Dividers binding
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Tue, 26 May 2020 22:20:54 +0000 (01:20 +0300)
committerStephen Boyd <sboyd@kernel.org>
Sat, 30 May 2020 18:04:35 +0000 (11:04 -0700)
commit11ea09b9e2ed0d9680a890f8fffa204dcb1a2654
tree1179b0af782b99a15fad5dd258e5c76f74e06f03
parentaec6adc560a0fa090659f23f7501e77d18306b84
dt-bindings: clk: Add Baikal-T1 CCU Dividers binding

After being gained by the CCU PLLs the signals must be transformed to
be suitable for the clock-consumers. This is done by a set of dividers
embedded into the CCU. A first block of dividers is used to create
reference clocks for AXI-bus of high-speed peripheral IP-cores of the
chip. The second block dividers alter the PLLs output signals to be then
consumed by SoC peripheral devices. Both block DT nodes are ordinary
clock-providers with standard set of properties supported. But in addition
to that each clock provider can be used to reset the corresponding clock
domain. This makes the AXI-bus and System Devices CCU DT nodes to be also
reset-providers.

Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Cc: Alexey Malahov <Alexey.Malahov@baikalelectronics.ru>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: linux-mips@vger.kernel.org
Link: https://lore.kernel.org/r/20200526222056.18072-3-Sergey.Semin@baikalelectronics.ru
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Documentation/devicetree/bindings/clock/baikal,bt1-ccu-div.yaml [new file with mode: 0644]
include/dt-bindings/clock/bt1-ccu.h
include/dt-bindings/reset/bt1-ccu.h [new file with mode: 0644]