linux/Documentation/devicetree/bindings/clock
Linus Torvalds 01f3cbb296 SoC: DT changes for 6.2
The devicetree changes contain exactly 1000 non-merge changesets,
 including a number of new arm64 SoC variants from Qualcomm and Apple,
 as well as the Renesas r9a07g043f/u chip in both arm64 and riscv variants
 While we have occasionally merged support for non-arm SoCs in the past,
 this is now the normal path for riscv devicetree files.
 
 The most notable changes, by SoC platform, are:
 
  - The Apple T6000 (M1 Pro), T6001 (M1 Max) and T6002 (M2 Ultra)
    chips now have initial support. This is particularly nice as I am
    typing this on a T6002 Mac Studio with only a small number of driver
    patches.
 
  - Qualcomm MSM8996 Pro (Snapdragon 821), SM6115 (Snapdragon 662), SM4250
    (Snapdragon 460), SM6375 (Snapdragon 695), SDM670 (Snapdragon 670),
    MSM8976 (Snapdragon 652) and MSM8956 (Snapdragon 650) are all mobile
    phone chips that are closely related to others we already support.
    Adding those helps support more phones and we add several models
    from Sony (Xperia 10 IV, 5 IV, X, and X compact), OnePlus (One, 3,
    3T, and Nord N100), Xiaomi (Poco F1, Mi6), Huawei (Watch) and Google
    (Pixel 3a).  There are also new variants of the Herobrine and Trogdor
    chromebook motherboards.  SA8540P is an automotive SoC used in the
    Qdrive-3 development platform
 
  - Rockchips gains no new SoC variants, but a lot of new boards:
    three mobile gaming systems based on RK3326 Odroid-Go/rg351 family,
    two more Anbernic gaming systems based on RK3566 and a number of
    other RK356x based single-board computers.
 
  - Renesas RZ/G2UL (r9a07g043) was already supported for arm64, but as
    the newly added RZ/Five is based on the same design, this now gets
    reorganized in order to share most of the dts description between
    the two and add the RZ/Five SMARC EVK board support.
 
 Aside from that, there are the usual changes all over the tree:
 
  - New boards on other platforms contain two ASpeed BMC users, two
    Broadcom based Wifi routers, Zyxel NSA310S NAS, the i.MX6 based Kobo
    Aura2 ebook reader, two i.MX8 based development boards, two Uniphier
    Pro5 development boards, the STM32MP1 testbench board from DHCOR,
    the TI K3 based BeagleBone AI-64 board, and the Mediatek Helio X10
    based Sony Xperia M5 phone.
 
  - The Starfive JH7100 source gets reorganized in order to support the
    VisionFive V1 board.
 
  - Minor updates and cleanups for Intel SoCFPGA, Marvell PXA168,
    TI, ST, NXP, Apple, Broadcom, Juno, Marvell MVEBU, at91, nuvoton,
    Tegra, Mediatek, Renesas, Hisilicon, Allwinner, Samsung, ux500,
    spear, ...  The treewide cleanups now have a lot of fixes for cache
    nodes and other binding violoations.
 
  - Somewhat larger sets of reworks for NVIDIA Tegra, Qualcomm
    and Renesas platforms, adding a lot more on-chip device support
 
  - A rework of the way that DTB overlays are built.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmOSFNQACgkQmmx57+YA
 GNnAIg/+KAiUHpSI02V2sQyDXout2laM8fxl8pW4qREQLKV7U+fi74vbd297HSsv
 yxOrrvD6aU9QUzWvdYEezqZxUEoOAibEAE3qMaJZrCjzdtmQvIeUJQuNhhg/oGFP
 ZcSN8E+60qxsYwfXw9OHp5TTLi5X/ejRmJoPkC/DHbxbpu07YKT0aHf9qoeD8ntM
 8Y+qRiC9AYMnK49rw/HSsQIOXKC0tUQrfsavnJGKFE2wUAdD1ZFf34VtMu580USo
 eVX++hun/AKKhdU/ZV9xZKUCQTU405SwscGdP5OFtkjNqHCHwdcU10Kp/PxR3XNq
 t5Zmfg9PO/OfV17K91t60hkgfZsNojP6mvGwGhYSuIEYKbya3o4YrPJZb/8jd2Vr
 QclwN94m53zDTEfhdW4sJ1HGFV8FhQGjQ1PNBuUf2YXIztpuhd4PnCc/R31K4Yr8
 O0S2tl/PxUPB2ouHzpuB+4QMGYZjK3OmFNIEZ8tucIuwOeagkZmDUPuq6o1Nj0Je
 9XDJVAZf0wFztnbnAKdJkF15Fs8wT8wZLIZOnzy4Zp2HhKHkCKQ0EFSyN37WmM6l
 fKktQ/U7sULwrEGSz9cBuYjrq7uOsCnRZD2R6MbB0rs16oHIl4OrVSSzoqYQSTlo
 JOAimJJo2mLsslzaKr4TrqhUj9zkrYaWgOLPXD3c4MSLRK/Tqnk=
 =WCFd
 -----END PGP SIGNATURE-----

Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc

Pull ARM SoC DT updates from Arnd Bergmann:
 "The devicetree changes contain exactly 1000 non-merge changesets,
  including a number of new arm64 SoC variants from Qualcomm and Apple,
  as well as the Renesas r9a07g043f/u chip in both arm64 and riscv
  variants.

  While we have occasionally merged support for non-arm SoCs in the
  past, this is now the normal path for riscv devicetree files.

  The most notable changes, by SoC platform, are:

   - The Apple T6000 (M1 Pro), T6001 (M1 Max) and T6002 (M1 Ultra) chips
     now have initial support. This is particularly nice as I am typing
     this on a T6002 Mac Studio with only a small number of driver
     patches.

   - Qualcomm MSM8996 Pro (Snapdragon 821), SM6115 (Snapdragon 662),
     SM4250 (Snapdragon 460), SM6375 (Snapdragon 695), SDM670
     (Snapdragon 670), MSM8976 (Snapdragon 652) and MSM8956 (Snapdragon
     650) are all mobile phone chips that are closely related to others
     we already support.

     Adding those helps support more phones and we add several models
     from Sony (Xperia 10 IV, 5 IV, X, and X compact), OnePlus (One, 3,
     3T, and Nord N100), Xiaomi (Poco F1, Mi6), Huawei (Watch) and
     Google (Pixel 3a).

     There are also new variants of the Herobrine and Trogdor chromebook
     motherboards. SA8540P is an automotive SoC used in the Qdrive-3
     development platform

   - Rockchips gains no new SoC variants, but a lot of new boards: three
     mobile gaming systems based on RK3326 Odroid-Go/rg351 family, two
     more Anbernic gaming systems based on RK3566 and a number of other
     RK356x based single-board computers.

   - Renesas RZ/G2UL (r9a07g043) was already supported for arm64, but as
     the newly added RZ/Five is based on the same design, this now gets
     reorganized in order to share most of the dts description between
     the two and add the RZ/Five SMARC EVK board support.

  Aside from that, there are the usual changes all over the tree:

   - New boards on other platforms contain two ASpeed BMC users, two
     Broadcom based Wifi routers, Zyxel NSA310S NAS, the i.MX6 based
     Kobo Aura2 ebook reader, two i.MX8 based development boards, two
     Uniphier Pro5 development boards, the STM32MP1 testbench board from
     DHCOR, the TI K3 based BeagleBone AI-64 board, and the Mediatek
     Helio X10 based Sony Xperia M5 phone.

   - The Starfive JH7100 source gets reorganized in order to support the
     VisionFive V1 board.

   - Minor updates and cleanups for Intel SoCFPGA, Marvell PXA168, TI,
     ST, NXP, Apple, Broadcom, Juno, Marvell MVEBU, at91, nuvoton,
     Tegra, Mediatek, Renesas, Hisilicon, Allwinner, Samsung, ux500,
     spear, ... The treewide cleanups now have a lot of fixes for cache
     nodes and other binding violoations.

   - Somewhat larger sets of reworks for NVIDIA Tegra, Qualcomm and
     Renesas platforms, adding a lot more on-chip device support

   - A rework of the way that DTB overlays are built"

* tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (979 commits)
  arm64: dts: apple: t6002: Fix GPU power domains
  arm64: dts: apple: t600x-pmgr: Fix search & replace typo
  arm64: dts: apple: Add t8103 L1/L2 cache properties and nodes
  arm64: dts: apple: Rename dart-sio* to sio-dart*
  arch: arm64: apple: t600x: Use standard "iommu" node name
  arch: arm64: apple: t8103: Use standard "iommu" node name
  ARM: dts: socfpga: Fix pca9548 i2c-mux node name
  dt-bindings: iio: adc: qcom,spmi-vadc: fix PM8350 define
  dt-bindings: iio: adc: qcom,spmi-vadc: extend example
  arm64: dts: qcom: sc8280xp: fix UFS DMA coherency
  arm64: dts: qcom: sc7280: Add DT for sc7280-herobrine-zombie
  arm64: dts: qcom: sm8250-sony-xperia-edo: fix no-mmc property for SDHCI
  arm64: dts: qcom: sdm845-sony-xperia-tama: fix no-mmc property for SDHCI
  arm64: dts: qcom: sda660-inforce-ifc6560: fix no-mmc property for SDHCI
  arm64: dts: qcom: sa8155p-adp: fix no-mmc property for SDHCI
  arm64: dts: qcom: qrb5165-rb: fix no-mmc property for SDHCI
  arm64: dts: qcom: sm8450: align MMC node names with dtschema
  arm64: dts: qcom: sc7180-trogdor: use generic node names
  arm64: dts: qcom: sm8450-hdk: add sound support
  arm64: dts: qcom: sm8450: add Soundwire and LPASS
  ...
2022-12-12 10:21:03 -08:00
..
sifive dt-bindings: clock: fu740-prci: add reset-cells 2021-11-02 14:39:56 -07:00
st devicetree/bindings: correct possessive "its" typos 2022-08-01 09:13:06 -06:00
ti dt-bindings: clock: gpio-gate-clock: Convert to json-schema 2022-08-22 16:14:54 -07: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
airoha,en7523-scu.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05: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: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -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: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05: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
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: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
amlogic,meson8b-clkc.txt dt-bindings: clock: meson8b: add the clock inputs 2019-12-11 14:06:28 +01:00
apple,nco.yaml dt-bindings: clock: Add Apple NCO 2022-03-11 20:44:05 -08:00
arm,syscon-icst.yaml dt-bindings: clock: arm,syscon-icst: Use 'reg' instead of 'vco-offset' for VCO register address 2021-09-14 18:11:19 -07: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 clk: add device tree binding for Artpec-6 clock controller 2016-04-15 16:00:37 -07:00
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 clk/axs10x: Add I2S PLL clock driver 2016-05-06 10:35:04 -07:00
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: clock: drop useless consumer example 2022-03-24 19:29:11 -07: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: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05: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.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.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: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
cirrus,cs2000-cp.yaml dt-bindings: clock: drop minItems equal to maxItems 2022-08-30 15:07:08 -07:00
cirrus,lochnagar.yaml clk: lochnagar: Move binding over to dtschema 2020-05-27 19:30:25 -06: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
clps711x-clock.txt clk: clps711x: Changing the compatibility string to match with the smallest supported chip 2016-07-06 17:38:13 +02:00
dove-divider-clock.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06: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: clock: fixed-factor: Drop Allwinner A10 compatible 2022-06-09 15:40:23 -07:00
fixed-mmio-clock.yaml dt-bindings: clk: fixed-mmio-clock: Convert to YAML 2021-09-14 18:18:30 -07:00
fsl,flexspi-clock.yaml dt-bindings: clock: document the fsl-flexspi-clk device 2020-12-07 16:55:08 -08:00
fsl,imx8m-anatop.yaml dt-bindings: clock: add i.MX8M Anatop 2022-10-24 09:02:54 +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
fsl,scu-clk.yaml dt-bindings: clk: imx: Add fsl,scu-clk yaml file 2022-07-08 16:34:58 +08:00
fujitsu,mb86s70-crg11.txt
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
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
hisilicon,hi3559av100-clock.yaml dt-bindings: Document the hi3559a clock bindings 2021-06-27 20:05:41 -07:00
hix5hd2-clock.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
idt,versaclock5.yaml Merge branches 'clk-baikal', 'clk-broadcom', 'clk-vc5' and 'clk-versaclock' into clk-next 2022-10-04 10:54:34 -07: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: drop useless consumer example 2022-03-24 19:29:11 -07:00
imx5-clock.yaml dt-bindings: clock: imx5: Drop clock consumer node from example 2022-01-11 11:54:35 -06: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: drop useless consumer example 2022-03-24 19:29:11 -07:00
imx7ulp-scg-clock.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
imx8m-clock.yaml dt-bindings: Drop redundant 'maxItems/minItems' in if/then schemas 2022-05-04 16:19:03 -05:00
imx8qxp-lpcg.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
imx8ulp-cgc-clock.yaml dt-bindings: clock: Add imx8ulp clock support 2021-09-30 16:22:55 +03:00
imx8ulp-pcc-clock.yaml dt-bindings: clock: Add imx8ulp clock support 2021-09-30 16:22:55 +03:00
imx21-clock.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
imx23-clock.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
imx25-clock.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
imx27-clock.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
imx28-clock.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
imx31-clock.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
imx35-clock.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
imx93-clock.yaml dt-bindings: clock: Add imx93 clock support 2022-03-04 17:06:29 +02:00
imxrt1050-clock.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
ingenic,cgu.yaml dt-bindings: Rename Ingenic CGU headers to ingenic,*.h 2021-11-11 22:27:14 -06: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
intel,stratix10.yaml dt-bindings: clock: intel,stratix10: convert to dtschema 2022-02-09 10:43:02 -06:00
keystone-gate.txt
keystone-pll.txt
lpc1850-ccu.txt
lpc1850-cgu.txt
lpc1850-creg-clk.txt doc: dt: add documentation for lpc1850-creg-clk driver 2016-03-04 12:53:20 -08:00
lsi,axm5516-clks.txt
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,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 mfd: max77686: Do not enforce (incorrect) interrupt trigger type 2021-11-05 14:40:06 +00:00
mediatek,apmixedsys.yaml dt-bindings: mediatek: Document MT6795 system controllers bindings 2022-09-26 11:13:09 +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,mt6795-sys-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,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,topckgen.yaml dt-bindings: mediatek: Document MT6795 system controllers bindings 2022-09-26 11:13:09 +08:00
microchip,lan966x-gck.yaml dt-bindings: clock: lan966x: Extend for clock gate support 2021-12-08 11:19:20 +01: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: clk: rename mpfs-clkcfg binding 2022-09-14 10:57:07 +03: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-cpupll.yaml dt-bindings: clk: mstar msc313 cpupll binding description 2022-02-16 19:16:03 +01:00
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
nuvoton,npcm845-clk.yaml dt-binding: clk: npcm845: Add binding for Nuvoton NPCM8XX Clock 2022-07-19 15:39:50 +02: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: drop useless consumer example 2022-03-24 19:29:11 -07:00
nvidia,tegra124-dfll.txt dt-bindings: pinctrl: tegra: Convert to json-schema 2022-11-21 13:27:29 +01:00
nxp,lpc3220-clk.txt dt-bindings: clock: add description of LPC32xx clock controller 2015-12-24 12:31:19 -08:00
nxp,lpc3220-usb-clk.txt dt-bindings: clock: add description of LPC32xx USB clock controller 2015-12-24 12:31:21 -08:00
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 dt-bindings: clock: qca,ath79-pll: fix copy-paste typos 2016-04-03 12:32:09 +02:00
qcom,a7pll.yaml dt-bindings: clock: Add A7 PLL binding for SDX65 2022-03-08 16:17:40 -06:00
qcom,a53pll.yaml dt-bindings: clock: qcom,a53pll: replace maintainer 2022-09-26 22:43:51 -05: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-sm8250.yaml dt-bindings: clock: add QCOM SM8250 camera clock bindings 2021-06-27 17:12:55 -07:00
qcom,dispcc-sm8x50.yaml dt-bindings: clock: Add Qcom SM8350 DISPCC bindings 2022-07-06 15:15:15 -05:00
qcom,dispcc-sm6125.yaml dt-bindings: clock: add QCOM SM6125 display clock bindings 2022-03-09 08:53:29 -06:00
qcom,dispcc-sm6350.yaml dt-bindings: clock: add QCOM SM6350 display clock bindings 2022-03-08 16:16:47 -06:00
qcom,gcc-apq8064.yaml dt-bindings: clocks: qcom,gcc-apq8064: define clocks/-names properties 2022-09-13 21:58:18 -05:00
qcom,gcc-apq8084.yaml dt-bindings: clock: qcom,gcc-apq8064: Fix typo in compatible and split apq8084 2022-05-05 22:20:39 -05:00
qcom,gcc-ipq8064.yaml dt-bindings: clock: document qcom,gcc-ipq8064 binding 2022-03-08 16:19:31 -06:00
qcom,gcc-ipq8074.yaml dt-bindings: clocks: qcom,gcc-ipq8074: support power domains 2022-06-30 18:06:13 -05:00
qcom,gcc-msm8660.yaml dt-bindings: clock: qcom,gcc-msm8660: separate GCC bindings for MSM8660 2022-09-13 16:44:54 -05:00
qcom,gcc-msm8909.yaml dt-bindings: clock: Add schema for MSM8909 GCC 2022-09-13 22:07:25 -05:00
qcom,gcc-msm8916.yaml dt-bindings: clock: move qcom,gcc-msm8939 to qcom,gcc-msm8916.yaml 2022-09-29 11:42:11 -05:00
qcom,gcc-msm8976.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-msm8994.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-msm8996.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-msm8998.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-other.yaml dt-bindings: clock: move qcom,gcc-msm8939 to qcom,gcc-msm8916.yaml 2022-09-29 11:42:11 -05:00
qcom,gcc-qcm2290.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05: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: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-sc7280.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-sc8180x.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-sc8280xp.yaml dt-bindings: clocks: qcom,gcc-sc8280xp: Fix typos 2022-09-27 22:47:10 -05:00
qcom,gcc-sdm845.yaml dt-bindings: clock: gcc-sdm845: add sdm670 global clocks 2022-09-13 21:20:33 -05:00
qcom,gcc-sdx55.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-sdx65.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-sm6115.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-sm6125.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-sm6350.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-sm8150.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-sm8250.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-sm8350.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc-sm8450.yaml dt-bindings: clk: qcom,gcc-*: use qcom,gcc.yaml 2022-08-29 15:42:53 -05:00
qcom,gcc.yaml dt-bindings: clock: split qcom,gcc.yaml to common and specific schema 2022-03-08 16:19:30 -06: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-sm8350.yaml dt-bindings: clock: Add Qcom SM8350 GPUCC bindings 2022-07-06 15:15:15 -05:00
qcom,gpucc.yaml dt-bindings: clock: Add Qualcomm SC8280XP GPU binding 2022-09-27 12:07:30 -05: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: clocks: qcom,mmcc: define clocks/clock-names for MSM8960 2022-09-13 21:58:34 -05:00
qcom,msm8996-apcc.yaml dt-bindings: clock: qcom,msm8996-apcc: Fix clocks 2022-09-26 11:12:35 -05: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,qcm2290-dispcc.yaml dt-bindings: clock: Add qualcomm QCM2290 DISPCC bindings 2022-02-10 17:56:10 -06:00
qcom,rpmcc.yaml dt-bindings: clock: qcom,rpmcc: Add compatible for SM6375 2022-09-27 12:07:17 -05:00
qcom,rpmhcc.yaml dt-bindings: clock: add rpmhcc bindings for sdm670 2022-09-27 11:40:29 -05: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,sc7280-camcc.yaml dt-bindings: clock: Add YAML schemas for CAMCC clocks on SC7280 2021-10-13 15:24:54 -07:00
qcom,sc7280-dispcc.yaml dt-bindings: clock: Add SC7280 DISPCC clock binding 2021-07-20 13:46:32 -07:00
qcom,sc7280-lpasscc.yaml dt-bindings: clock: Add "qcom,adsp-pil-mode" property 2022-09-13 09:47:35 -05:00
qcom,sc7280-lpasscorecc.yaml dt-bindings: clock: Add resets for LPASS audio clock controller for SC7280 2022-09-13 09:47:35 -05:00
qcom,sdm845-camcc.yaml dt-bindings: clocks: qcom,sdm845-camcc: add clocks/clock-names 2022-02-23 22:20:19 -06:00
qcom,sdm845-dispcc.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
qcom,sm6115-dispcc.yaml dt-bindings: clock: add QCOM SM6115 display clock bindings 2022-09-26 22:17:13 -05:00
qcom,sm6375-gcc.yaml dt-bindings: clock: add SM6375 QCOM global clock bindings 2022-09-27 22:25:57 -05:00
qcom,sm8450-camcc.yaml dt-bindings: clock: add QCOM SM8450 camera clock bindings 2022-07-06 15:18:32 -05:00
qcom,sm8450-dispcc.yaml dt-bindings: clock: qcom: add bindings for dispcc on SM8450 2022-09-26 22:17:14 -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: qcom,videocc: add mmcx power domain 2021-10-14 17:50:46 -07:00
qoriq-clock.txt dt-bindings: qoriq-clock: add missing compatible for lx2160a 2022-02-18 17:11:16 -06:00
renesas,9series.yaml dt-bindings: clk: rs9: Add Renesas 9-series I2C PCIe clock generator 2022-03-15 16:57:37 -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: Make example 'clocks' parsable 2022-03-24 19:24:10 -07:00
renesas,cpg-mssr.yaml dt-bindings: clock: renesas,cpg-mssr: Document r8a779g0 2022-04-25 10:45:15 +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.yaml dt-bindings: clk: emev2: Convert to json-schema 2021-05-10 11:54:32 -05:00
renesas,r9a06g032-sysctrl.yaml dt-bindings: clock: r9a06g032-sysctrl: Reference the DMAMUX subnode 2022-05-19 22:34:51 +05:30
renesas,rcar-usb2-clock-sel.yaml dt-bindings: clock: drop minItems equal to maxItems 2022-08-30 15:07:08 -07:00
renesas,rzg2l-cpg.yaml dt-bindings: clock: renesas,rzg2l: Document RZ/Five SoC 2022-09-02 10:47:30 +02:00
renesas,versaclock7.yaml dt-bindings: Renesas versaclock7 device tree bindings 2022-09-30 17:34:20 -07: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.txt clk: rockchip: document hdmi_phy external input for rk3328 2018-02-12 15:00:58 +01: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,rk3568-cru.yaml dt-binding: clock: Add missing rk3568 cru bindings 2022-05-14 12:40:41 +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: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +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 Exynos850 CMU_MFCMSCL 2022-08-23 09:12:01 +03: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,exynos7885-clock.yaml dt-bindings: clock: Add bindings for Exynos7885 CMU_FSYS 2022-06-20 13:57:03 +02:00
samsung,exynosautov9-clock.yaml dt-bindings: clock: exynosautov9: fix reference to CMU_FSYS1 2022-11-07 15:34:25 +01:00
samsung,s2mps11.yaml dt-bindings: clock: drop minItems equal to maxItems 2022-08-30 15:07:08 -07:00
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-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,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 dt-bindings: clock: clk-si5341: Add new attributes 2021-06-27 19:58:14 -07:00
silabs,si5351.txt clk: si5351: Update datasheet references 2021-11-02 14:29:17 -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: uniphier: Add clock binding for SoC-glue 2021-11-02 14:34:50 -07: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: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
sprd,ums512-clk.yaml dt-bindings: clk: sprd: Add bindings for ums512 clock controller 2022-07-11 12:59:11 -07: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: rcc: stm32: select the "secure" path for stm32mp13 2022-07-05 09:26:36 +02: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
stericsson,abx500.txt clk: ux500: Add device tree bindings for ABx500 clocks 2017-01-26 16:10:01 -08: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: Document FSD CMU bindings 2022-01-26 10:21:57 +01:00
ti-clkctrl.txt dt-bindings: clock: ti: Add clock-output-names for clockctrl 2022-04-11 16:02:49 +03: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: clock: ehrpwm: Add AM62 specific compatible 2022-04-22 19:04:47 -07: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,lmk04832.yaml dt-bindings: clock: add ti,lmk04832 bindings 2021-06-27 17:58:26 -07:00
ti,sci-clk.yaml dt-bindings: clock: Convert ti,sci-clk to json schema 2021-05-10 11:54:31 -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
vf610-clock.txt
vt8500.txt
xgene.txt Documentation: dt: xgene: Add PMD clock binding 2016-09-14 13:53:53 -07:00
xlnx,clocking-wizard.yaml dt-bindings: add documentation of xilinx clocking wizard 2022-08-22 19:07:07 -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