[GIT PULL] Rockchip clock changes for 6.1 #1
Heiko Stuebner
heiko at sntech.de
Sat Sep 24 04:17:18 PDT 2022
Hi Mike, Stephen,
please find below a pull-request with some Rockchip stuff.
Mainly the support for the clock-controller for the rv1126,
another yaml conversion and relicensing the bindings to
gpl2+MIT following DT guidelines.
Please pull.
Thanks
Heiko
The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555:
Linux 6.0-rc2 (2022-08-21 17:32:54 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.1-rockchip-clock1
for you to fetch changes up to fffa0fa4d029c10406d417dd33f630bee4b12c02:
dt-bindings: clock: rockchip: change SPDX-License-Identifier (2022-09-23 20:48:01 +0200)
----------------------------------------------------------------
A mux-variant clock using the table variant to select parents, clock
controller for the rv1126 soc, conversion of rk3128 to yaml and relicensing
of the yaml bindings to gpl2+MIT (following dt-binding guildelines)
----------------------------------------------------------------
Elaine Zhang (1):
clk: rockchip: Add MUXTBL variant
Heiko Stuebner (1):
Merge branch 'v6.1-shared/clkids' into v6.1-clock/next
Jagan Teki (3):
clk: rockchip: Add dt-binding header for RV1126
dt-bindings: clock: rockchip: Document RV1126 CRU
clk: rockchip: Add clock controller support for RV1126 SoC
Johan Jonker (2):
dt-bindings: clock: convert rockchip,rk3128-cru.txt to YAML
dt-bindings: clock: rockchip: change SPDX-License-Identifier
.../bindings/clock/rockchip,px30-cru.yaml | 2 +-
.../bindings/clock/rockchip,rk3036-cru.yaml | 2 +-
.../bindings/clock/rockchip,rk3128-cru.txt | 58 -
.../bindings/clock/rockchip,rk3128-cru.yaml | 76 ++
.../bindings/clock/rockchip,rk3228-cru.yaml | 2 +-
.../bindings/clock/rockchip,rk3288-cru.yaml | 2 +-
.../bindings/clock/rockchip,rk3308-cru.yaml | 2 +-
.../bindings/clock/rockchip,rk3368-cru.yaml | 2 +-
.../bindings/clock/rockchip,rk3399-cru.yaml | 2 +-
.../bindings/clock/rockchip,rv1108-cru.yaml | 2 +-
.../bindings/clock/rockchip,rv1126-cru.yaml | 62 ++
drivers/clk/rockchip/Kconfig | 7 +
drivers/clk/rockchip/Makefile | 1 +
drivers/clk/rockchip/clk-rv1126.c | 1138 ++++++++++++++++++++
drivers/clk/rockchip/clk.c | 27 +-
drivers/clk/rockchip/clk.h | 36 +
include/dt-bindings/clock/rockchip,rv1126-cru.h | 632 +++++++++++
17 files changed, 1981 insertions(+), 72 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.txt
create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.yaml
create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rv1126-cru.yaml
create mode 100644 drivers/clk/rockchip/clk-rv1126.c
create mode 100644 include/dt-bindings/clock/rockchip,rv1126-cru.h
More information about the Linux-rockchip
mailing list