clk: Add SiFive FU540 PRCI clock driverAdd driver code for the SiFive FU540 PRCI IP block. This IP blockhandles reset and clock control for the SiFive FU540 device andimplements SoC-level clock
clk: Add SiFive FU540 PRCI clock driverAdd driver code for the SiFive FU540 PRCI IP block. This IP blockhandles reset and clock control for the SiFive FU540 device andimplements SoC-level clock tree controls and dividers.Based on code written by Wesley Terpstra <wesley@sifive.com>found in commit 999529edf517ed75b56659d456d221b2ee56bb60 of:https://github.com/riscv/riscv-linuxBoot and PLL rate change were tested on a SiFive HiFive Unleashedboard.Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>Signed-off-by: Atish Patra <atish.patra@wdc.com>Signed-off-by: Anup Patel <anup.patel@wdc.com>Reviewed-by: Alexander Graf <agraf@suse.de>
show more ...
clk: Add MPC83xx clock driverAdd a clock driver for the MPC83xx architecture.Signed-off-by: Mario Six <mario.six@gdsys.cc>
ARM: dts: dra7xx: sync DT with latest LinuxSync all dra7xx based dts files with latest LinuxSigned-off-by: Lokesh Vutla <lokeshvutla@ti.com>Reviewed-by: Tom Rini <trini@konsulko.com>