linux/Documentation/devicetree/bindings/clock
Linus Torvalds 35655ceb31 Here's a collection of largely clk driver updates for the merge window. The
usual suspects are here: i.MX, Qualcomm, Renesas, Allwinner, Samsung, and
 Rockchip, but it feels pretty light on commits. There's only one real commit to
 the framework core and that's to consolidate code. Otherwise the diffstat is
 dominated by many Qualcomm clk driver patches that modernize the driver for the
 proper way of speciying clk parents. That's shifting data around, which could
 subtly break things so I'll be on the lookout for fixes.
 
 New Drivers:
  - Proper clk driver for Mediatek MT7621 SoCs
  - Support for the clock controller on the new Rockchip rk3568
 
 Updates:
  - Simplify Zynq Kconfig dependencies
  - Use clk_hw pointers in socfpga driver
  - Cleanup parent data in qcom clk drivers
  - Some cleanups for rk3399 modularization
  - Fix reparenting of i.MX UART clocks by initializing only the ones
    associated to stdout
  - Correct the PCIE clocks for i.MX8MP and i.MX8MQ
  - Make i.MX LPCG and SCU clocks return on registering failure
  - Kernel doc fixes
  - Add DAB hardware accelerator clocks on Renesas R-Car E3 and M3-N
  - Add timer (TMU) clocks on Renesas R-Car H3 ES1.0
  - Add Timer (TMU & CMT) and thermal sensor (TSC) clocks on Renesas R-Car V3U
  - Sigma-delta modulation on Allwinner V3s audio PLL
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAmCJ9PcRHHNib3lkQGtl
 cm5lbC5vcmcACgkQrQKIl8bklSXEFhAAuWMm47mZjE4TG+6qizcGC7kEDwS9Rs+j
 0oYzdWBmSn7vGBZCCdr/IgvjK3CviNDXE076w5ntZm5kajD3yUOBNkFpHxOa9la7
 NuH+OJiJQfzfzwFPwQmMZ0TjeaPDLqXcneKC80nYnauo7HScnySdiLdAmEnzJn7v
 3a6Jf0Wzv1QIMZxdX3HgHts/VcWwonNJ1IGPUl5Ac7tJgUKLi+l1R27dow9eCH83
 7KPFXjCsiE9jwIBvEUEvxguz5SPQujSHc81cLp8FnIsY7YsTx48NaHQrpcqQM8f8
 zliC29QIjvWr8BGMKcHmuDwEG68gDdjHzmaKJSbcVTZ/jikQu+lOMNX96HRSdNe1
 48UTk8Gqwyj9xI4OGC8A2ssLCGvDivSpdEfYoH7hE3K/+dxjwita9ZGIiD7Zp7C+
 omjVGIUeSqoyQBXINC3sVwR+8nqCyR6ceRTxeELa8XwjPLwVg2JGPvJCKLHr5RED
 TXtt3SYCcoKbdxqrBwOsMx1dhWvkx2f0iAKyUKt8jbAIE+bNwbqGOnWMaqiM+j8r
 ixG8WL59087XYBjeO7kwn16Gszf5EkZWRTsA27tHni4hDUFp1ZpPRUJwvHgT1S5v
 o1Tvo5AmtvT9HMasPa5cqlQh7FOrRb2FPXxaQRFR8VX6GQanWf9N+MP3THwRSNVn
 2oadQvAJm/w=
 =z+1G
 -----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:
 "Here's a collection of largely clk driver updates. The usual suspects
  are here: i.MX, Qualcomm, Renesas, Allwinner, Samsung, and Rockchip,
  but it feels pretty light on commits.

  There's only one real commit to the framework core and that's to
  consolidate code. Otherwise the diffstat is dominated by many Qualcomm
  clk driver patches that modernize the driver for the proper way of
  speciying clk parents. That's shifting data around, which could subtly
  break things so I'll be on the lookout for fixes.

  New Drivers:
   - Proper clk driver for Mediatek MT7621 SoCs
   - Support for the clock controller on the new Rockchip rk3568

  Updates:
   - Simplify Zynq Kconfig dependencies
   - Use clk_hw pointers in socfpga driver
   - Cleanup parent data in qcom clk drivers
   - Some cleanups for rk3399 modularization
   - Fix reparenting of i.MX UART clocks by initializing only the ones
     associated to stdout
   - Correct the PCIE clocks for i.MX8MP and i.MX8MQ
   - Make i.MX LPCG and SCU clocks return on registering failure
   - Kernel doc fixes
   - Add DAB hardware accelerator clocks on Renesas R-Car E3 and M3-N
   - Add timer (TMU) clocks on Renesas R-Car H3 ES1.0
   - Add Timer (TMU & CMT) and thermal sensor (TSC) clocks on
     Renesas R-Car V3U
   - Sigma-delta modulation on Allwinner V3s audio PLL"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (82 commits)
  MAINTAINERS: add MT7621 CLOCK maintainer
  staging: mt7621-dts: use valid vendor 'mediatek' instead of invalid 'mtk'
  staging: mt7621-dts: make use of new 'mt7621-clk'
  clk: ralink: add clock driver for mt7621 SoC
  clk: uniphier: Fix potential infinite loop
  clk: qcom: rpmh: add support for SDX55 rpmh IPA clock
  clk: qcom: gcc-sdm845: get rid of the test clock
  clk: qcom: convert SDM845 Global Clock Controller to parent_data
  dt-bindings: clock: separate SDM845 GCC clock bindings
  clk: qcom: apss-ipq-pll: Add missing MODULE_DEVICE_TABLE
  clk: qcom: a53-pll: Add missing MODULE_DEVICE_TABLE
  clk: qcom: a7-pll: Add missing MODULE_DEVICE_TABLE
  dt: bindings: add mt7621-sysc device tree binding documentation
  dt-bindings: clock: add dt binding header for mt7621 clocks
  clk: samsung: Remove redundant dev_err calls
  clk: zynqmp: pll: add set_pll_mode to check condition in zynqmp_pll_enable
  clk: zynqmp: move zynqmp_pll_set_mode out of round_rate callback
  clk: zynqmp: Drop dependency on ARCH_ZYNQMP
  clk: zynqmp: Enable the driver if ZYNQMP_FIRMWARE is selected
  clk: qcom: gcc-sm8350: use ARRAY_SIZE instead of specifying num_parents
  ...
2021-04-28 17:13:56 -07:00
..
sifive dt-bindings: fu740: prci: add YAML documentation for the FU740 PRCI 2020-12-15 19:21:49 -08:00
st docs: Fix more broken references 2018-06-15 18:11:26 -03:00
ti dt-bindings: clock: Move ti-dra7-atl.h to dt-bindings/clock 2020-01-20 09:34:37 +02:00
actions,owl-cmu.txt dt-bindings: clock: Add DT bindings for Actions Semi S500 CMU 2019-02-22 00:01:08 -08:00
adi,axi-clkgen.yaml dt-bindings: clock: adi,axi-clkgen: add compatible string for ZynqMP support 2021-02-08 18:13:13 -08:00
allwinner,sun4i-a10-ahb-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-apb0-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-apb1-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-axi-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-ccu.yaml dt-bindings: clk: sunxi-ccu: Add compatible string for Allwinner H616 2021-01-28 11:14:23 +01:00
allwinner,sun4i-a10-cpu-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-display-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-gates-clk.yaml dt-bindings: Clean-up schema indentation formatting 2020-04-16 16:59:22 -05:00
allwinner,sun4i-a10-mbus-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-mmc-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-mod0-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-mod1-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-osc-clk.yaml dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
allwinner,sun4i-a10-pll1-clk.yaml dt-bindings: Clean-up undocumented compatible strings 2021-03-23 15:27:51 -06:00
allwinner,sun4i-a10-pll3-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-pll5-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-pll6-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-tcon-ch0-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-usb-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun4i-a10-ve-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun5i-a13-ahb-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun6i-a31-pll6-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun7i-a20-gmac-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun7i-a20-out-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun8i-a83t-de2-clk.yaml dt-bindings: clocks: Convert Allwinner DE2 clocks to a schema 2019-12-16 18:06:55 +01:00
allwinner,sun8i-h3-bus-gates-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-ahb-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-apb0-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-cpus-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-de-clks.yaml dt-bindings: clocks: Convert Allwinner A80 DE clocks to a schema 2019-12-16 18:07:06 +01:00
allwinner,sun9i-a80-gt-clk.yaml dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
allwinner,sun9i-a80-mmc-config-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-pll4-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-usb-clks.yaml dt-bindings: Fix undocumented compatible strings in examples 2021-02-04 09:07:43 -06:00
allwinner,sun9i-a80-usb-mod-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun9i-a80-usb-phy-clk.yaml dt-bindings: clocks: Convert Allwinner legacy clocks to schemas 2019-12-24 14:17:52 -07:00
alphascale,acc.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
altr_socfpga.txt
amlogic,axg-audio-clkc.txt dt-bindings: clk: axg-audio: add sm1 bindings 2019-10-08 09:28:07 +02:00
amlogic,gxbb-aoclkc.txt dt-bindings: clk: add G12A AO Clock and Reset Bindings 2019-02-13 09:49:17 +01:00
amlogic,gxbb-clkc.txt dt-bindings: clk: meson: add sm1 periph clock controller bindings 2019-08-26 11:00:15 +02:00
amlogic,meson8-ddr-clkc.yaml dt-bindings: clock: add the Amlogic Meson8 DDR clock controller binding 2019-12-11 14:06:27 +01:00
amlogic,meson8b-clkc.txt dt-bindings: clock: meson8b: add the clock inputs 2019-12-11 14:06:28 +01:00
arm,syscon-icst.yaml dt-bindings: Fix undocumented compatible strings in examples 2021-02-04 09:07:43 -06:00
armada3700-periph-clock.txt dt-bindings: clk: armada3700: document the PCIe clock 2019-10-03 14:00:20 -07:00
armada3700-tbg-clock.txt devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt 2021-03-25 19:53:04 -06:00
armada3700-xtal-clock.txt pinctrl: dt-bindings: Add documentation for Armada 37xx pin controllers 2017-04-24 11:28:09 +02:00
artpec6.txt
at91-clock.txt dt-bindings: clk: at91: add bindings for SAM9X60's slow clock controller 2019-06-26 11:33:20 -07:00
axs10x-i2s-pll-clock.txt
baikal,bt1-ccu-div.yaml dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties' 2020-10-07 11:28:30 -05:00
baikal,bt1-ccu-pll.yaml dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties' 2020-10-07 11:28:30 -05:00
bitmain,bm1880-clk.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
brcm,bcm63xx-clocks.txt dt-bindings: clock: bcm63xx: add 6318 gated clock bindings 2020-06-19 17:02:08 -07:00
brcm,bcm2711-dvp.yaml dt-bindings: clock: Add BCM2711 DVP binding 2020-06-19 17:13:49 -07:00
brcm,bcm2835-aux-clock.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
brcm,bcm2835-cprman.txt dt-bindings: bcm2835-cprman: Add bcm2711 support 2019-09-17 09:55:30 -07:00
brcm,bcm53573-ilp.txt clk: bcm: Add driver for BCM53573 ILP clock 2016-09-16 16:31:29 -07:00
brcm,iproc-clocks.txt dt-bindings: clk: Update Stingray binding doc 2018-06-01 23:26:36 -07:00
brcm,kona-ccu.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
calxeda.yaml dt-bindings: clock: Convert Calxeda clock bindings to json-schema 2020-05-03 11:10:41 -05:00
canaan,k210-clk.yaml dt-bindings: Add missing array size constraints 2021-01-11 17:42:25 -06:00
cirrus,lochnagar.yaml clk: lochnagar: Move binding over to dtschema 2020-05-27 19:30:25 -06:00
clk-exynos-audss.txt We have two changes to the core framework this time around. The first being a 2017-11-17 20:04:24 -08:00
clk-palmas-clk32kg-clocks.txt
clk-s5pv210-audss.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
clock-bindings.txt Replace HTTP links with HTTPS ones: Common CLK framework 2020-07-10 17:15:34 -07:00
clps711x-clock.txt clk: clps711x: Changing the compatibility string to match with the smallest supported chip 2016-07-06 17:38:13 +02:00
cs2000-cp.txt
dove-divider-clock.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
efm32-clock.txt
exynos4-clock.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
exynos7-clock.txt
exynos3250-clock.txt dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
exynos5250-clock.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
exynos5260-clock.txt dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
exynos5410-clock.txt dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
exynos5420-clock.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
exynos5433-clock.txt clk: samsung: dt-bindings: Document Exynos5433 IMEM CMU 2019-02-01 14:36:47 +01:00
fixed-clock.yaml dt-bindings: clock: Convert fixed-clock binding to json-schema 2019-01-24 14:51:16 -08:00
fixed-factor-clock.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
fixed-mmio-clock.txt dt-bindings: clk: Add bindings for Fixed MMIO clock 2019-01-09 11:30:19 -08:00
fsl,flexspi-clock.yaml dt-bindings: clock: document the fsl-flexspi-clk device 2020-12-07 16:55:08 -08:00
fsl,plldig.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
fsl,sai-clock.yaml dt-bindings: Fix paths in schema $id fields 2020-02-05 09:14:57 +00:00
fujitsu,mb86s70-crg11.txt
gpio-gate-clock.txt
gpio-mux-clock.txt
hi3620-clock.txt
hi3660-clock.txt dt-bindings: clk: Hi3660: Document stub clock 2017-12-06 22:54:37 -08:00
hi3670-clock.txt dt-bindings: clk: hisilicon: Add bindings for Hi3670 clk 2018-10-16 14:46:56 -07:00
hi6220-clock.txt MAINTAINERS: fix broken doc refs due to yaml conversion 2020-10-28 11:41:15 -06:00
hisi-crg.txt clk: hisilicon: add CRG driver for Hi3798CV200 SoC 2016-11-11 15:43:49 -08:00
hix5hd2-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
idt,versaclock5.yaml dt-bindings: clk: versaclock5: Add optional load capacitance property 2021-02-11 12:09:31 -08:00
img,boston-clock.txt dt-bindings: Document img,boston-clock binding 2017-07-11 14:13:06 +02:00
imx1-clock.yaml dt-bindings: clock: Convert i.MX1 clock to json-schema 2020-05-28 20:54:07 -06:00
imx5-clock.yaml dt-bindings: clock: imx: Switch to my personal address 2021-02-09 00:15:21 -08:00
imx6q-clock.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
imx6sl-clock.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
imx6sll-clock.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
imx6sx-clock.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
imx6ul-clock.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
imx7d-clock.yaml dt-bindings: clock: Convert i.MX7D clock to json-schema 2020-05-28 14:54:42 -06:00
imx7ulp-pcc-clock.yaml dt-bindings: clock: Convert imx7ulp clock to json-schema 2020-06-15 10:19:55 -06:00
imx7ulp-scg-clock.yaml dt-bindings: clock: Convert imx7ulp clock to json-schema 2020-06-15 10:19:55 -06:00
imx8m-clock.yaml dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties' 2020-10-07 11:28:30 -05:00
imx8qxp-lpcg.yaml dt-bindings: clock: imx8qxp-lpcg: correct the example clock-names 2021-03-15 12:22:07 +08:00
imx21-clock.yaml dt-bindings: clock: Convert i.MX21 clock to json-schema 2020-05-28 20:53:40 -06:00
imx23-clock.yaml Merge branch 'dt/linus' into dt/next 2020-10-06 08:38:32 -05:00
imx25-clock.yaml dt-bindings: clock: Convert i.MX25 clock to json-schema 2020-05-28 20:53:04 -06:00
imx27-clock.yaml dt-bindings: clock: imx: Switch to my personal address 2021-02-09 00:15:21 -08:00
imx28-clock.yaml Merge branch 'dt/linus' into dt/next 2020-10-06 08:38:32 -05:00
imx31-clock.yaml dt-bindings: clock: imx: Switch to my personal address 2021-02-09 00:15:21 -08:00
imx35-clock.yaml dt-bindings: clock: Correct mmc node name in i.MX35 binding 2020-06-29 16:25:31 -06:00
ingenic,cgu.yaml dt-bindings: USB: Add bindings for Ingenic JZ4775 and X2000. 2020-12-05 13:39:30 +05:30
intc_stratix10.txt dt-bindings: documentation: add clock bindings information for Stratix10 2018-04-06 09:54:59 -07:00
intel,agilex.yaml dt-bindings: documentation: add clock bindings information for Agilex 2020-05-26 19:13:05 -07:00
intel,cgu-lgm.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
intel,easic-n5x.yaml dt-bindings: documentation: add clock bindings information for eASIC N5X 2021-02-12 13:04:58 -08:00
keystone-gate.txt
keystone-pll.txt
lpc1850-ccu.txt
lpc1850-cgu.txt
lpc1850-creg-clk.txt
lsi,axm5516-clks.txt
marvell,berlin.txt
marvell,mmp2-audio-clock.yaml dt-bindings: clock: Add a missing include to MMP Audio Clock binding 2020-06-09 13:45:09 -07:00
marvell,mmp2-clock.yaml dt-bindings: clock: Make marvell,mmp2-clock a power controller 2020-05-27 17:55:12 -07:00
marvell,pxa168.txt
marvell,pxa910.txt
marvell,pxa1928.txt
maxim,max9485.txt dts: clk: add devicetree bindings for MAX9485 2018-07-06 11:27:24 -07:00
maxim,max77686.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
mediatek,mt7621-sysc.yaml dt: bindings: add mt7621-sysc device tree binding documentation 2021-04-09 10:42:50 -07:00
microchip,pic32.txt dt/bindings/clk: Add PIC32 clock binding documentation. 2016-05-13 15:30:25 +02:00
microchip,sparx5-dpll.yaml dt-bindings: clock: sparx5: Add Sparx5 SoC DPLL clock 2020-07-22 22:28:43 +02:00
milbeaut-clock.yaml dt-bindings: Clean-up undocumented compatible strings 2021-03-23 15:27:51 -06:00
moxa,moxart-clock.txt
mstar,msc313-mpll.yaml dt-bindings: clk: mstar msc313 mpll binding description 2021-02-14 12:37:45 -08:00
mvebu-core-clock.txt dt-bindings: clock: mvebu: Add compatible string for 98dx1135 core clock 2019-06-25 14:35:10 -07:00
mvebu-corediv-clock.txt clk: mvebu: support for 98DX3236 SoC 2017-01-27 10:48:03 -08:00
mvebu-cpu-clock.txt clk: mvebu: support for 98DX3236 SoC 2017-01-27 10:48:03 -08:00
mvebu-gated-clock.txt ARM: dts: mvebu: Move mv98dx3236 clock bindings 2017-03-08 09:52:54 +01:00
nspire-clock.txt
nuvoton,npcm750-clk.txt dt-binding: clk: npcm750: Add binding for Nuvoton NPCM7XX Clock 2018-03-23 10:11:25 -07:00
nvidia,tegra20-car.txt
nvidia,tegra30-car.txt
nvidia,tegra114-car.txt
nvidia,tegra124-car.txt
nvidia,tegra124-dfll.txt dt-bindings: clock: tegra124-dfll: add Tegra210 support 2019-02-06 14:27:21 +01:00
nvidia,tegra210-car.txt
nxp,lpc3220-clk.txt
nxp,lpc3220-usb-clk.txt
oxnas,stdclk.txt dt-bindings: clk: oxnas,stdclk: Add OX820 bindings 2016-10-23 10:19:03 -07:00
pistachio-clock.txt
pwm-clock.txt
pxa-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
qca,ath79-pll.txt
qcom,a7pll.yaml dt-bindings: clock: Add Qualcomm A7 PLL binding 2021-02-08 09:46:23 -08:00
qcom,a53pll.yaml dt-bindings: clock: add ipq6018 a53 pll compatible 2020-06-22 00:13:57 -07:00
qcom,aoncc-sm8250.yaml dt-bindings: clock: Add support for LPASS Always ON Controller 2020-11-04 18:34:54 -08:00
qcom,audiocc-sm8250.yaml dt-bindings: clock: Add support for LPASS Audio Clock Controller 2020-11-04 18:34:54 -08:00
qcom,camcc.txt dt-bindings: clock: Introduce QCOM Camera clock bindings 2018-08-30 18:26:45 -07:00
qcom,dispcc-sm8x50.yaml dt-bindings: clock: add QCOM SM8150 and SM8250 display clock bindings 2020-10-13 18:18:06 -07:00
qcom,gcc-apq8064.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
qcom,gcc-ipq8074.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
qcom,gcc-msm8996.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
qcom,gcc-msm8998.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
qcom,gcc-qcs404.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
qcom,gcc-sc7180.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
qcom,gcc-sc7280.yaml dt-bindings: clock: Add SC7280 GCC clock binding 2021-02-14 12:56:55 -08:00
qcom,gcc-sc8180x.yaml dt-bindings: clock: Add SC8180x GCC binding 2021-02-08 09:54:11 -08:00
qcom,gcc-sdm845.yaml dt-bindings: clock: separate SDM845 GCC clock bindings 2021-04-09 12:01:22 -07:00
qcom,gcc-sdx55.yaml dt-bindings: clock: Add SDX55 GCC clock bindings 2020-12-07 16:59:58 -08:00
qcom,gcc-sm8150.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
qcom,gcc-sm8250.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
qcom,gcc-sm8350.yaml dt-bindings: clock: Add SM8350 GCC clock bindings 2021-02-08 10:03:57 -08:00
qcom,gcc.yaml dt-bindings: clock: separate SDM845 GCC clock bindings 2021-04-09 12:01:22 -07:00
qcom,gpucc-sdm660.yaml dt-bindings: clock: Add QCOM SDM630 and SDM660 graphics clock bindings 2021-02-14 12:56:55 -08:00
qcom,gpucc.yaml dt-bindings: clock: add SM8250 QCOM Graphics clock bindings 2020-07-24 01:51:23 -07:00
qcom,hfpll.txt dt-bindings: clock: Document qcom,hfpll 2018-10-17 13:14:42 -07:00
qcom,krait-cc.txt dt-bindings: clock: Document qcom,krait-cc 2018-10-17 13:15:01 -07:00
qcom,lcc.txt dt-bindings: clock: Update bindings for MDM9615 GCC and LCC 2016-08-15 16:06:40 -07:00
qcom,lpasscc.txt dt-bindings: clock: Introduce QCOM LPASS clock bindings 2018-12-03 09:25:01 -08:00
qcom,mmcc.yaml dt-bindings: clock: Add support for the SDM630 and SDM660 mmcc 2021-02-14 12:56:54 -08:00
qcom,msm8996-apcc.yaml dt-bindings: clock: Fix qcom,msm8996-apcc yaml syntax 2020-07-22 18:05:48 -07:00
qcom,msm8998-gpucc.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
qcom,q6sstopcc.yaml dt-bindings: clock: qcom: Add QCOM Q6SSTOP clock controller bindings 2019-10-17 14:50:40 -07:00
qcom,rpmcc.txt clk: qcom: smd: Add support for MSM8992/4 rpm clocks 2020-07-11 09:19:24 -07:00
qcom,rpmhcc.yaml dt-bindings: clock: Add RPMHCC bindings for SC7280 2021-02-14 12:56:55 -08:00
qcom,sc7180-camcc.yaml dt-bindings: clock: Add YAML schemas for the QCOM Camera clock bindings. 2020-11-04 18:26:56 -08:00
qcom,sc7180-dispcc.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
qcom,sc7180-lpasscorecc.yaml dt-bindings: clock: Fix YAML schemas for LPASS clocks on SC7180 2020-07-31 16:20:37 -07:00
qcom,sc7180-mss.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
qcom,sdm845-dispcc.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
qcom,spmi-clkdiv.txt dt-bindings: Add qcom spmi_pmic clock divider bindings 2017-12-06 22:29:48 -08:00
qcom,turingcc.txt dt-bindings: clock: Introduce Qualcomm Turing Clock controller 2019-04-11 13:34:10 -07:00
qcom,videocc.yaml dt-bindings: clock: add SM8250 QCOM video clock bindings 2020-10-13 18:05:04 -07:00
qoriq-clock.txt dt-bindings: qoriq-clock: Add ls1028a chip compatible string 2019-04-25 11:23:15 -07:00
renesas,cpg-clocks.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
renesas,cpg-div6-clock.yaml dt-bindings: clock: renesas: div6: Convert to json-schema 2020-05-18 11:07:23 +02:00
renesas,cpg-mssr.yaml dt-bindings: clock: renesas,cpg-mssr: Document r8a779a0 2020-09-17 15:30:08 +02:00
renesas,cpg-mstp-clocks.yaml dt-bindings: clock: renesas: mstp: Convert to json-schema 2020-05-20 14:08:15 +02:00
renesas,emev2-smu.txt dt-bindings: clk: emev2: Rename bindings documentation file 2019-08-21 11:24:09 +02:00
renesas,h8s2678-pll-clock.txt
renesas,h8300-div-clock.txt
renesas,r9a06g032-sysctrl.txt dt-bindings: clock: renesas: r9a06g032-sysctrl: Document power Domains 2019-06-04 11:50:58 +02:00
renesas,rcar-usb2-clock-sel.yaml dt-bindings: clock: renesas: rcar-usb2-clock-sel: Add support for RZ/G2 M/N/H 2021-01-12 12:35:13 +01:00
rockchip,px30-cru.txt arm64: dts: rockchip: document explicit px30 cru dependencies 2019-10-03 23:24:06 +02:00
rockchip,rk3036-cru.txt
rockchip,rk3128-cru.txt dt-bindings: add documentation for rk3126 clock 2017-08-08 17:30:14 +02:00
rockchip,rk3188-cru.txt
rockchip,rk3228-cru.txt
rockchip,rk3288-cru.txt dt-bindings: clocks: add rk3288w variant compatible 2020-06-17 10:52:57 +02:00
rockchip,rk3308-cru.txt dt-bindings: Add bindings for rk3308 clock controller 2019-09-05 11:32:05 +02:00
rockchip,rk3328-cru.txt clk: rockchip: document hdmi_phy external input for rk3328 2018-02-12 15:00:58 +01:00
rockchip,rk3368-cru.txt
rockchip,rk3399-cru.txt dt-bindings: clk: add rockchip,grf property for RK3399 2017-01-13 20:02:27 +01:00
rockchip,rk3568-cru.yaml dt-binding: clock: Document rockchip, rk3568-cru bindings 2021-03-21 11:10:58 +01:00
rockchip,rv1108-cru.txt dt-bindings: rk1108-cru: rename RK1108 to RV1108 2017-03-22 18:02:57 +01:00
samsung,s2mps11.txt
samsung,s3c64xx-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
samsung,s3c2410-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
samsung,s3c2412-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
samsung,s3c2443-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
samsung,s5pv210-clock.txt dt: fix refs that were renamed to json with the same file name 2019-05-22 09:01:01 -05:00
silabs,si514.txt Replace HTTP links with HTTPS ones: Common CLK framework 2020-07-10 17:15:34 -07:00
silabs,si544.txt clk: Add driver for the si544 clock generator chip 2018-03-23 10:05:25 -07:00
silabs,si570.txt dt-bindings: clock: si570: Add 'silabs,skip-recall' property 2021-02-11 12:13:50 -08:00
silabs,si5341.txt clk: clk-si5341: Add support for the Si5345 series 2020-05-28 21:00:51 -07:00
silabs,si5351.txt Replace HTTP links with HTTPS ones: Common CLK framework 2020-07-10 17:15:34 -07:00
snps,hsdk-pll-clock.txt ARC: clk: introduce HSDK pll driver 2017-08-30 22:36:05 -07:00
snps,pll-clock.txt clk: axs10x: introduce AXS10X pll driver 2017-07-17 11:50:59 -07:00
socionext,uniphier-clock.yaml dt-bindings: clock: Convert UniPhier clock to json-schema 2020-03-02 16:26:02 -06:00
sprd,sc9860-clk.txt dt-bindings: clk: sprd: rename the common file name sprd.txt to SoC specific 2020-03-24 19:03:56 -07:00
sprd,sc9863a-clk.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
st,nomadik.txt
st,stm32-rcc.txt clk: stm32: Introduce clocks of STM32F769 board 2019-04-25 11:46:36 -07:00
st,stm32h7-rcc.txt dt-bindings: clk: stm32h7: fix clock-cell size 2017-09-21 18:39:11 -05:00
st,stm32mp1-rcc.yaml dt-bindings: Fix paths in schema $id fields 2020-02-05 09:14:57 +00:00
stericsson,abx500.txt clk: ux500: Add device tree bindings for ABx500 clocks 2017-01-26 16:10:01 -08:00
ti-clkctrl.txt clk: ti: clkctrl: Fix hidden dependency to node name 2020-01-20 12:29:27 +02:00
ti-keystone-pllctrl.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
ti,am654-ehrpwm-tbclk.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
ti,cdce706.txt Replace HTTP links with HTTPS ones: Common CLK framework 2020-07-10 17:15:34 -07:00
ti,cdce925.txt Replace HTTP links with HTTPS ones: Common CLK framework 2020-07-10 17:15:34 -07:00
ti,sci-clk.txt dt-bindings: clock: ti-sci: Fix incorrect usage of headers 2017-07-17 12:04:18 -05:00
ux500.txt
vf610-clock.txt
vt8500.txt
xgene.txt Documentation: dt: xgene: Add PMD clock binding 2016-09-14 13:53:53 -07:00
xlnx,versal-clk.yaml dt-bindings: Fix paths in schema $id fields 2020-02-05 09:14:57 +00:00
xlnx,zynqmp-clk.txt dt-bindings: xilinx: Separate clock binding from firmware doc 2019-03-18 13:41:31 +01:00
zynq-7000.txt