linux/Documentation/devicetree/bindings/arm
Linus Torvalds 75d6e7d9ce Nothing changed in the clk framework core this time around. We did get
some updates to the basic clk types to use determine_rate for the
 divider type and add a power of two fractional divider flag though.
 Otherwise, this is a collection of clk driver updates. More than half
 the diffstat is in the Qualcomm clk driver where we add a bunch of data
 to describe clks on various SoCs and fix bugs. The other big new thing
 in here is the Mediatek MT8192 clk driver. That's been under review for
 a while and it's nice to see that it's finally upstream.
 
 Beyond that it's the usual set of minor fixes and tweaks to clk drivers.
 There are some non-clk driver bits in here which have all been acked by
 the respective maintainers.
 
 New Drivers:
  - Support video, gpu, display clks on qcom sc7280 SoCs
  - GCC clks on qcom MSM8953, SM4250/6115, and SM6350 SoCs
  - Multimedia clks (MMCC) on qcom MSM8994/MSM8992
  - RPMh clks on qcom SM6350 SoCs
  - Support for Mediatek MT8192 SoCs
  - Add display (DU and DSI) clocks on Renesas R-Car V3U
  - Add I2C, DMAC, USB, sound (SSIF-2), GPIO, CANFD, and ADC clocks and
    resets on Renesas RZ/G2L
 
 Updates:
  - Support the SD/OE pin on IDT VersaClock 5 and 6 clock generators
  - Add power of two flag to fractional divider clk type
  - Migrate some clk drivers to clk_divider_ops.determine_rate
  - Migrate to clk_parent_data in gcc-sdm660
  - Fix CLKOUT clocks on i.MX8MM and i.MX8MN by using imx_clk_hw_mux2
  - Switch from .round_rate to .determine_rate in clk-divider-gate
  - Fix clock tree update for TF-A controlled clocks for all i.MX8M
  - Add missing M7 core clock for i.MX8MN
  - YAML conversion of rk3399 clock controller binding
  - Removal of GRF dependency for the rk3328/rk3036 pll types
  - Drop CLK_IS_CRITICAL flag from Tegra fuse clk
  - Make CLK_R9A06G032 Kconfig symbol invisible
  - Convert various DT bindings to YAML
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAmExEooRHHNib3lkQGtl
 cm5lbC5vcmcACgkQrQKIl8bklSXXBhAAvhHm4fcm3fRjNdfImd+jDEl8XSvg+w43
 adSnmVxbYM6ZVNOiJ4CJWHbj0hOY/PJnsQYWbV0xXvXW+zXva6p495MMHHOGSi2o
 lMgZVMvj5UAwu304ZC9Xfn31dwo8XdGrltp4JqIcI2NEBMh1/PlZW22esT+jDiWN
 3SWFD3M7lu88xTREyiEu11FY3z/KiGzbGlqYcbivx1X0sHVnBRbl4qcqZway+BmQ
 95Ma4YWwhvDGYc+ypKH2EPxs/LikHXj05nMooigy65DOQ5wrM4L1eWkwmVUf6h+e
 t4x7sAVysLnkihzdH5r2pw6CcAIom76v8w0+maSfk+jINUu1LeGVuat1eXSesFTu
 49o+uTKRghkUe/Qh6r+7lbo8AZXQq+wUsLTYRuaWT/mSb+svAtJaUWAru8tJnMlH
 oK6OehcQwz4nGhH0HnBK1jCVdtgckxPBw8F/GYN9rYhsccIe0XmFjX1rzMM3s8De
 PLl6QO7Xzd+xb/FwAU8+S1WpKFdPU6ILTUnI2Ma3Mn/gfjZEZHvWAdTjo4oZGEsw
 +N4n924ArptbeSLRrlNUtqx4BVDL5yo54xS5gefNpmD5yezO7aoUtN0aGcBq+01p
 Qw0N5hKtcdsNYLBEFSvBGcZZmErMZbPwMXHWiUwNymXBDzJKgj5d+ks+1vJ3iCNW
 R5r9hvATJPQ=
 =Rrqg
 -----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:
 "Nothing changed in the clk framework core this time around. We did get
  some updates to the basic clk types to use determine_rate for the
  divider type and add a power of two fractional divider flag though.

  Otherwise, this is a collection of clk driver updates. More than half
  the diffstat is in the Qualcomm clk driver where we add a bunch of
  data to describe clks on various SoCs and fix bugs. The other big new
  thing in here is the Mediatek MT8192 clk driver. That's been under
  review for a while and it's nice to see that it's finally upstream.

  Beyond that it's the usual set of minor fixes and tweaks to clk
  drivers. There are some non-clk driver bits in here which have all
  been acked by the respective maintainers.

  New Drivers:
   - Support video, gpu, display clks on qcom sc7280 SoCs
   - GCC clks on qcom MSM8953, SM4250/6115, and SM6350 SoCs
   - Multimedia clks (MMCC) on qcom MSM8994/MSM8992
   - RPMh clks on qcom SM6350 SoCs
   - Support for Mediatek MT8192 SoCs
   - Add display (DU and DSI) clocks on Renesas R-Car V3U
   - Add I2C, DMAC, USB, sound (SSIF-2), GPIO, CANFD, and ADC clocks and
     resets on Renesas RZ/G2L

  Updates:
   - Support the SD/OE pin on IDT VersaClock 5 and 6 clock generators
   - Add power of two flag to fractional divider clk type
   - Migrate some clk drivers to clk_divider_ops.determine_rate
   - Migrate to clk_parent_data in gcc-sdm660
   - Fix CLKOUT clocks on i.MX8MM and i.MX8MN by using imx_clk_hw_mux2
   - Switch from .round_rate to .determine_rate in clk-divider-gate
   - Fix clock tree update for TF-A controlled clocks for all i.MX8M
   - Add missing M7 core clock for i.MX8MN
   - YAML conversion of rk3399 clock controller binding
   - Removal of GRF dependency for the rk3328/rk3036 pll types
   - Drop CLK_IS_CRITICAL flag from Tegra fuse clk
   - Make CLK_R9A06G032 Kconfig symbol invisible
   - Convert various DT bindings to YAML"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (128 commits)
  dt-bindings: clock: samsung: fix header path in example
  clk: tegra: fix old-style declaration
  clk: qcom: Add SM6350 GCC driver
  MAINTAINERS: clock: include S3C and S5P in Samsung SoC clock entry
  dt-bindings: clock: samsung: convert S5Pv210 AudSS to dtschema
  dt-bindings: clock: samsung: convert Exynos AudSS to dtschema
  dt-bindings: clock: samsung: convert Exynos4 to dtschema
  dt-bindings: clock: samsung: convert Exynos3250 to dtschema
  dt-bindings: clock: samsung: convert Exynos542x to dtschema
  dt-bindings: clock: samsung: add bindings for Exynos external clock
  dt-bindings: clock: samsung: convert Exynos5250 to dtschema
  clk: vc5: Add properties for configuring SD/OE behavior
  clk: vc5: Use dev_err_probe
  dt-bindings: clk: vc5: Add properties for configuring the SD/OE pin
  dt-bindings: clock: brcm,iproc-clocks: fix armpll properties
  clk: zynqmp: Fix kernel-doc format
  clk: at91: clk-generated: Limit the requested rate to our range
  clk: ralink: avoid to set 'CLK_IS_CRITICAL' flag for gates
  clk: zynqmp: Fix a memory leak
  clk: zynqmp: Check the return type
  ...
2021-09-02 14:17:24 -07:00
..
altera
amlogic dt-bindings: Amlogic: add the documentation for the SECBUS2 registers 2021-02-03 10:22:10 -08:00
apm
bcm dt-bindings: arm: bcm2835: Add Raspberry Pi 400 to DT schema 2021-06-08 23:06:34 +02:00
calxeda
cpu-enable-method
firmware dt-bindings: arm: firmware: Convert linaro,optee-tz to json schema 2021-05-10 11:54:31 -05:00
freescale dt-bindings: arm: imx: scu: drop deprecated legacy clock binding 2021-06-14 12:33:12 +03:00
hisilicon dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
keystone dt-bindings: arm: keystone: Convert ti,sci to json schema 2021-05-10 11:54:31 -05:00
marvell pinctrl: cp110-system-controller: fix the pin function names 2021-03-10 14:41:12 +01:00
mediatek Nothing changed in the clk framework core this time around. We did get 2021-09-02 14:17:24 -07:00
mrvl dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
msm dt-bindings: arm: msm: Add SAW2 for MSM8226 2021-06-16 20:03:01 +02:00
mstar dt-bindings: arm: mstar: Add compatible for M5Stack UnitV2 2021-04-19 17:02:23 +02:00
npcm dt-bindings: arm: npcm: Add nuvoton,wpcm450 compatible string 2021-04-09 14:11:17 +09:30
nxp dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
omap dt-bindings: omap: Update PRM binding for genpd 2020-08-18 10:40:02 +03:00
rockchip dt-bindings: arm: rockchip: add more compatible strings to pmu.yaml 2021-05-11 12:06:50 +02:00
samsung Samsung DTS ARM changes for v5.11, part three 2020-12-09 00:05:30 +01:00
socionext dt-bindings: Add missing array size constraints 2021-01-11 17:42:25 -06:00
sprd dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
stm32 dt-bindings: arm: stm32: Add compatible strings for ART-PI board 2021-04-01 09:04:28 +02:00
sunxi
tegra ARM: Devicetree material for 5.14 2021-07-10 09:33:54 -07:00
ti dt-bindings: arm: ti: Add bindings for Siemens IOT2050 boards 2021-03-11 12:35:38 -06:00
ux500 dt-bindings: arm: scu: Convert to json-schema 2021-05-20 15:21:19 -05:00
vt8500
actions.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
altera.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
amazon,al.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
amlogic.yaml dt-bindings: arm: amlogic: add Banana PI M5 bindings 2021-05-28 10:00:43 +02:00
apple.yaml dt-bindings: arm: apple: Add bindings for Apple ARM platforms 2021-04-08 20:18:38 +09:00
arm-dsu-pmu.txt
arm,integrator.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
arm,realview.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
arm,scu.yaml dt-bindings: arm: scu: Convert to json-schema 2021-05-20 15:21:19 -05:00
arm,versatile.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
arm,vexpress-juno.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
atmel-at91.yaml dt-bindings: ARM: at91: document sama7g5ek board 2021-07-19 15:27:14 +02:00
atmel-sysregs.txt dt-bindings: atmel-sysreg: add bindings for sama7g5 2021-07-19 15:27:14 +02:00
axis.txt
axxia.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
bitmain.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
calxeda.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
cavium-thunder2.txt
cavium-thunder.txt
cci.txt
coresight-cpu-debug.txt
coresight-cti.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
coresight.txt dts: bindings: coresight: ETM system register access only units 2021-02-04 17:00:34 +01:00
cpu-capacity.txt
cpus.yaml dt-bindings: dvfs: Add support for generic performance domains 2021-05-20 09:24:07 +05:30
digicolor.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
ete.yaml dts: bindings: Document device tree bindings for ETE 2021-04-06 16:05:38 -06:00
fsl.yaml dt-bindings: arm: fsl: Add Traverse Ten64 (LS1088A) board 2021-08-14 13:52:36 +08:00
fw-cfg.txt
gemini.yaml dt-bindings: arm: Convert Gemini boards to YAML 2021-07-29 15:25:12 -06:00
idle-states.yaml dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
intel-ixp4xx.yaml dt-bindings: arm: intel-ixp4xx: add welltech,epbx100 2021-06-12 08:21:55 -07:00
intel,keembay.yaml dt-bindings: arm: intel,keembay: limit the dtschema to root node 2021-06-02 16:05:22 -05:00
l2c2x0.yaml
mediatek.yaml dt-bindings: arm64: dts: mediatek: Add mt8183-kukui-jacuzzi-fennel 2021-05-12 18:31:26 +02:00
microchip,sparx5.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
moxart.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
nvidia,tegra194-ccplex.yaml dt-bindings: Explicitly allow additional properties in common schemas 2020-10-07 11:30:06 -05:00
oxnas.txt
pmu.yaml dt-bindings: arm: add Cortex-A78 binding 2021-02-03 20:42:54 +00:00
primecell.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
psci.yaml
qcom.yaml Qualcomm ARM64 updates for v5.15 2021-08-18 14:37:44 +02:00
rda.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
realtek.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
renesas,prr.yaml
renesas.yaml dt-bindings: arm: renesas: Document R-Car H3e-2G and M3e-2G SoCs and boards 2021-07-27 09:26:16 +02:00
rockchip.yaml arm64: dts: rockchip: add basic dts for RK3568 EVB 2021-06-22 12:21:55 +02:00
rtsm-dcscb.txt
secure.txt
sp810.txt
spe-pmu.txt
spear-misc.txt
spear.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
ste-nomadik.txt
sti.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
sunxi.yaml dt-bindings: arm: Add NanoPi R1S H5 2021-05-18 17:17:57 +02:00
swir.txt
syna.txt
tegra.yaml dt-bindings: tegra: Document NVIDIA Jetson TX2 NX developer kit 2021-08-12 15:06:28 +02:00
toshiba.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
trbe.yaml dts: bindings: Document device tree bindings for Arm TRBE 2021-04-06 16:05:38 -06:00
ux500.yaml dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
versatile-sysreg.txt
vexpress-scc.txt
vexpress-sysreg.txt
vt8500.yaml dt-bindings: arm: vt8500: remove redundant white-spaces 2020-12-07 15:08:52 -06:00
xen.txt
xilinx.yaml ARM: dts: Zynq DT changes for v5.12-v2 2021-02-11 12:46:40 +01:00