linux/Documentation/devicetree/bindings/clock
Linus Torvalds 13c916af3a Not much changed in the clk framework this time except the clk.h consumer API
moved the context saving APIs around to fix a build error in certain
 configurations. There was a change to the core framework for
 CLK_OPS_PARENT_ENABLE behavior during registration, but it wrecked existing
 drivers that didn't expect things to be turned off during clk registration so
 it got reverted.
 
 This cycle is really a large collection of new clk drivers, primarily for
 Qualcomm SoCs but also for Amlogic, SpacemiT, Google, and Aspeed. Another big
 change in here is support for automatic hardware clock gating on Samsung SoCs
 where the clks turn on and off when needed. Ideally more vendors move to this
 method for better power savings. The highlights are in the updates section
 below.
 
 Beyond all the new drivers we have a bunch of cleanups like converting drivers
 from divider_round_rate() to divider_determine_rate() and using scoped for each
 OF child loops. Otherwise it's the usual data fixes and plugging reference
 leaks, etc. that's all pretty ordinary but not critical enough to fix until the
 next release.
 
 New Drivers:
  - Qualcomm Kaanapali global, tcsr, rpmh, display, gpu, camera, and video clk
    controllers
  - Qualcomm SM8750 camera clk controllers
  - Qualcomm MSM8940 and SDM439 global clk controllers
  - Google GS101 Display Process Unit (DPU) clk controllers
  - SpacemiT K3 clk controllers
  - Amlogic t7 clk controllers
  - Aspeed AST2700 clk controllers
 
 Updates:
  - Convert clock dividers from round_rate() to determine_rate()
  - Fix sparse warnings, kernel-doc warnings, and plug leaked OF refs
  - Automatic hardware clk gating on Google GS101 SoCs
  - Amlogic s4 video clks
  - CAN-FD clks and resets on Renesas RZ/T2H, RZ/N2H, RZ/V2H, and RZ/V2N
  - Expanded Serial Peripheral Interface (xSPI) clocks and resets on Renesas
    RZ/T21H and RZ/N2H
  - DMAC, interrupt controller (ICU), SPI, and thermal (TSU) clocks and resets
    on Renesas RZ/V2N
  - More serial (RSCI) clocks and resets on Renesas RZ/V2H and RZ/V2N
  - CPU frequency scaling on T-HEAD TH1520
 -----BEGIN PGP SIGNATURE-----
 
 iQJIBAABCAAyFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAmmRJfYUHHN3Ym95ZEBj
 aHJvbWl1bS5vcmcACgkQrQKIl8bklSUmIhAAttGxK++IiMe1XTPOezlf6jXP4Hj/
 /RAJchCs4y9NeGzOAnwQeGHMSNz70PFcZ3hYAS7w32GHQI+4VHKlmrgT62TqJMCl
 79jvQuojGngJcW5uQ531WYB/Iy76b8U+RBiAtFCrfYZa50HAWLtaUPYLXlrDev78
 Gx6XZULykcveMp1sC8zQt2zjHaJNs1x8cVD5dVhT8fD/KVw0au0I0f0C/S9qjvXG
 NQVn2uSCz4/LkyZ63hxcELJuVEaGojKBD3ne+3EL8ELv/8jz2PT51mgyhWDvlH4A
 JSgpdqpkIDnGZgEKt7BPEMLQaFTqD3c3MTQ87bhuTN/S16cG/cS3zTDT14/5nry7
 uUGFM5KTtZGRbJaYAQSiNtFLhNt6/j33XmhmjrAqN+tmt+M47URzxt3CMHpIE2hK
 +zghb83OU2Rm1fe7xd5K0J/gcA7gKXgAnwqWqATniIrCFmYqSRh9LTr+gtAqrKs0
 smT9yav1rl+EVMG8xtCkjEUpGmYe1rvLVwcL7ODvZACW7Q/udjy6qYWV3CLHAVRy
 QTnUkj05Ahk0I6qPWOvVPDRfMWCHdbyHiUzkPckuq+3TTSjm4GmqgqQO3XTtxcuF
 G+LeeNVb3IwkDNrwmWCs/GGW3fAxQKnDTULqrb0eZhjMmW/OTtXGi99E9BeD0Ucu
 o0HecyE5H+oIjtc=
 =Zx/F
 -----END PGP SIGNATURE-----

Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk updates from Stephen Boyd:
 "Not much changed in the clk framework this time except the clk.h
  consumer API moved the context saving APIs around to fix a build error
  in certain configurations.

  There was a change to the core framework for CLK_OPS_PARENT_ENABLE
  behavior during registration, but it wrecked existing drivers that
  didn't expect things to be turned off during clk registration so it
  got reverted.

  This cycle is really a large collection of new clk drivers, primarily
  for Qualcomm SoCs but also for Amlogic, SpacemiT, Google, and Aspeed.
  Another big change in here is support for automatic hardware clock
  gating on Samsung SoCs where the clks turn on and off when needed.
  Ideally more vendors move to this method for better power savings. The
  highlights are in the updates section below.

  Beyond all the new drivers we have a bunch of cleanups like converting
  drivers from divider_round_rate() to divider_determine_rate() and
  using scoped for each OF child loops. Otherwise it's the usual data
  fixes and plugging reference leaks, etc. that's all pretty ordinary
  but not critical enough to fix until the next release.

  New Drivers:
   - Qualcomm Kaanapali global, tcsr, rpmh, display, gpu, camera, and
     video clk controllers
   - Qualcomm SM8750 camera clk controllers
   - Qualcomm MSM8940 and SDM439 global clk controllers
   - Google GS101 Display Process Unit (DPU) clk controllers
   - SpacemiT K3 clk controllers
   - Amlogic t7 clk controllers
   - Aspeed AST2700 clk controllers

  Updates:
   - Convert clock dividers from round_rate() to determine_rate()
   - Fix sparse warnings, kernel-doc warnings, and plug leaked OF refs
   - Automatic hardware clk gating on Google GS101 SoCs
   - Amlogic s4 video clks
   - CAN-FD clks and resets on Renesas RZ/T2H, RZ/N2H, RZ/V2H, and
     RZ/V2N
   - Expanded Serial Peripheral Interface (xSPI) clocks and resets on
     Renesas RZ/T21H and RZ/N2H
   - DMAC, interrupt controller (ICU), SPI, and thermal (TSU) clocks and
     resets on Renesas RZ/V2N
   - More serial (RSCI) clocks and resets on Renesas RZ/V2H and RZ/V2N
   - CPU frequency scaling on T-HEAD TH1520"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (165 commits)
  clk: aspeed: Add reset for HACE/VIDEO
  dt-bindings: clock: aspeed: Add VIDEO reset definition
  clk: aspeed: add AST2700 clock driver
  MAINTAINERS: Add entry for ASPEED clock drivers.
  clk: aspeed: Move the existing ASPEED clk drivers into aspeed subdirectory.
  Revert "clk: Respect CLK_OPS_PARENT_ENABLE during recalc"
  clk: Disable KUNIT_UML_PCI
  dt-bindings: clk: rs9: Fix DIF pattern match
  clk: rs9: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
  clk: rs9: Reserve 8 struct clk_hw slots for for 9FGV0841
  clk: qcom: sm8750: Constify 'qcom_cc_desc' in SM8750 camcc
  clk: zynqmp: pll: Fix zynqmp_clk_divider_determine_rate kerneldoc
  clk: zynqmp: divider: Fix zynqmp_clk_divider_determine_rate kerneldoc
  clk: mediatek: Fix error handling in runtime PM setup
  clk: mediatek: don't select clk-mt8192 for all ARM64 builds
  clk: mediatek: Add mfg_eb as parent to mt8196 mfgpll clocks
  clk: mediatek: Refactor pllfh registration to pass device
  clk: mediatek: Pass device to clk_hw_register for PLLs
  clk: mediatek: Refactor pll registration to pass device
  clk: Respect CLK_OPS_PARENT_ENABLE during recalc
  ...
2026-02-15 08:18:57 -08:00
..
sifive
st
ti
actions,owl-cmu.yaml
adi,axi-clkgen.yaml
airoha,en7523-scu.yaml
allwinner,sun4i-a10-ahb-clk.yaml
allwinner,sun4i-a10-apb0-clk.yaml
allwinner,sun4i-a10-apb1-clk.yaml
allwinner,sun4i-a10-axi-clk.yaml
allwinner,sun4i-a10-ccu.yaml
allwinner,sun4i-a10-cpu-clk.yaml
allwinner,sun4i-a10-display-clk.yaml
allwinner,sun4i-a10-gates-clk.yaml
allwinner,sun4i-a10-mbus-clk.yaml
allwinner,sun4i-a10-mmc-clk.yaml
allwinner,sun4i-a10-mod0-clk.yaml
allwinner,sun4i-a10-mod1-clk.yaml
allwinner,sun4i-a10-osc-clk.yaml
allwinner,sun4i-a10-pll1-clk.yaml
allwinner,sun4i-a10-pll3-clk.yaml
allwinner,sun4i-a10-pll5-clk.yaml
allwinner,sun4i-a10-pll6-clk.yaml
allwinner,sun4i-a10-tcon-ch0-clk.yaml
allwinner,sun4i-a10-usb-clk.yaml
allwinner,sun4i-a10-ve-clk.yaml
allwinner,sun5i-a13-ahb-clk.yaml
allwinner,sun6i-a31-pll6-clk.yaml
allwinner,sun7i-a20-gmac-clk.yaml
allwinner,sun7i-a20-out-clk.yaml
allwinner,sun8i-a83t-de2-clk.yaml
allwinner,sun8i-h3-bus-gates-clk.yaml
allwinner,sun9i-a80-ahb-clk.yaml
allwinner,sun9i-a80-apb0-clk.yaml
allwinner,sun9i-a80-cpus-clk.yaml
allwinner,sun9i-a80-de-clks.yaml
allwinner,sun9i-a80-gt-clk.yaml
allwinner,sun9i-a80-mmc-config-clk.yaml
allwinner,sun9i-a80-pll4-clk.yaml
allwinner,sun9i-a80-usb-clks.yaml
allwinner,sun9i-a80-usb-mod-clk.yaml
allwinner,sun9i-a80-usb-phy-clk.yaml
allwinner,sun55i-a523-ccu.yaml
alphascale,asm9260-clock-controller.yaml
amlogic,a1-peripherals-clkc.yaml
amlogic,a1-pll-clkc.yaml
amlogic,axg-audio-clkc.yaml
amlogic,c3-peripherals-clkc.yaml
amlogic,c3-pll-clkc.yaml
amlogic,gxbb-aoclkc.yaml
amlogic,gxbb-clkc.yaml
amlogic,meson8-clkc.yaml
amlogic,meson8-ddr-clkc.yaml
amlogic,s4-peripherals-clkc.yaml
amlogic,s4-pll-clkc.yaml
amlogic,t7-peripherals-clkc.yaml dt-bindings: clock: add Amlogic T7 peripherals clock controller 2025-12-15 10:42:29 +01:00
amlogic,t7-pll-clkc.yaml dt-bindings: clock: add Amlogic T7 PLL clock controller 2025-12-15 10:42:28 +01:00
apm,xgene-device-clock.yaml
apm,xgene-socpll-clock.yaml
apple,nco.yaml
arm,syscon-icst.yaml
atmel,at91rm9200-pmc.yaml
atmel,at91sam9x5-sckc.yaml
axis,artpec6-clkctrl.yaml
axis,artpec8-clock.yaml
axs10x-i2s-pll-clock.txt
baikal,bt1-ccu-div.yaml
baikal,bt1-ccu-pll.yaml
bitmain,bm1880-clk.yaml
brcm,bcm63xx-clocks.yaml
brcm,bcm2711-dvp.yaml
brcm,bcm2835-aux-clock.yaml
brcm,bcm2835-cprman.yaml
brcm,bcm53573-ilp.yaml
brcm,bcm63268-timer-clocks.yaml
brcm,iproc-clocks.yaml
brcm,kona-ccu.yaml
calxeda.yaml
canaan,k210-clk.yaml
cirrus,cs2000-cp.yaml
cirrus,ep7209-clk.yaml
cirrus,lochnagar.yaml
clk-palmas-clk32kg-clocks.txt
clock-bindings.txt
fixed-clock.yaml
fixed-factor-clock.yaml
fixed-mmio-clock.yaml
fsl,flexspi-clock.yaml
fsl,imx8-acm.yaml
fsl,imx8m-anatop.yaml
fsl,imx8ulp-sim-lpav.yaml
fsl,imx93-anatop.yaml
fsl,plldig.yaml
fsl,qoriq-clock-legacy.yaml
fsl,qoriq-clock.yaml
fsl,sai-clock.yaml
fsl,scu-clk.yaml
fsl,vf610-ccm.yaml
gated-fixed-clock.yaml
google,gs101-clock.yaml Merge branch 'for-v6.20/dt-bindings-clk' into next/clk 2026-01-17 20:29:51 +01:00
gpio-gate-clock.yaml
gpio-mux-clock.yaml
hi3660-clock.txt
hi3670-clock.txt
hi6220-clock.txt
hisi-crg.txt
hisilicon,hi3559av100-clock.yaml
idt,versaclock5.yaml
img,boston-clock.txt
img,pistachio-clk.yaml
imx1-clock.yaml
imx5-clock.yaml
imx6q-clock.yaml
imx6sl-clock.yaml
imx6sll-clock.yaml
imx6sx-clock.yaml
imx6ul-clock.yaml
imx7d-clock.yaml
imx7ulp-pcc-clock.yaml
imx7ulp-scg-clock.yaml
imx8m-clock.yaml
imx8mp-audiomix.yaml
imx8qxp-lpcg.yaml
imx8ulp-cgc-clock.yaml
imx8ulp-pcc-clock.yaml
imx21-clock.yaml
imx23-clock.yaml
imx25-clock.yaml
imx27-clock.yaml
imx28-clock.yaml
imx31-clock.yaml
imx35-clock.yaml
imx93-clock.yaml
imxrt1050-clock.yaml
ingenic,cgu.yaml
intel,agilex.yaml
intel,agilex5-clkmgr.yaml
intel,cgu-lgm.yaml
intel,easic-n5x.yaml
intel,stratix10.yaml
keystone-gate.txt
keystone-pll.txt
loongson,ls1x-clk.yaml
loongson,ls2k-clk.yaml
lsi,axm5516-clks.yaml
lsi,nspire-cx-clock.yaml
marvell,ap80x-clock.yaml
marvell,armada-370-corediv-clock.yaml
marvell,armada-3700-periph-clock.yaml
marvell,armada-3700-tbg-clock.yaml
marvell,armada-3700-uart-clock.yaml
marvell,armada-xp-cpu-clock.yaml
marvell,berlin2-clk.yaml
marvell,cp110-clock.yaml
marvell,dove-divider-clock.yaml
marvell,mmp2-audio-clock.yaml
marvell,mmp2-clock.yaml
marvell,mvebu-core-clock.yaml
marvell,pxa168.txt
marvell,pxa910.txt
marvell,pxa1908.yaml
marvell,pxa1928.txt
marvell-armada-370-gating-clock.yaml
maxim,max9485.yaml
mediatek,apmixedsys.yaml
mediatek,ethsys.yaml
mediatek,infracfg.yaml
mediatek,mt2701-hifsys.yaml
mediatek,mt6795-clock.yaml
mediatek,mt7621-sysc.yaml
mediatek,mt7622-pciesys.yaml dt-bindings: clock: mediatek,mt7622-pciesys: Remove syscon compatible 2026-01-22 17:43:40 -08:00
mediatek,mt7622-ssusbsys.yaml
mediatek,mt7988-ethwarp.yaml
mediatek,mt7988-xfi-pll.yaml
mediatek,mt8186-clock.yaml
mediatek,mt8186-fhctl.yaml
mediatek,mt8186-sys-clock.yaml
mediatek,mt8188-clock.yaml
mediatek,mt8188-sys-clock.yaml
mediatek,mt8192-clock.yaml
mediatek,mt8192-sys-clock.yaml
mediatek,mt8195-clock.yaml
mediatek,mt8195-sys-clock.yaml
mediatek,mt8196-clock.yaml
mediatek,mt8196-sys-clock.yaml
mediatek,mt8365-clock.yaml
mediatek,mt8365-sys-clock.yaml
mediatek,mtmips-sysc.yaml
mediatek,pericfg.yaml
mediatek,syscon.yaml
mediatek,topckgen.yaml
microchip,lan966x-gck.yaml
microchip,mpfs-ccc.yaml dt-bindings: clock: mpfs-ccc: Add pic64gx compatibility 2026-01-16 08:48:38 +02:00
microchip,mpfs-clkcfg.yaml dt-bindings: clock: mpfs-clkcfg: Add pic64gx compatibility 2026-01-16 08:48:38 +02:00
microchip,pic32mzda-clk.yaml
microchip,sparx5-dpll.yaml
milbeaut-clock.yaml
moxa,moxart-clock.yaml
mstar,msc313-cpupll.yaml
mstar,msc313-mpll.yaml
nuvoton,ma35d1-clk.yaml
nuvoton,npcm750-clk.yaml
nuvoton,npcm845-clk.yaml
nvidia,tegra20-car.yaml
nvidia,tegra124-car.yaml
nvidia,tegra124-dfll.txt
nxp,imx95-blk-ctl.yaml
nxp,imx95-display-master-csr.yaml
nxp,lpc1850-ccu.yaml
nxp,lpc1850-cgu.yaml
nxp,lpc3220-clk.yaml
nxp,lpc3220-usb-clk.yaml
pwm-clock.yaml
pxa-clock.txt
qca,ath79-pll.yaml
qcom,a7pll.yaml
qcom,a53pll.yaml
qcom,aoncc-sm8250.yaml
qcom,audiocc-sm8250.yaml
qcom,camcc-sm8250.yaml
qcom,dispcc-sc8280xp.yaml
qcom,dispcc-sm8x50.yaml
qcom,dispcc-sm6125.yaml
qcom,dispcc-sm6350.yaml
qcom,gcc-apq8064.yaml
qcom,gcc-apq8084.yaml
qcom,gcc-ipq4019.yaml
qcom,gcc-ipq6018.yaml
qcom,gcc-ipq8064.yaml
qcom,gcc-ipq8074.yaml
qcom,gcc-mdm9607.yaml
qcom,gcc-mdm9615.yaml
qcom,gcc-msm8660.yaml
qcom,gcc-msm8909.yaml
qcom,gcc-msm8916.yaml
qcom,gcc-msm8953.yaml dt-bindings: clock: qcom: Add SDM439 Global Clock Controller 2026-01-07 09:34:28 -06:00
qcom,gcc-msm8974.yaml
qcom,gcc-msm8976.yaml
qcom,gcc-msm8994.yaml
qcom,gcc-msm8996.yaml
qcom,gcc-msm8998.yaml
qcom,gcc-qcm2290.yaml
qcom,gcc-qcs404.yaml
qcom,gcc-sc7180.yaml
qcom,gcc-sc7280.yaml
qcom,gcc-sc8180x.yaml
qcom,gcc-sc8280xp.yaml
qcom,gcc-sdm660.yaml
qcom,gcc-sdm845.yaml
qcom,gcc-sdx55.yaml
qcom,gcc-sdx65.yaml
qcom,gcc-sm6115.yaml
qcom,gcc-sm6125.yaml
qcom,gcc-sm6350.yaml
qcom,gcc-sm8150.yaml
qcom,gcc-sm8250.yaml
qcom,gcc-sm8350.yaml
qcom,gcc-sm8450.yaml
qcom,gcc.yaml
qcom,glymur-dispcc.yaml
qcom,glymur-gcc.yaml
qcom,gpucc-sdm660.yaml
qcom,gpucc.yaml
qcom,hfpll.yaml
qcom,ipq5018-gcc.yaml
qcom,ipq5332-gcc.yaml
qcom,ipq5424-apss-clk.yaml
qcom,ipq9574-cmn-pll.yaml
qcom,ipq9574-gcc.yaml
qcom,ipq9574-nsscc.yaml
qcom,kaanapali-gxclkctl.yaml dt-bindings: clock: qcom: document the Kaanapali GPU Clock Controller 2026-01-07 09:42:14 -06:00
qcom,kpss-acc-v1.yaml
qcom,kpss-gcc.yaml
qcom,krait-cc.yaml
qcom,lcc.yaml
qcom,milos-camcc.yaml
qcom,milos-dispcc.yaml
qcom,milos-gcc.yaml
qcom,milos-videocc.yaml
qcom,mmcc.yaml
qcom,msm8996-apcc.yaml
qcom,msm8996-cbf.yaml
qcom,msm8998-gpucc.yaml
qcom,q6sstopcc.yaml
qcom,qca8k-nsscc.yaml
qcom,qcm2290-dispcc.yaml
qcom,qcm2290-gpucc.yaml
qcom,qcs404-turingcc.yaml
qcom,qcs615-dispcc.yaml
qcom,qcs615-gcc.yaml
qcom,qcs615-gpucc.yaml
qcom,qcs615-videocc.yaml
qcom,qcs8300-gcc.yaml
qcom,qdu1000-ecpricc.yaml
qcom,qdu1000-gcc.yaml
qcom,rpmcc.yaml
qcom,rpmhcc.yaml
qcom,sa8775p-camcc.yaml
qcom,sa8775p-dispcc.yaml
qcom,sa8775p-gcc.yaml
qcom,sa8775p-videocc.yaml
qcom,sar2130p-gcc.yaml
qcom,sc7180-camcc.yaml
qcom,sc7180-dispcc.yaml
qcom,sc7180-lpasscorecc.yaml
qcom,sc7280-camcc.yaml
qcom,sc7280-dispcc.yaml
qcom,sc7280-lpasscc.yaml
qcom,sc7280-lpasscorecc.yaml
qcom,sc8180x-camcc.yaml
qcom,sc8280xp-lpasscc.yaml
qcom,sdm845-camcc.yaml
qcom,sdm845-dispcc.yaml
qcom,sdm845-lpasscc.yaml
qcom,sdx75-gcc.yaml
qcom,sm4450-camcc.yaml
qcom,sm4450-dispcc.yaml
qcom,sm4450-gcc.yaml
qcom,sm6115-dispcc.yaml
qcom,sm6115-gpucc.yaml
qcom,sm6115-lpasscc.yaml
qcom,sm6125-gpucc.yaml
qcom,sm6350-camcc.yaml
qcom,sm6375-dispcc.yaml
qcom,sm6375-gcc.yaml
qcom,sm6375-gpucc.yaml
qcom,sm7150-camcc.yaml
qcom,sm7150-dispcc.yaml
qcom,sm7150-gcc.yaml
qcom,sm7150-videocc.yaml
qcom,sm8150-camcc.yaml
qcom,sm8350-videocc.yaml
qcom,sm8450-camcc.yaml Merge branch '20260107-kaanapali-mmcc-v3-v3-0-8e10adc236a8@oss.qualcomm.com' into clk-for-6.20 2026-01-07 09:52:57 -06:00
qcom,sm8450-dispcc.yaml
qcom,sm8450-gpucc.yaml dt-bindings: clock: qcom: document the Kaanapali GPU Clock Controller 2026-01-07 09:42:14 -06:00
qcom,sm8450-videocc.yaml dt-bindings: clock: qcom: Add Kaanapali video clock controller 2026-01-07 09:42:14 -06:00
qcom,sm8550-dispcc.yaml dt-bindings: clock: qcom: document Kaanapali DISPCC clock controller 2026-01-07 09:42:14 -06:00
qcom,sm8550-gcc.yaml
qcom,sm8550-tcsr.yaml
qcom,sm8650-gcc.yaml
qcom,sm8750-gcc.yaml
qcom,spmi-clkdiv.yaml
qcom,videocc.yaml
qcom,x1e80100-camcc.yaml
qcom,x1e80100-gcc.yaml dt-bindings: clock: qcom,x1e80100-gcc: Add missing UFS mux clocks 2026-01-03 08:39:35 -06:00
raspberrypi,rp1-clocks.yaml
renesas,5p35023.yaml
renesas,9series.yaml dt-bindings: clk: rs9: Fix DIF pattern match 2026-02-02 16:36:14 -08:00
renesas,cpg-clocks.yaml
renesas,cpg-div6-clock.yaml
renesas,cpg-mssr.yaml
renesas,cpg-mstp-clocks.yaml
renesas,emev2-smu.yaml
renesas,r9a06g032-sysctrl.yaml
renesas,r9a08g045-vbattb.yaml
renesas,rcar-usb2-clock-sel.yaml
renesas,rzg2l-cpg.yaml
renesas,rzv2h-cpg.yaml
renesas,versaclock7.yaml
riscv,rpmi-clock.yaml
riscv,rpmi-mpxy-clock.yaml
rockchip,px30-cru.yaml
rockchip,rk3036-cru.yaml
rockchip,rk3128-cru.yaml
rockchip,rk3188-cru.yaml
rockchip,rk3228-cru.yaml
rockchip,rk3288-cru.yaml
rockchip,rk3308-cru.yaml
rockchip,rk3328-cru.yaml
rockchip,rk3368-cru.yaml
rockchip,rk3399-cru.yaml
rockchip,rk3506-cru.yaml
rockchip,rk3528-cru.yaml
rockchip,rk3562-cru.yaml
rockchip,rk3568-cru.yaml
rockchip,rk3576-cru.yaml
rockchip,rk3588-cru.yaml
rockchip,rv1108-cru.yaml
rockchip,rv1126-cru.yaml
rockchip,rv1126b-cru.yaml
samsung,exynos-audss-clock.yaml
samsung,exynos-clock.yaml
samsung,exynos-ext-clock.yaml
samsung,exynos7-clock.yaml
samsung,exynos850-clock.yaml
samsung,exynos990-clock.yaml
samsung,exynos2200-cmu.yaml
samsung,exynos4412-isp-clock.yaml
samsung,exynos5260-clock.yaml
samsung,exynos5410-clock.yaml
samsung,exynos5433-clock.yaml
samsung,exynos7870-cmu.yaml
samsung,exynos7885-clock.yaml
samsung,exynos8895-clock.yaml
samsung,exynosautov9-clock.yaml
samsung,exynosautov920-clock.yaml dt-bindings: clock: exynosautov920: add MFD clock definitions 2025-12-21 14:30:26 +01:00
samsung,s2mps11.yaml
samsung,s3c6400-clock.yaml
samsung,s5pv210-audss-clock.yaml
samsung,s5pv210-clock.yaml
silabs,si544.yaml
silabs,si570.yaml
silabs,si5341.yaml
silabs,si5351.yaml
skyworks,si521xx.yaml
snps,hsdk-pll-clock.txt
snps,pll-clock.txt
socionext,uniphier-clock.yaml
sophgo,cv1800-clk.yaml
sophgo,sg2042-clkgen.yaml
sophgo,sg2042-pll.yaml
sophgo,sg2042-rpgate.yaml
sophgo,sg2044-clk.yaml
spacemit,k1-pll.yaml dt-bindings: soc: spacemit: k3: add clock support 2026-01-09 10:27:10 +08:00
sprd,sc9860-clk.yaml dt-bindings: clock: sprd,sc9860-clk: Allow "reg" for gate clocks 2025-12-16 07:59:30 -06:00
sprd,sc9863a-clk.yaml
sprd,ums512-clk.yaml
st,nomadik.txt
st,stm32-rcc.yaml
st,stm32mp1-rcc.yaml
st,stm32mp21-rcc.yaml
st,stm32mp25-rcc.yaml
starfive,jh7100-audclk.yaml
starfive,jh7100-clkgen.yaml
starfive,jh7110-aoncrg.yaml
starfive,jh7110-ispcrg.yaml
starfive,jh7110-pll.yaml
starfive,jh7110-stgcrg.yaml
starfive,jh7110-syscrg.yaml
starfive,jh7110-voutcrg.yaml
stericsson,u8500-clks.yaml dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
sunplus,sp7021-clkc.yaml
tesla,fsd-clock.yaml
thead,th1520-clk-ap.yaml
ti,am62-audio-refclk.yaml
ti,am654-ehrpwm-tbclk.yaml
ti,cdce706.txt
ti,cdce925.yaml
ti,clkctrl.yaml
ti,lmk04832.yaml
ti,sci-clk.yaml
toshiba,tmpv770x-pipllct.yaml
toshiba,tmpv770x-pismu.yaml
vt8500.txt
xlnx,clocking-wizard.yaml
xlnx,vcu.yaml
xlnx,versal-clk.yaml
zynq-7000.txt