linux-yocto/Documentation/devicetree/bindings/clock
Linus Torvalds 522ba450b5 There's a bunch of patches here across drivers/clk/ to migrate drivers to use
struct clk_ops::determine_rate() instead of the round_rate() one so that we can
 remove the round_rate clk_op entirely. Brian has taken up that task which
 nobody else has wanted to do for close to a decade. Thanks Brian! This is all
 prerequisite work to get to the real task of improving the clk rate setting
 process. Once we have determine_rate() used everywhere, we'll be able to do
 things like chain the rate request structs in linked lists to order the rate
 setting operations or add more parameters without having to change every clk
 driver in existence. It's also nice to not have multiple ways to do something
 which just causes confusion for clk driver authors. Overall I'm glad this is
 getting done.
 
 Beyond this change we also have a tweak to the clk_lookup() function in the
 core framework to use hashing on the clk name instead of a clk tree walk with
 string comparisons. We _still_ rely on the clk name to be unique, because
 historically we've used globally unique strings to describe the clk tree
 topology. This tree walk becomes increasingly slow as more clks are added to
 the system. Searching from the roots for a duplicate is simple but pretty dumb
 and it wastes boot time so we're using a hash table as an improvement. Ideally
 we wouldn't rely on the strings to be unique at all, relegating them to simply
 debug information, but that is future work that will likely require some sort
 of Kconfig knob indicating strings aren't used for topology description.
 
 Outside of the core framework changes we have the usual new SoC support and
 fixes to clk drivers for things that were discovered once the clks were used by
 consumer drivers. Nothing in particular is jumping out at me in the "misc"
 pile, except maybe the Amlogic driver that has gone through a refactoring. That
 series got a fix from testing in -next though so it seems likely that things
 have been getting good test coverage for a couple weeks already.
 -----BEGIN PGP SIGNATURE-----
 
 iQJIBAABCAAyFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAmjkoQAUHHN3Ym95ZEBj
 aHJvbWl1bS5vcmcACgkQrQKIl8bklSWfWBAA3cjpOX/qOBDPmYPvV+WgiTPcmnw+
 PaMiGNqIWctnJiuYYUNVCfBIvTk9i1vYSgEosHAOqjXQV+7Ee31420xn5RYr6Zen
 cfeD58SJwZ1JVidvxwWclC5pnfTVXBC3wlHILCFHhckaGOT2k3d0ryN2io2TYuRx
 t9JsoW73YW+bmOWoFDHPMp4ow5Q87aa8k3/srhIP67tw2mzJp8Wp+EG0t0PVFF7Z
 aboz+QPwyT2YOLFKJxm6nTLb9FRVq3QLSO3Ek0+0TYXfRqkfegvGR+M82P4Jq2Y3
 osmTsumWeI170iAETmx2Py+uUV8MmnvPFQ6mxrGoXYyOx9SclN+SC86cOsi+RsgD
 830CHupZ/TrN3+DGyX6WVx1j7XKCplKhFXrXiFbkPnj4nJwi5UgiJrjAjPy78+iX
 LyvKfeT9ooAAVBVRMyZIWGF3kuQf5qHFMps5fwJk/j3R9yMiI10SVhruhYij1qAi
 EEisj955xqdyZV2gq85E7zHbjySA0nvNABn3NVUQOKPYQqtpglqXKGJuXZ1//9pa
 fZM2a3fH7w4fwH1x06FKut9zf1AZUgyasJPtgyCT9dpN+pcoNmJfoH3T42MCItbm
 XKEYgnv/kQT+M+GokBUfg8bJY5uPnPLa/f6aAAIAKGZV0HXAqz2q73SDlW7KUQmr
 vhgA4MRH4Vqviic=
 =fjY4
 -----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:
 "There's a bunch of patches here across drivers/clk/ to migrate drivers
  to use struct clk_ops::determine_rate() instead of the round_rate()
  one so that we can remove the round_rate clk_op entirely. Brian has
  taken up that task which nobody else has wanted to do for close to a
  decade. Thanks Brian!

  This is all prerequisite work to get to the real task of improving the
  clk rate setting process. Once we have determine_rate() used
  everywhere, we'll be able to do things like chain the rate request
  structs in linked lists to order the rate setting operations or add
  more parameters without having to change every clk driver in
  existence. It's also nice to not have multiple ways to do something
  which just causes confusion for clk driver authors. Overall I'm glad
  this is getting done.

  Beyond this change we also have a tweak to the clk_lookup() function
  in the core framework to use hashing on the clk name instead of a clk
  tree walk with string comparisons. We _still_ rely on the clk name to
  be unique, because historically we've used globally unique strings to
  describe the clk tree topology. This tree walk becomes increasingly
  slow as more clks are added to the system. Searching from the roots
  for a duplicate is simple but pretty dumb and it wastes boot time so
  we're using a hash table as an improvement. Ideally we wouldn't rely
  on the strings to be unique at all, relegating them to simply debug
  information, but that is future work that will likely require some
  sort of Kconfig knob indicating strings aren't used for topology
  description.

  Outside of the core framework changes we have the usual new SoC
  support and fixes to clk drivers for things that were discovered once
  the clks were used by consumer drivers. Nothing in particular is
  jumping out at me in the "misc" pile, except maybe the Amlogic driver
  that has gone through a refactoring. That series got a fix from
  testing in -next though so it seems likely that things have been
  getting good test coverage for a couple weeks already"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (299 commits)
  clk: microchip: core: remove duplicate roclk_determine_rate()
  reset: aspeed: register AST2700 reset auxiliary bus device
  dt-bindings: clock: ast2700: modify soc0/1 clock define
  clk: tegra: do not overallocate memory for bpmp clocks
  clk: ep93xx: Use int type to store negative error codes
  clk: nxp: Fix pll0 rate check condition in LPC18xx CGU driver
  clk: loongson2: Add clock definitions for Loongson-2K0300 SoC
  clk: loongson2: Avoid hardcoding firmware name of the reference clock
  clk: loongson2: Allow zero divisors for dividers
  clk: loongson2: Support scale clocks with an alternative mode
  clk: loongson2: Allow specifying clock flags for gate clock
  dt-bindings: clock: loongson2: Add Loongson-2K0300 compatible
  clk: clocking-wizard: Fix output clock register offset for Versal platforms
  clk: xilinx: Optimize divisor search in clk_wzrd_get_divisors_ver()
  clk: mmp: pxa1908: Instantiate power driver through auxiliary bus
  clk: s2mps11: add support for S2MPG10 PMIC clock
  dt-bindings: clock: samsung,s2mps11: add s2mpg10
  dt-bindings: stm32: cosmetic fixes for STM32MP25 clock and reset bindings
  clk: stm32: introduce clocks for STM32MP21 platform
  dt-bindings: stm32: add STM32MP21 clocks and reset bindings
  ...
2025-10-07 09:28:37 -07:00
..
sifive dt-bindings: drop Sagar Kadam from SiFive binding maintainership 2023-02-21 10:22:04 -06:00
st dt-bindings: clock: st: flexgen: remove deprecated compatibles 2025-09-21 09:52:31 -07:00
ti dt-bindings: clock: ti: add ti,autoidle.yaml reference 2025-06-11 11:13:16 -05:00
actions,owl-cmu.yaml dt-bindings: clock: actions,owl-cmu: convert to YAML 2024-11-14 12:27:09 -08:00
adi,axi-clkgen.yaml dt-bindings: clock: adi,axi-clkgen: add clock-output-names property 2025-08-13 11:41:32 -07:00
airoha,en7523-scu.yaml dt-bindings: clock: airoha: Update reg mapping for EN7581 SoC. 2024-11-14 12:58:56 -08:00
allwinner,sun4i-a10-ahb-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-apb1-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-apb0-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-axi-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-ccu.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-cpu-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-display-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-gates-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-mbus-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-mmc-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-mod1-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-mod0-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-osc-clk.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
allwinner,sun4i-a10-pll1-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-pll3-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-pll5-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-pll6-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-tcon-ch0-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-usb-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-ve-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun5i-a13-ahb-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun6i-a31-pll6-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun7i-a20-gmac-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun7i-a20-out-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-a83t-de2-clk.yaml dt-bindings: allwinner: add H616 DE33 clock binding 2025-05-12 23:55:06 +08:00
allwinner,sun8i-h3-bus-gates-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-ahb-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-apb0-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-cpus-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-de-clks.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-gt-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-mmc-config-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-pll4-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-usb-clks.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-usb-mod-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-usb-phy-clk.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun55i-a523-ccu.yaml dt-bindings: clock: sun55i-a523-ccu: Add A523 MCU CCU clock controller 2025-09-13 13:49:09 +08:00
alphascale,asm9260-clock-controller.yaml dt-bindings: clock: Convert alphascale,asm9260-clock-controller to DT schema 2025-06-18 18:42:10 -07:00
amlogic,a1-peripherals-clkc.yaml dt-bindings: clock: meson: a1: peripherals: support sys_pll input 2024-06-10 12:16:45 +02:00
amlogic,a1-pll-clkc.yaml dt-bindings: clock: meson: a1: pll: introduce new syspll bindings 2024-06-10 12:16:45 +02:00
amlogic,axg-audio-clkc.yaml dt-bindings: clock: meson: Convert axg-audio-clkc to YAML format 2024-06-03 13:57:45 +02:00
amlogic,c3-peripherals-clkc.yaml dt-bindings: clock: add Amlogic C3 peripherals clock controller 2024-06-04 10:27:23 +02:00
amlogic,c3-pll-clkc.yaml dt-bindings: clock: fix C3 PLL input parameter 2024-08-30 10:13:47 +02:00
amlogic,gxbb-aoclkc.yaml dt-bindings: clock: amlogic: convert amlogic,gxbb-aoclkc.txt to dt-schema 2023-08-08 16:09:29 +02:00
amlogic,gxbb-clkc.yaml dt-bindings: clock: amlogic: convert amlogic,gxbb-clkc.txt to dt-schema 2023-08-08 16:06:46 +02:00
amlogic,meson8-clkc.yaml dt-bindings: clock: convert amlogic,meson8b-clkc.txt to dtschema 2024-09-30 11:29:26 +02:00
amlogic,meson8-ddr-clkc.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
amlogic,s4-peripherals-clkc.yaml dt-bindings: clock: document Amlogic S4 SoC peripherals clock controller 2023-09-27 10:54:24 +02:00
amlogic,s4-pll-clkc.yaml dt-bindings: clock: document Amlogic S4 SoC PLL clock controller 2023-09-27 10:54:24 +02:00
apm,xgene-device-clock.yaml dt-bindings: clock: Convert APM XGene clocks to DT schema 2025-06-18 18:35:16 -07:00
apm,xgene-socpll-clock.yaml dt-bindings: clock: Convert APM XGene clocks to DT schema 2025-06-18 18:35:16 -07:00
apple,nco.yaml dt-bindings: clock: apple,nco: Add t6020-nco compatible 2025-09-14 21:51:01 +02:00
arm,syscon-icst.yaml dt-bindings: clock: Drop unneeded quotes 2023-03-31 10:00:53 -05:00
armada3700-xtal-clock.txt
atmel,at91rm9200-pmc.yaml dt-bindings: clocks: atmel,at91rm9200-pmc: add missing compatibles 2025-03-13 18:01:58 -07:00
atmel,at91sam9x5-sckc.yaml dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65 2024-12-17 10:10:20 +02:00
axis,artpec6-clkctrl.yaml dt-bindings: clock: Convert axis,artpec6-clkctrl to DT schema 2025-06-18 18:35:01 -07:00
axis,artpec8-clock.yaml dt-bindings: clock: Add ARTPEC-8 clock controller 2025-08-31 15:22:10 +02:00
axs10x-i2s-pll-clock.txt
baikal,bt1-ccu-div.yaml dt-bindings: clock: baikal,bt1-ccu-div: add top-level constraints 2024-08-28 10:01:22 -07:00
baikal,bt1-ccu-pll.yaml dt-bindings: correct white-spaces in examples 2023-11-29 14:32:08 -06:00
bitmain,bm1880-clk.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
brcm,bcm63xx-clocks.yaml dt-bindings: clock: Convert brcm,bcm63xx-clocks to DT schema 2025-06-11 11:21:55 -05:00
brcm,bcm2711-dvp.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
brcm,bcm2835-aux-clock.yaml dt-bindings: clock: convert bcm2835-aux-clock to yaml 2025-05-06 14:13:01 -07:00
brcm,bcm2835-cprman.yaml dt-bindings: clock: Convert brcm,bcm2835-cprman to DT schema 2025-06-18 18:38:43 -07:00
brcm,bcm53573-ilp.yaml dt-bindings: clock: Convert brcm,bcm53573-ilp to DT schema 2025-06-18 18:25:43 -07:00
brcm,bcm63268-timer-clocks.yaml dt-bindings: Remove last usage of "binding" or "schema" in titles 2023-06-16 13:56:18 -06:00
brcm,iproc-clocks.yaml Merge branches 'clk-kirkwood', 'clk-imx', 'clk-doc', 'clk-zynq' and 'clk-ralink' into clk-next 2021-09-01 15:27:07 -07:00
brcm,kona-ccu.yaml dt-bindings: clock: brcm,kona-ccu: convert to YAML 2023-12-17 15:23:16 -08:00
calxeda.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
canaan,k210-clk.yaml dt-bindings: Change Damien Le Moal's contact email 2023-06-08 07:31:27 -06:00
cirrus,cs2000-cp.yaml dt-bindings: drop redundant part of title (manual) 2022-12-16 12:51:43 -06:00
cirrus,ep7209-clk.yaml dt-bindings: clock: Convert cirrus,ep7209-clk to DT schema 2025-06-18 18:36:48 -07:00
cirrus,lochnagar.yaml dt-bindings: clock: cirrus,lochnagar: add top-level constraints 2024-08-28 10:01:25 -07:00
clk-palmas-clk32kg-clocks.txt
clock-bindings.txt dt-bindings: clock: Replace common binding with link to schema 2022-05-19 16:16:17 -07:00
fixed-clock.yaml dt-bindings: clock: fixed: Define a preferred node name 2024-05-03 17:56:55 -07:00
fixed-factor-clock.yaml dt-bindings: clock: fixed: Define a preferred node name 2024-05-03 17:56:55 -07:00
fixed-mmio-clock.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06:00
fsl,flexspi-clock.yaml
fsl,imx8-acm.yaml dt-bindings: clock: fsl,imx8-acm: Add audio clock mux support 2023-08-14 12:27:52 +03:00
fsl,imx8m-anatop.yaml dt-bindings: clock: add i.MX8M Anatop 2022-10-24 09:02:54 +08:00
fsl,imx93-anatop.yaml dt-bindings: clock: support i.MX93 ANATOP clock module 2023-12-05 16:04:10 +02:00
fsl,plldig.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
fsl,qoriq-clock-legacy.yaml dt-bindings: clock: qoriq-clock: convert to yaml format 2024-07-08 11:58:17 -07:00
fsl,qoriq-clock.yaml dt-bindings: clock: qoriq-clock: convert to yaml format 2024-07-08 11:58:17 -07:00
fsl,sai-clock.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
fsl,scu-clk.yaml dt-bindings: drop redundant part of title (manual) 2022-12-16 12:51:43 -06:00
fsl,vf610-ccm.yaml dt-bindings: clock: convert vf610-clock.txt to yaml format 2025-04-29 14:05:14 -07:00
gated-fixed-clock.yaml dt-bindings: clocks: add binding for gated-fixed-clocks 2024-10-15 16:04:19 -07:00
google,gs101-clock.yaml dt-bindings: clock: google,gs101-clock: add HSI2 clock management unit 2024-04-29 19:06:57 +02:00
gpio-gate-clock.yaml dt-bindings: clock: gpio-gate-clock: Convert to json-schema 2022-08-22 16:14:54 -07:00
gpio-mux-clock.yaml dt-bindings: clock: gpio-mux-clock: Convert to json-schema 2021-06-25 15:41:58 -07:00
hi3660-clock.txt
hi3670-clock.txt
hi6220-clock.txt
hisi-crg.txt
hisilicon,hi3559av100-clock.yaml dt-bindings: Document the hi3559a clock bindings 2021-06-27 20:05:41 -07:00
idt,versaclock5.yaml dt-bindings: clk: vc5: Make SD/OE pin configuration properties not required 2024-09-13 14:50:48 -05:00
img,boston-clock.txt
img,pistachio-clk.yaml dt-bindings: clock: Convert img,pistachio-clk to DT schema 2025-06-18 18:39:41 -07:00
imx1-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx5-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx6q-clock.yaml dt-bindings: drop stale Anson Huang from maintainers 2024-07-09 07:40:17 -06:00
imx6sl-clock.yaml dt-bindings: drop stale Anson Huang from maintainers 2024-07-09 07:40:17 -06:00
imx6sll-clock.yaml dt-bindings: drop stale Anson Huang from maintainers 2024-07-09 07:40:17 -06:00
imx6sx-clock.yaml dt-bindings: drop stale Anson Huang from maintainers 2024-07-09 07:40:17 -06:00
imx6ul-clock.yaml dt-bindings: drop stale Anson Huang from maintainers 2024-07-09 07:40:17 -06:00
imx7d-clock.yaml dt-bindings: drop stale Anson Huang from maintainers 2024-07-09 07:40:17 -06:00
imx7ulp-pcc-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx7ulp-scg-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx8m-clock.yaml dt-bindings: clock: imx8m: document nominal/overdrive properties 2025-03-03 19:02:06 +02:00
imx8mp-audiomix.yaml dt-bindings: clock: imx8mp: add axi clock 2025-03-03 18:49:42 +02:00
imx8qxp-lpcg.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
imx8ulp-cgc-clock.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
imx8ulp-pcc-clock.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
imx21-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx23-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx25-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx27-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx28-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx31-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx35-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx93-clock.yaml dt-bindings: clock: Add i.MX91 clock support 2024-10-23 22:48:30 +03:00
imxrt1050-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
ingenic,cgu.yaml dt-bindings: clock: drop unneeded quotes and use absolute /schemas path 2023-06-15 10:35:33 -07:00
intel,agilex.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
intel,agilex5-clkmgr.yaml dt-bindings: clock: add Intel Agilex5 clock manager 2023-08-08 06:32:34 -05:00
intel,cgu-lgm.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
intel,easic-n5x.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
intel,stratix10.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
keystone-gate.txt dt-bindings: clock: keystone: remove unstable remark 2024-04-03 08:13:32 -05:00
keystone-pll.txt dt-bindings: clock: keystone: remove unstable remark 2024-04-03 08:13:32 -05:00
loongson,ls1x-clk.yaml dt-bindings: clock: Add Loongson-1 clock 2023-03-21 16:25:49 -07:00
loongson,ls2k-clk.yaml dt-bindings: clock: loongson2: Add Loongson-2K0300 compatible 2025-09-21 12:48:30 -07:00
lsi,axm5516-clks.yaml dt-bindings: clock: Convert lsi,axm5516-clks to DT schema 2025-06-18 18:39:52 -07:00
lsi,nspire-cx-clock.yaml dt-bindings: clock: Convert TI-NSPIRE clocks to DT schema 2025-06-18 18:40:02 -07:00
marvell-armada-370-gating-clock.yaml dt-bindings: clock: Convert marvell-armada-370-gating-clock to DT schema 2025-06-18 18:40:24 -07:00
marvell,armada-370-corediv-clock.yaml dt-bindings: clock: Convert marvell,armada-370-corediv-clock to DT schema 2025-06-18 18:41:42 -07:00
marvell,armada-3700-periph-clock.yaml dt-bindings: clock: Convert marvell,armada-3700-periph-clock to DT schema 2025-06-18 18:41:30 -07:00
marvell,armada-3700-tbg-clock.yaml dt-bindings: clock: Convert marvell,armada-3700-tbg-clock to DT schema 2025-06-18 18:40:34 -07:00
marvell,armada-3700-uart-clock.yaml dt-bindings: mvebu-uart: document DT bindings for marvell,armada-3700-uart-clock 2022-02-25 10:27:57 +01:00
marvell,armada-xp-cpu-clock.yaml dt-bindings: clock: Convert marvell,armada-xp-cpu-clock to DT schema 2025-06-18 18:40:14 -07:00
marvell,berlin2-clk.yaml dt-bindings: clock: Convert marvell,berlin2-clk to DT schema 2025-06-18 18:41:02 -07:00
marvell,dove-divider-clock.yaml dt-bindings: clock: Convert marvell,dove-divider-clock to DT schema 2025-06-18 18:40:48 -07:00
marvell,mmp2-audio-clock.yaml
marvell,mmp2-clock.yaml
marvell,mvebu-core-clock.yaml dt-bindings: clock: Convert marvell,mvebu-core-clock to DT schema 2025-06-18 18:41:24 -07:00
marvell,pxa168.txt
marvell,pxa910.txt
marvell,pxa1908.yaml dt-bindings: clock: marvell,pxa1908: Add syscon compatible to apmu 2025-09-17 16:09:14 +02:00
marvell,pxa1928.txt
maxim,max9485.yaml dt-bindings: clock: Convert maxim,max9485 to DT schema 2025-07-24 14:11:26 -07:00
mediatek,apmixedsys.yaml dt-bindings: clock: Add MediaTek MT6735 clock and reset bindings 2024-10-17 12:24:35 -07:00
mediatek,ethsys.yaml dt-bindings: clock: mediatek: add clock controllers of MT7988 2024-01-03 15:55:17 -08:00
mediatek,infracfg.yaml dt-bindings: clock: Add MediaTek MT6735 clock and reset bindings 2024-10-17 12:24:35 -07:00
mediatek,mt2701-hifsys.yaml dt-bindings: clock: mediatek: convert hifsys to the json-schema clock 2024-02-21 20:56:37 -08:00
mediatek,mt6795-clock.yaml dt-bindings: clock: mediatek: Add clock driver bindings for MT6795 2022-09-26 11:13:09 +08:00
mediatek,mt7621-sysc.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
mediatek,mt7622-pciesys.yaml dt-bindings: clock: mediatek: add syscon compatible for mt7622 pciesys 2024-07-08 12:01:46 -07:00
mediatek,mt7622-ssusbsys.yaml dt-bindings: clock: mediatek: convert SSUSBSYS to the json-schema clock 2024-02-21 20:56:37 -08:00
mediatek,mt7988-ethwarp.yaml dt-bindings: clock: mediatek: add clock controllers of MT7988 2024-01-03 15:55:17 -08:00
mediatek,mt7988-xfi-pll.yaml dt-bindings: clock: mediatek: add clock controllers of MT7988 2024-01-03 15:55:17 -08:00
mediatek,mt8186-clock.yaml dt-bindings: Move Mediatek clock controllers to "clock" directory 2024-08-12 13:51:15 -07:00
mediatek,mt8186-fhctl.yaml dt-bindings: clock: mediatek,mt8186-fhctl: Support MT6795, MT8173/92/95 2023-03-13 11:46:32 -07:00
mediatek,mt8186-sys-clock.yaml dt-bindings: Move Mediatek clock controllers to "clock" directory 2024-08-12 13:51:15 -07:00
mediatek,mt8188-clock.yaml dt-bindings: clock: mediatek: Add #reset-cells property for MT8188 2025-06-20 18:17:23 -07:00
mediatek,mt8188-sys-clock.yaml dt-bindings: clock: mediatek: Document reset cells for MT8188 sys 2024-07-08 12:07:51 -07:00
mediatek,mt8192-clock.yaml dt-bindings: Move Mediatek clock controllers to "clock" directory 2024-08-12 13:51:15 -07:00
mediatek,mt8192-sys-clock.yaml dt-bindings: Move Mediatek clock controllers to "clock" directory 2024-08-12 13:51:15 -07:00
mediatek,mt8195-clock.yaml dt-bindings: Move Mediatek clock controllers to "clock" directory 2024-08-12 13:51:15 -07:00
mediatek,mt8195-sys-clock.yaml dt-bindings: Move Mediatek clock controllers to "clock" directory 2024-08-12 13:51:15 -07:00
mediatek,mt8196-clock.yaml dt-bindings: clock: mediatek: Describe MT8196 clock controllers 2025-09-21 09:35:59 -07:00
mediatek,mt8196-sys-clock.yaml dt-bindings: clock: mediatek: Describe MT8196 clock controllers 2025-09-21 09:35:59 -07:00
mediatek,mt8365-clock.yaml dt-bindings: clock: mediatek: add bindings for MT8365 SoC 2022-09-30 15:07:43 -07:00
mediatek,mt8365-sys-clock.yaml dt-bindings: clock: mediatek: add bindings for MT8365 SoC 2022-09-30 15:07:43 -07:00
mediatek,mtmips-sysc.yaml dt-bindings: clock: mediatek,mtmips-sysc: Adapt compatible for MT7688 boards 2025-07-02 13:17:24 +02:00
mediatek,pericfg.yaml dt-bindings: clock: Add MediaTek MT6735 clock and reset bindings 2024-10-17 12:24:35 -07:00
mediatek,syscon.yaml dt-bindings: clock: mediatek: Add power-domains property 2025-09-19 22:45:07 -07:00
mediatek,topckgen.yaml dt-bindings: clock: Add MediaTek MT6735 clock and reset bindings 2024-10-17 12:24:35 -07:00
microchip,lan966x-gck.yaml dt-bindings: clock: add support for lan969x 2024-10-13 19:18:58 +03:00
microchip,mpfs-ccc.yaml dt-bindings: clk: document PolarFire SoC fabric clocks 2022-09-14 10:57:07 +03:00
microchip,mpfs-clkcfg.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
microchip,pic32mzda-clk.yaml dt-bindings: clock: Convert microchip,pic32mzda-clk to DT schema 2025-07-24 14:19:32 -07:00
microchip,sparx5-dpll.yaml
milbeaut-clock.yaml dt-bindings: clock: milbeaut: Drop providers and consumers from example 2024-06-03 16:32:04 -07:00
moxa,moxart-clock.yaml dt-bindings: clock: Convert moxa,moxart-clock to DT schema 2025-07-24 14:19:37 -07:00
mstar,msc313-cpupll.yaml dt-bindings: clk: mstar msc313 cpupll binding description 2022-02-16 19:16:03 +01:00
mstar,msc313-mpll.yaml
nuvoton,ma35d1-clk.yaml dt-bindings: clock: nuvoton: add binding for ma35d1 clock controller 2023-06-05 13:18:08 +02:00
nuvoton,npcm750-clk.yaml dt-bindings: clock: Convert nuvoton,npcm750-clk to DT schema 2025-07-24 14:19:42 -07:00
nuvoton,npcm845-clk.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
nvidia,tegra20-car.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
nvidia,tegra124-car.yaml dt-bindings: clock: tegra: Document Tegra132 compatible 2023-07-25 18:29:04 +02:00
nvidia,tegra124-dfll.txt dt-bindings: pinctrl: tegra: Convert to json-schema 2022-11-21 13:27:29 +01:00
nxp,imx95-blk-ctl.yaml dt-bindings: clock: Add support for i.MX94 LVDS/DISPLAY CSR 2025-07-21 10:33:54 +03:00
nxp,imx95-display-master-csr.yaml dt-bindings: clock: support i.MX95 Display Master CSR module 2024-04-22 12:58:10 +03:00
nxp,lpc1850-ccu.yaml dt-bindings: clock: convert lpc1850-ccu.txt to yaml format 2025-06-19 13:02:33 -07:00
nxp,lpc1850-cgu.yaml dt-bindings: clock: convert lpc1850-cgu.txt to yaml format 2025-07-24 14:26:01 -07:00
nxp,lpc3220-clk.yaml dt-bindings: clock: nxp,lpc3220-clk: Convert bindings to DT schema 2024-07-31 14:55:39 -07:00
nxp,lpc3220-usb-clk.yaml dt-bindings: clock: nxp,lpc3220-usb-clk: Convert bindings to dtschema 2024-07-31 15:01:28 -07:00
pwm-clock.yaml dt-bindings: clock: Convert pwm-clock to DT schema 2022-10-18 10:03:45 -05:00
pxa-clock.txt
qca,ath79-pll.yaml dt-bindings: clock: Convert qca,ath79-pll to DT schema 2025-07-24 14:19:46 -07:00
qcom,a7pll.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,a53pll.yaml dt-bindings: clock: qcom,a53pll: Add msm8226-a7pll compatible 2024-08-15 14:14:54 -05:00
qcom,aoncc-sm8250.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,audiocc-sm8250.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,camcc-sm8250.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,dispcc-sc8280xp.yaml dt-bindings: clock: qcom,dispcc-sc8280xp: reference qcom,gcc.yaml 2024-06-12 23:03:13 -05:00
qcom,dispcc-sm8x50.yaml dt-bindings: clock: qcom,dispcc-sm8x50: reference qcom,gcc.yaml 2024-06-12 23:03:13 -05:00
qcom,dispcc-sm6125.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,dispcc-sm6350.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-apq8064.yaml dt-bindings: clock: qcom,gcc: sort out power-domains support 2024-05-31 18:07:30 -05:00
qcom,gcc-apq8084.yaml dt-bindings: clock: qcom,gcc: sort out power-domains support 2024-05-31 18:07:30 -05:00
qcom,gcc-ipq4019.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-ipq6018.yaml dt-bindings: clock: qcom,gcc: sort out power-domains support 2024-05-31 18:07:30 -05:00
qcom,gcc-ipq8064.yaml dt-bindings: clock: qcom,gcc: sort out power-domains support 2024-05-31 18:07:30 -05:00
qcom,gcc-ipq8074.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-mdm9607.yaml dt-bindings: clock: qcom,gcc: sort out power-domains support 2024-05-31 18:07:30 -05:00
qcom,gcc-mdm9615.yaml dt-bindings: clock: add schema for qcom,gcc-mdm9615 2024-05-31 18:07:30 -05:00
qcom,gcc-msm8660.yaml dt-bindings: clock: qcom,gcc: sort out power-domains support 2024-05-31 18:07:30 -05:00
qcom,gcc-msm8909.yaml dt-bindings: clock: qcom,gcc: sort out power-domains support 2024-05-31 18:07:30 -05:00
qcom,gcc-msm8916.yaml dt-bindings: clock: qcom,gcc: sort out power-domains support 2024-05-31 18:07:30 -05:00
qcom,gcc-msm8953.yaml dt-bindings: clock: qcom: Add MSM8937 Global Clock Controller 2025-09-04 08:37:53 -05:00
qcom,gcc-msm8974.yaml dt-bindings: clock: qcom,gcc: sort out power-domains support 2024-05-31 18:07:30 -05:00
qcom,gcc-msm8976.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-msm8994.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-msm8996.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-msm8998.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-qcm2290.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-qcs404.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sc7180.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sc7280.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sc8180x.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sc8280xp.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sdm660.yaml dt-bindings: clock: qcom,gcc: sort out power-domains support 2024-05-31 18:07:30 -05:00
qcom,gcc-sdm845.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sdx55.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sdx65.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sm6115.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sm6125.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sm6350.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sm8150.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sm8250.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sm8350.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc-sm8450.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,gcc.yaml dt-bindings: clock: qcom,gcc: sort out power-domains support 2024-05-31 18:07:30 -05:00
qcom,glymur-dispcc.yaml dt-bindings: clock: Add DISPCC and reset controller for GLYMUR SoC 2025-09-03 17:13:16 -05:00
qcom,glymur-gcc.yaml dt-bindings: clock: qcom: document the Glymur Global Clock Controller 2025-09-03 18:15:43 -05:00
qcom,gpucc-sdm660.yaml dt-bindings: clock: qcom,gpucc-sdm660: reference qcom,gcc.yaml 2024-06-12 23:03:13 -05:00
qcom,gpucc.yaml dt-bindings: clock: qcom: Add GPU clocks for QCS8300 2025-02-14 11:32:25 -06:00
qcom,hfpll.yaml dt-bindings: clock: qcom,hfpll: Convert to YAML 2024-04-23 14:14:46 -05:00
qcom,ipq5018-gcc.yaml dt-bindings: clock: qcom,gcc: sort out power-domains support 2024-05-31 18:07:30 -05:00
qcom,ipq5332-gcc.yaml dt-bindings: clock: Add Qualcomm IPQ5424 GCC binding 2024-11-05 16:32:44 -08:00
qcom,ipq5424-apss-clk.yaml dt-bindings: clock: ipq5424-apss-clk: Add ipq5424 apss clock controller 2025-08-11 10:05:20 -05:00
qcom,ipq9574-cmn-pll.yaml Merge branch '20250516-ipq5018-cmn-pll-v4-2-389a6b30e504@outlook.com' into clk-for-6.17 2025-07-16 23:04:22 -05:00
qcom,ipq9574-gcc.yaml Merge branch '20240430064214.2030013-3-quic_varada@quicinc.com' into clk-for-6.11 2024-07-08 11:40:54 -05:00
qcom,ipq9574-nsscc.yaml dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions 2025-03-17 10:10:37 -05:00
qcom,kpss-acc-v1.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
qcom,kpss-gcc.yaml dt-bindings: arm: msm: Rework kpss-gcc driver Documentation to yaml 2023-03-15 16:40:49 -07:00
qcom,krait-cc.yaml dt-bindings: clock: Convert qcom,krait-cc to DT schema 2025-07-24 12:30:13 -07:00
qcom,lcc.yaml dt-bindings: clock: qcom,lcc.yaml: describe clocks for lcc,qcom-mdm9615 2023-07-31 14:23:19 -07:00
qcom,milos-camcc.yaml dt-bindings: clock: qcom: document the Milos Camera Clock Controller 2025-07-16 23:17:05 -05:00
qcom,milos-dispcc.yaml dt-bindings: clock: qcom: document the Milos Display Clock Controller 2025-07-16 23:17:05 -05:00
qcom,milos-gcc.yaml dt-bindings: clock: qcom: document the Milos Global Clock Controller 2025-07-16 23:17:04 -05:00
qcom,milos-videocc.yaml dt-bindings: clock: qcom: document the Milos Video Clock Controller 2025-07-16 23:17:05 -05:00
qcom,mmcc.yaml dt-bindings: clock: qcom,mmcc: Reference qcom,gcc.yaml 2025-07-19 22:42:28 -05:00
qcom,msm8996-apcc.yaml dt-bindings: clock: qcom,msm8996-apcc: add sys_apcs_aux clock 2023-01-18 21:06:51 -06:00
qcom,msm8996-cbf.yaml dt-bindings: clock: qcom,msm8996-cbf: Add compatible for MSM8996 Pro 2023-07-31 14:29:05 -07:00
qcom,msm8998-gpucc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,q6sstopcc.yaml dt-bindings: clock: qcom: Fix @codeaurora email in Q6SSTOP 2024-02-02 17:15:13 -06:00
qcom,qca8k-nsscc.yaml dt-bindings: clock: add qca8386/qca8084 clock and reset definitions 2024-06-12 23:04:26 -05:00
qcom,qcm2290-dispcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,qcm2290-gpucc.yaml dt-bindings: clock: Add Qcom QCM2290 GPUCC 2024-06-12 23:06:10 -05:00
qcom,qcs404-turingcc.yaml dt-bindings: clock: qcom,qcs404-turingcc: convert to dtschema 2024-08-15 14:14:54 -05:00
qcom,qcs615-dispcc.yaml dt-bindings: clock: Add Qualcomm QCS615 Display clock controller 2025-07-16 23:12:06 -05:00
qcom,qcs615-gcc.yaml dt-bindings: clock: qcom: Add QCS615 GCC clocks 2024-12-01 22:04:24 -06:00
qcom,qcs615-gpucc.yaml dt-bindings: clock: Add Qualcomm QCS615 Graphics clock controller 2025-07-16 23:12:06 -05:00
qcom,qcs615-videocc.yaml dt-bindings: clock: Add Qualcomm QCS615 Video clock controller 2025-07-16 23:12:06 -05:00
qcom,qcs8300-gcc.yaml dt-bindings: clock: qcom: Add GCC clocks for QCS8300 2024-11-05 16:58:19 -08:00
qcom,qdu1000-ecpricc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,qdu1000-gcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,rpmcc.yaml dt-bindings: clock: qcom,rpmcc: Add SDM429 2025-02-14 11:01:24 -06:00
qcom,rpmhcc.yaml dt-bindings: clock: qcom-rpmhcc: Add support for Glymur SoCs 2025-09-03 18:14:44 -05:00
qcom,sa8775p-camcc.yaml dt-bindings: clock: qcom,sm8450-camcc: Move sc8280xp camcc to sa8775p camcc 2025-06-10 12:59:19 -05:00
qcom,sa8775p-dispcc.yaml dt-bindings: clock: qcom: Add SA8775P display clock controllers 2024-10-22 17:23:55 -05:00
qcom,sa8775p-gcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sa8775p-videocc.yaml dt-bindings: clock: qcom: Add QCS8300 video clock controller 2025-02-14 11:32:25 -06:00
qcom,sar2130p-gcc.yaml dt-bindings: clock: qcom: document SAR2130P Global Clock Controller 2024-11-05 16:19:40 -08:00
qcom,sc7180-camcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sc7180-dispcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sc7180-lpasscorecc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sc7280-camcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sc7280-dispcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sc7280-lpasscc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sc7280-lpasscorecc.yaml dt-bindings: clock: qcom: Add compatible for QCM6490 boards 2025-03-13 16:45:22 -05:00
qcom,sc8180x-camcc.yaml dt-bindings: clock: Add Qualcomm SC8180X Camera clock controller 2025-06-10 22:14:31 -05:00
qcom,sc8280xp-lpasscc.yaml dt-bindings: clock: Add x1e80100 LPASSCC reset controller 2024-08-15 14:14:54 -05:00
qcom,sdm845-camcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sdm845-dispcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sdm845-lpasscc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sdx75-gcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm4450-camcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm4450-dispcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm4450-gcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm6115-dispcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm6115-gpucc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm6115-lpasscc.yaml dt-bindings: clock: Add Qualcomm SM6115 LPASS clock controller 2025-01-07 20:29:27 -06:00
qcom,sm6125-gpucc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm6350-camcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm6375-dispcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm6375-gcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm6375-gpucc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm7150-camcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm7150-dispcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm7150-gcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm7150-videocc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm8150-camcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm8350-videocc.yaml dt-bindings: Batch-update Konrad Dybcio's email 2024-07-29 13:35:47 -06:00
qcom,sm8450-camcc.yaml dt-bindings: clock: qcom,sm8450-camcc: Move sc8280xp camcc to sa8775p camcc 2025-06-10 12:59:19 -05:00
qcom,sm8450-dispcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm8450-gpucc.yaml dt-bindings: clock: qcom: document the Milos GPU Clock Controller 2025-07-16 23:17:05 -05:00
qcom,sm8450-videocc.yaml dt-bindings: clock: qcom,sm8450-videocc: Document X1E80100 compatible 2025-07-16 23:16:15 -05:00
qcom,sm8550-dispcc.yaml dt-bindings: clock: qcom,sm8550-dispcc: Add SM8750 DISPCC 2025-01-06 10:30:00 -06:00
qcom,sm8550-gcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm8550-tcsr.yaml dt-bindings: clock: qcom: Document the Glymur SoC TCSR Clock Controller 2025-09-03 18:14:44 -05:00
qcom,sm8650-gcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
qcom,sm8750-gcc.yaml dt-bindings: clock: qcom: Add SM8750 GCC 2025-01-06 10:27:00 -06:00
qcom,spmi-clkdiv.yaml dt-bindings: clock: qcom,spmi-clkdiv: convert to DT schema 2023-01-10 22:41:37 -06:00
qcom,videocc.yaml dt-bindings: clock: qcom,videocc: Add sc8180x compatible 2025-08-11 22:56:50 -05:00
qcom,x1e80100-camcc.yaml dt-bindings: clock: qcom,x1e80100-camcc: Fix the list of required-opps 2025-03-16 21:28:31 -05:00
qcom,x1e80100-gcc.yaml dt-bindings: clock: qcom: Remove double colon from description 2025-07-24 12:24:08 -07:00
raspberrypi,rp1-clocks.yaml dt-bindings: clock: Add RaspberryPi RP1 clock bindings 2025-06-09 10:10:30 -07:00
renesas,5p35023.yaml dt-bindings: clock: versaclock3: Document 5L35023 Versa3 clock generator 2024-12-10 14:49:27 -08:00
renesas,9series.yaml dt-bindings: clk: rs9: Add 9FGV0841 2023-12-17 15:24:54 -08:00
renesas,cpg-clocks.yaml dt-bindings: clock: renesas,cpg-clocks: Add top-level constraints 2024-08-23 15:45:22 +02:00
renesas,cpg-div6-clock.yaml dt-bindings: clock: renesas: Make example 'clocks' parsable 2022-03-24 19:24:10 -07:00
renesas,cpg-mssr.yaml dt-bindings: clock: renesas,cpg-mssr: Document RZ/N2H support 2025-06-19 20:08:13 +02:00
renesas,cpg-mstp-clocks.yaml
renesas,emev2-smu.yaml dt-bindings: clk: emev2: Convert to json-schema 2021-05-10 11:54:32 -05:00
renesas,r9a06g032-sysctrl.yaml dt-bindings: clock: drop unneeded quotes and use absolute /schemas path 2023-06-15 10:35:33 -07:00
renesas,r9a08g045-vbattb.yaml dt-bindings: clock: renesas,r9a08g045-vbattb: Document VBATTB 2024-11-03 11:43:21 +01:00
renesas,rcar-usb2-clock-sel.yaml dt-bindings: clock: Drop unneeded quotes 2023-03-31 10:00:53 -05:00
renesas,rzg2l-cpg.yaml Revert "dt-bindings: clock: renesas,rzg2l-cpg: Update #power-domain-cells = <1> for RZ/G3S" 2025-06-10 10:24:17 +02:00
renesas,rzv2h-cpg.yaml dt-bindings: clock: renesas: Document RZ/V2N SoC CPG 2025-04-14 10:48:18 +02:00
renesas,versaclock7.yaml dt-bindings: drop redundant part of title (end) 2022-12-16 11:41:49 -06:00
riscv,rpmi-clock.yaml dt-bindings: clock: Add RPMI clock service controller bindings 2025-09-25 13:16:42 -06:00
riscv,rpmi-mpxy-clock.yaml dt-bindings: clock: Add RPMI clock service message proxy bindings 2025-09-25 13:16:13 -06:00
rockchip,px30-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3036-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3128-cru.yaml dt-bindings: clock: convert rockchip,rk3128-cru.txt to YAML 2022-09-23 12:28:49 +02:00
rockchip,rk3188-cru.yaml dt-bindings: clock: convert rockchip,rk3188-cru.txt to YAML 2022-05-17 20:52:29 +02:00
rockchip,rk3228-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3288-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3308-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3328-cru.yaml dt-bindings: clock: convert rockchip,rk3328-cru.txt to YAML 2024-10-08 21:11:29 +02:00
rockchip,rk3368-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3399-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rk3528-cru.yaml dt-bindings: clock: Document clock and reset unit of RK3528 2025-02-26 18:04:00 +01:00
rockchip,rk3562-cru.yaml dt-bindings: clock: Add RK3562 cru 2025-02-28 22:48:24 +01:00
rockchip,rk3568-cru.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
rockchip,rk3576-cru.yaml dt-bindings: clock, reset: Add support for rk3576 2024-08-29 10:28:16 +02:00
rockchip,rk3588-cru.yaml dt-bindings: clock: rockchip,rk3588-cru: drop unneeded assigned-clocks 2024-08-29 10:14:39 +02:00
rockchip,rv1108-cru.yaml dt-bindings: clock: rockchip: change SPDX-License-Identifier 2022-09-23 20:48:01 +02:00
rockchip,rv1126-cru.yaml dt-bindings: clock: rockchip: Document RV1126 CRU 2022-09-17 16:29:17 +02:00
samsung,exynos-audss-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,exynos-clock.yaml dt-bindings: clock: samsung,exynos: add Exynos4212 clock compatible 2023-05-09 19:48:19 +02:00
samsung,exynos-ext-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,exynos7-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,exynos850-clock.yaml dt-bindings: clock: exynos850: Add CMU_CPUCLK0 and CMU_CPUCL1 2024-02-25 16:48:45 +01:00
samsung,exynos990-clock.yaml dt-bindings: clock: exynos990: Add PERIC0 and PERIC1 clock units 2025-09-07 11:10:55 +02:00
samsung,exynos2200-cmu.yaml dt-bindings: clock: add Exynos2200 SoC 2025-03-01 15:03:13 +01:00
samsung,exynos4412-isp-clock.yaml Devicetree updates for v5.19: 2022-05-25 14:56:06 -07:00
samsung,exynos5260-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,exynos5410-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,exynos5433-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,exynos7870-cmu.yaml dt-bindings: clock: add clock definitions and documentation for exynos7870 CMU 2025-03-01 15:07:19 +01:00
samsung,exynos7885-clock.yaml dt-bindings: clock: Add bindings for Exynos7885 CMU_FSYS 2022-06-20 13:57:03 +02:00
samsung,exynos8895-clock.yaml dt-bindings: clock: samsung: Add Exynos8895 SoC 2024-10-26 13:58:33 +02:00
samsung,exynosautov9-clock.yaml dt-bindings: clock: exynosautov9: add dpum clock 2024-08-11 14:30:04 +02:00
samsung,exynosautov920-clock.yaml dt-bindings: clock: exynosautov920: add hsi2 clock definitions 2025-06-12 17:26:57 +02:00
samsung,s2mps11.yaml dt-bindings: clock: samsung,s2mps11: add s2mpg10 2025-09-21 10:43:16 -07:00
samsung,s3c6400-clock.yaml dt-bindings: clock: samsung,s3c6400-clock: convert to DT Schema 2024-03-26 10:04:24 +01:00
samsung,s5pv210-audss-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
samsung,s5pv210-clock.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
silabs,si544.yaml dt-bindings: clock: Convert silabs,si514/544 to DT schema 2025-08-13 11:01:16 -07:00
silabs,si570.yaml dt-bindings: clock: Convert silabs,si570 to DT schema 2025-08-13 11:02:06 -07:00
silabs,si5341.yaml dt-bindings: clock: silabs,si5341: Add missing properties 2025-09-16 17:47:12 -07:00
silabs,si5351.yaml dt-bindings: clock: si5351: add PLL reset mode property 2023-12-17 22:31:36 -08:00
skyworks,si521xx.yaml dt-bindings: clk: si521xx: Add Skyworks Si521xx I2C PCIe clock generators 2023-03-27 10:44:29 -07:00
snps,hsdk-pll-clock.txt
snps,pll-clock.txt
socionext,uniphier-clock.yaml dt-bindings: clock: Fix node descriptions in uniphier-clock example 2022-12-26 16:09:28 -06:00
sophgo,cv1800-clk.yaml dt-bindings: clock: sophgo: Use precise compatible for CV1800 series SoC 2025-05-07 07:42:35 +08:00
sophgo,sg2042-clkgen.yaml dt-bindings: clock: sophgo: add clkgen for SG2042 2024-06-14 14:49:40 +08:00
sophgo,sg2042-pll.yaml dt-bindings: clock: sophgo: add pll clocks for SG2042 2024-06-14 14:49:40 +08:00
sophgo,sg2042-rpgate.yaml dt-bindings: clock: sophgo: add RP gate clocks for SG2042 2024-06-14 14:49:40 +08:00
sophgo,sg2044-clk.yaml dt-bindings: clock: sophgo: add clock controller for SG2044 2025-05-07 07:44:30 +08:00
spacemit,k1-pll.yaml dt-bindings: clock: spacemit: Add spacemit,k1-pll 2025-04-17 03:22:49 +08:00
sprd,sc9860-clk.yaml dt-bindings: clock: sprd,sc9860-clk: convert to YAML 2024-07-08 11:59:20 -07:00
sprd,sc9863a-clk.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
sprd,ums512-clk.yaml dt-bindings: clock: Drop unneeded quotes 2023-03-31 10:00:53 -05:00
st,nomadik.txt
st,stm32-rcc.yaml dt-bindings: clock: st,stm32-rcc: support spread spectrum clocking 2025-01-15 15:17:05 -08:00
st,stm32mp1-rcc.yaml dt-bindings: clock: st,stm32mp1-rcc: complete the reference path 2025-01-06 15:48:05 -08:00
st,stm32mp21-rcc.yaml dt-bindings: stm32: add STM32MP21 clocks and reset bindings 2025-09-21 10:31:55 -07:00
st,stm32mp25-rcc.yaml dt-bindings: stm32: cosmetic fixes for STM32MP25 clock and reset bindings 2025-09-21 10:31:57 -07:00
starfive,jh7100-audclk.yaml dt-bindings: clock: Add starfive,jh7100-audclk bindings 2022-03-10 18:17:32 -08:00
starfive,jh7100-clkgen.yaml dt-bindings: clock: starfive: Add JH7100 bindings 2021-12-16 17:22:56 +01:00
starfive,jh7110-aoncrg.yaml dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generator 2023-04-05 15:43:24 +01:00
starfive,jh7110-ispcrg.yaml dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator 2023-07-19 18:08:00 +01:00
starfive,jh7110-pll.yaml dt-bindings: clock: Add StarFive JH7110 PLL clock generator 2023-07-19 18:07:48 +01:00
starfive,jh7110-stgcrg.yaml dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator 2023-07-19 18:08:00 +01:00
starfive,jh7110-syscrg.yaml dt-bindings: clock: jh7110-syscrg: Add PLL clock inputs 2023-07-19 18:08:00 +01:00
starfive,jh7110-voutcrg.yaml dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator 2023-07-19 18:08:00 +01:00
stericsson,u8500-clks.yaml dt-bindings: clock: u8500: Add clkout clock bindings 2022-04-25 16:17:24 -07:00
sunplus,sp7021-clkc.yaml dt-bindings: clock: Add bindings for SP7021 clock driver 2022-07-08 14:23:39 +02:00
tesla,fsd-clock.yaml dt-bindings: clock: tesla,fsd: Fix spelling mistake 2024-01-23 13:46:11 +01:00
thead,th1520-clk-ap.yaml dt-bindings: clock: thead: Add TH1520 VO clock controller 2025-05-07 10:08:10 -07:00
ti,am62-audio-refclk.yaml dt-bindings: clock: Add binding documentation for TI Audio REFCLK 2023-06-16 12:15:31 -07:00
ti,am654-ehrpwm-tbclk.yaml dt-bindings: clock: ehrpwm: Remove unneeded syscon compatible 2023-06-16 11:57:53 -07:00
ti,cdce706.txt
ti,cdce925.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
ti,clkctrl.yaml dt-bindings: clock: ti: Convert ti-clkctrl.txt to json-schema 2025-03-13 13:16:31 -07:00
ti,lmk04832.yaml dt-bindings: Fix SPI and I2C bus node names in examples 2023-03-08 09:04:53 -06:00
ti,sci-clk.yaml dt-bindings: ti: fix TISCI protocol URL link 2024-06-27 17:44:48 -05:00
toshiba,tmpv770x-pipllct.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
toshiba,tmpv770x-pismu.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
vt8500.txt
xlnx,clocking-wizard.yaml dt-bindings: clock: xilinx: describe whether dynamic reconfig is enabled 2024-10-09 16:38:56 -07:00
xlnx,vcu.yaml dt-bindings: clock: xilinx: Add reset GPIO for VCU 2025-01-07 11:48:23 -08:00
xlnx,versal-clk.yaml dt-bindings: Remove alt_ref from versal 2023-12-17 14:24:45 -08:00
zynq-7000.txt