linux/Documentation/devicetree/bindings/clock
Arnd Bergmann 2dfe48a85a Samsung DTS ARM64 changes for v6.8
Two (and a half) major items are coming with this pull request:
 1. Add specific compatibles to all Samsung Exynos and Tesla FSD blocks,
    because that's what guidelines expect [1] and is generally
    recommended practice.  Existing compatibles are left untouched, thus
    no driver changes are needed.  The work only cleans things up, so any
    future contributions will use recommended style: specific and
    fallback compatibles.
 
    Since no driver changes are needed in this work and the DTS is
    directly affected by bindings change (running tests with `make
    dtbs_check`), this pull includes all bindings changes, even though
    usual practice is that bindings come via driver subsystem.  Keeping
    everything here makes review and testing easier.  Also will allow us
    to avoid conflicts related to new platforms (see below).
 
 2. Add ExynosAutov920 SoC and SADK board (Samsung Automotive Development
    Kit) with minimal support so far: serial console, GPIO-based keys and
    PWM fan.
 
 3. Add few bindings for upcoming Google GS101 SoC.  This pull request
    does not include its DTS yet, just few reviewed dependencies.  DTS
    will be coming soon.
 
 [1] Documentation/devicetree/bindings/writing-bindings.rst
 -----BEGIN PGP SIGNATURE-----
 
 iQJEBAABCgAuFiEE3dJiKD0RGyM7briowTdm5oaLg9cFAmV4JEMQHGtyemtAa2Vy
 bmVsLm9yZwAKCRDBN2bmhouD13aED/96y5meeYeqH6dMEFkSCd0+hSixVBsKWKU+
 fXiS2SYNIvhrXH2j2tEG/WYmlyjMifR0qM89sWjnY3/Q5VzuPqH1JbA75x6uOtrp
 jJDpJUY8eNZaeH1uPwc/aXTo0MgRiBgQV7UpKMUGuubqHqzaI/RWEz7ORRLsr1Rk
 fbEKicYa44LAIiq8/Nd3PJPWV3/f4zbIVnMZA2KU8atwKYtXX83Z4/RCJxoWYZxC
 gd4ELuYpamkMKb9pecJUapnUJFAKivTGAQBlCH07P7Y556+VdKgNP1BPH3/Hcrtx
 Lb3jtzYRYelHSFmR6FPubo2ucS1lV9QkQcab6dDGrR6kKR48Y2EXGXAxsJTN9hxf
 1o3llbCEt2asbe/B2Jn0GN7DesUBXEtpPT3iyeK628/kgpGP73ZE06DnO35SjbOn
 hSqUt+rN4/ogjjCVg9mUvOtPSCIq0SDGE5dptSsXoiXhT4/P3KXzhUIyt7O8amuh
 EV9RpxTj1i31Eku7OhG9gRQX3NF4AOKnZ4KIsT5Zb8BLloKmA/XZ+DjaRYgrk/nk
 BFW9K3ibjKNIfjUe7kKw2Jhc5FaUqUVed9Btewd/DUYZcjyWAW+n2SJcOzctulr3
 6of3ITB8DI1E9+sW3k83YEfTqq5Zw3NUVlkv1FNmKUQVphs4VkltG1Q1dj/mAGqt
 7VbV+8L6nQ==
 =lXzb
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmWEXL8ACgkQYKtH/8kJ
 UifimQ//ZREA+A4FZa3grA7C9qKmF4fY6OKe4JAqfc8Op828ai3dKZNtv1sFH1W2
 z467IUj+xVbqvvKzCdkGQZboYRzcW+faHGgXg3665OIq17X9MEyQcl85QjUQS/0x
 3tJ1UdlfxODGIHWuYFZu5V6rb1KM0JumMFKT/6hNnwkTnHg9akKoxbPIyIkwKcx9
 T+hoy/BoUtOMZT7W9H9X9dfbeUHzm1AxyYH4J4FIUzbRWfEjoyCjpkIj1/O2iZ7n
 hBljr57pHT9F86yutmDbPANoY7J9WnQ/tUo+TUIhMkgZSgIyduzHNe1DUgHcGYdb
 3XOtFoYkehsIvJ6ou+tQBSqewi+JWlKHmvPgWqIE7Bt1OPNJc5B7Ff9ILzxP1QW0
 KwNIi2ewIMZZSeu9sC/0Nj3NDmHEzaiKAd2mR9RJfBUfRe7M2/TSf+OiKOMaa5qw
 j1thcD11ESWObxIO925x/wV6ilkXNgvkKoF/d6nO4MN7ZlYk/66GxNJ2L4AFrf7J
 6F8M+64RpBSwrvjWgOen+HACbNoccJKvPcmzMbbPTyREjvTwpDTXFsLCajWw13ww
 dhIEc/ROs4GZ7nOf7hOiBVyvo81vhrgDzZQ/N+OCr5SQH3l0OVAvshYtWqadOcgu
 hYKHv2Z9WFHKYDtXhpVx0sWKXw/B3/NPWkHs9IAIozWAcy8tzxM=
 =9UxE
 -----END PGP SIGNATURE-----

Merge tag 'samsung-dt64-6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/dt

Samsung DTS ARM64 changes for v6.8

Two (and a half) major items are coming with this pull request:
1. Add specific compatibles to all Samsung Exynos and Tesla FSD blocks,
   because that's what guidelines expect [1] and is generally
   recommended practice.  Existing compatibles are left untouched, thus
   no driver changes are needed.  The work only cleans things up, so any
   future contributions will use recommended style: specific and
   fallback compatibles.

   Since no driver changes are needed in this work and the DTS is
   directly affected by bindings change (running tests with `make
   dtbs_check`), this pull includes all bindings changes, even though
   usual practice is that bindings come via driver subsystem.  Keeping
   everything here makes review and testing easier.  Also will allow us
   to avoid conflicts related to new platforms (see below).

2. Add ExynosAutov920 SoC and SADK board (Samsung Automotive Development
   Kit) with minimal support so far: serial console, GPIO-based keys and
   PWM fan.

3. Add few bindings for upcoming Google GS101 SoC.  This pull request
   does not include its DTS yet, just few reviewed dependencies.  DTS
   will be coming soon.

[1] Documentation/devicetree/bindings/writing-bindings.rst

* tag 'samsung-dt64-6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: (38 commits)
  arm64: dts: exynos: add minimal support for exynosautov920 sadk board
  arm64: dts: exynos: add initial support for exynosautov920 SoC
  dt-bindings: samsung: exynos-sysreg: combine exynosautov920 with other enum
  dt-bindings: soc: google: exynos-sysreg: add dedicated SYSREG compatibles to GS101
  dt-bindings: clock: Add Google gs101 clock management unit bindings
  dt-bindings: soc: samsung: exynos-pmu: Add gs101 compatible
  arm64: dts: fsd: add specific compatibles for Tesla FSD
  dt-bindings: watchdog: samsung: add specific compatible for Tesla FSD
  dt-bindings: samsung: exynos-pmu: add specific compatible for Tesla FSD
  dt-bindings: serial: samsung: add specific compatible for Tesla FSD
  dt-bindings: pwm: samsung: add specific compatible for Tesla FSD
  dt-bindings: i2c: exynos5: add specific compatible for Tesla FSD
  arm64: dts: exynosautov9: use Exynos7 fallbacks for pin wake-up controller
  arm64: dts: exynos850: use Exynos7 fallbacks for pin wake-up controllers
  dt-bindings: hwinfo: samsung,exynos-chipid: add exynosautov920 compatible
  dt-bindings: arm: samsung: Document exynosautov920 SADK board binding
  dt-bindings: pwm: samsung: add exynosautov920 compatible
  dt-bindings: serial: samsung: add exynosautov920-uart compatible
  dt-bindings: samsung: usi: add exynosautov920-usi compatible
  dt-bindings: samsung: exynos-pmu: add exynosautov920 compatible
  ...

Link: https://lore.kernel.org/r/20231212093105.13938-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2023-12-21 15:41:51 +00:00
..
sifive dt-bindings: drop Sagar Kadam from SiFive binding maintainership 2023-02-21 10:22:04 -06:00
st devicetree/bindings: correct possessive "its" typos 2022-08-01 09:13:06 -06:00
ti dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
actions,owl-cmu.txt
adi,axi-clkgen.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06: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: 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: 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: Fix typos 2023-08-18 11:32:25 -05:00
altr_socfpga.txt
amlogic,a1-peripherals-clkc.yaml dt-bindings: clock: meson: add A1 Peripherals clock controller bindings 2023-05-30 17:52:47 +02:00
amlogic,a1-pll-clkc.yaml dt-bindings: clock: meson: add A1 Peripherals clock controller bindings 2023-05-30 17:52:47 +02:00
amlogic,axg-audio-clkc.txt
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-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
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
apple,nco.yaml dt-bindings: clock: apple,nco: Add t8112-nco compatible 2023-03-28 19:39:26 +09:00
arm,syscon-icst.yaml dt-bindings: clock: Drop unneeded quotes 2023-03-31 10:00:53 -05:00
armada3700-periph-clock.txt
armada3700-tbg-clock.txt
armada3700-xtal-clock.txt
artpec6.txt
atmel,at91rm9200-pmc.yaml dt-bindings: clocks: atmel,at91rm9200-pmc: convert to yaml 2023-05-22 15:59:43 +03:00
atmel,at91sam9x5-sckc.yaml dt-bindings: clocks: at91sam9x5-sckc: convert to yaml 2023-05-22 15:59:49 +03:00
axs10x-i2s-pll-clock.txt
baikal,bt1-ccu-div.yaml
baikal,bt1-ccu-pll.yaml
bitmain,bm1880-clk.yaml dt-bindings: clock: drop useless consumer example 2022-03-24 19:29:11 -07:00
brcm,bcm63xx-clocks.txt
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
brcm,bcm2835-cprman.txt
brcm,bcm53573-ilp.txt
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.txt
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,lochnagar.yaml
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
dove-divider-clock.txt
fixed-clock.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06:00
fixed-factor-clock.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06: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,plldig.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06: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
fujitsu,mb86s70-crg11.txt
google,gs101-clock.yaml dt-bindings: clock: Add Google gs101 clock management unit bindings 2023-12-10 14:59:40 +01: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: clock: versaclock5: Document 5P49V60 compatible string 2023-01-18 10:49:52 -08:00
img,boston-clock.txt
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: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx6sl-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx6sll-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx6sx-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx6ul-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -06:00
imx7d-clock.yaml dt-bindings: clock: drop redundant part of title 2022-12-16 11:41:49 -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: Add missing interrupt property 2023-06-12 12:16:09 +03:00
imx8mp-audiomix.yaml dt-bindings: Remove last usage of "binding" or "schema" in titles 2023-06-16 13:56:18 -06: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: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06: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
keystone-pll.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -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: add loongson-2 clock 2023-02-10 15:44:13 -08:00
lpc1850-ccu.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
lpc1850-cgu.txt
lpc1850-creg-clk.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05: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
marvell,mmp2-clock.yaml
marvell,pxa168.txt
marvell,pxa910.txt
marvell,pxa1928.txt
maxim,max9485.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05: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: clock: Drop unneeded quotes 2023-03-31 10:00:53 -05: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,mt8186-fhctl.yaml dt-bindings: clock: mediatek,mt8186-fhctl: Support MT6795, MT8173/92/95 2023-03-13 11:46:32 -07:00
mediatek,mt8188-clock.yaml dt-bindings: clock: mediatek: Add new MT8188 clock 2023-03-31 11:51:20 -07:00
mediatek,mt8188-sys-clock.yaml dt-bindings: clock: mediatek: Add new MT8188 clock 2023-03-31 11:51:20 -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: add mtmips SoCs system controller 2023-06-21 14:50:22 +02:00
mediatek,topckgen.yaml dt-bindings: clock: Drop unneeded quotes 2023-03-31 10:00:53 -05: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: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
microchip,pic32.txt
microchip,sparx5-dpll.yaml
milbeaut-clock.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -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
mvebu-core-clock.txt
mvebu-corediv-clock.txt
mvebu-cpu-clock.txt
mvebu-gated-clock.txt
nspire-clock.txt
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.txt
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,lpc3220-clk.txt
nxp,lpc3220-usb-clk.txt
pistachio-clock.txt
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.txt
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 IPQ9574 compatible 2023-05-26 12:16:40 -07: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,camcc-sm8250: extend clocks and power domains 2023-01-16 21:10:27 -06:00
qcom,dispcc-sc8280xp.yaml dt-bindings: drop redundant part of title (manual) 2022-12-16 12:51:43 -06:00
qcom,dispcc-sm8x50.yaml dt-bindings: qcom: Update RPMHPD entries for some SoCs 2023-08-03 20:53:34 -07:00
qcom,dispcc-sm6125.yaml dt-bindings: clock: qcom, dispcc-sm6125: Allow power-domains property 2023-07-27 16:33:44 +03:00
qcom,dispcc-sm6350.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-apq8064.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-apq8084.yaml dt-bindings: clock: qcom,gcc-apq8084: define clocks/clock-names 2023-01-18 18:27:35 -06:00
qcom,gcc-ipq4019.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-ipq8064.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-ipq8074.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-msm8660.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-msm8909.yaml dt-bindings: clock: Add MSM8917 global clock controller 2023-03-15 17:19:05 -07:00
qcom,gcc-msm8916.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-msm8953.yaml dt-bindings: clock: qcom,gcc-msm8953: split to separate schema 2023-05-24 21:47:16 -07:00
qcom,gcc-msm8974.yaml dt-bindings: clock: split qcom,gcc-msm8974,-msm8226 to the separate file 2022-12-06 12:26:57 -06:00
qcom,gcc-msm8976.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-msm8994.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-msm8996.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-msm8998.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-other.yaml dt-bindings: clock: provide separate bindings for qcom,gcc-mdm9615 2023-07-31 14:24:04 -07:00
qcom,gcc-qcm2290.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-qcs404.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-sc7180.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-sc7280.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-sc8180x.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-sc8280xp.yaml dt-bindings: clock: qcom,gcc-sc8280xp: document power domain 2023-01-02 08:06:24 -06:00
qcom,gcc-sdm660.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-sdm845.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-sdx55.yaml dt-bindings: clock: qcom,gcc-sdx55: drop core_bi_pll_test_se 2023-01-10 22:43:43 -06:00
qcom,gcc-sdx65.yaml dt-bindings: clock: qcom,gcc-sdx65: drop core_bi_pll_test_se 2023-01-10 22:43:43 -06:00
qcom,gcc-sm6115.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-sm6125.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-sm6350.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gcc-sm8150.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-sm8250.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gcc-sm8350.yaml dt-bindings: clock: qcom,gcc-sm8350: drop core_bi_pll_test_se input 2023-01-10 22:43:01 -06:00
qcom,gcc-sm8450.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
qcom,gcc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,gpucc-sdm660.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,gpucc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,hfpll.txt dt-bindings: clock: qcom,hfpll: Document MSM8976 compatibles 2023-09-13 12:07:59 -07:00
qcom,ipq5018-gcc.yaml dt-bindings: clock: Add IPQ5018 clock and reset 2023-08-11 10:46:59 -07:00
qcom,ipq5332-gcc.yaml dt-bindings: clock: Add Qualcomm IPQ5332 GCC 2023-03-15 16:20:59 -07:00
qcom,ipq9574-gcc.yaml dt-bindings: clock: qcom,ipq9574-gcc: Add maintainer 2023-05-17 19:41:46 -07: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.txt
qcom,lcc.yaml dt-bindings: clock: qcom,lcc.yaml: describe clocks for lcc,qcom-mdm9615 2023-07-31 14:23:19 -07:00
qcom,mmcc.yaml dt-bindings: clock: qcom,mmcc: Add GPLL0_DIV for MSM8998 2023-08-13 19:51:03 -07: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: Update my email address 2023-07-09 21:36:08 -07:00
qcom,q6sstopcc.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,qcm2290-dispcc.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,qdu1000-gcc.yaml dt-bindings: clock: Update GCC clocks for QDU1000 and QRU1000 SoCs 2023-08-13 20:13:17 -07:00
qcom,rpmcc.yaml dt-bindings: clock: qcom,rpmcc: Add MSM8917 2023-03-15 17:19:05 -07:00
qcom,rpmhcc.yaml dt-bindings: clock: qcom: Add RPMHCC for SM4450 2023-09-20 09:01:20 -07:00
qcom,sa8775p-gcc.yaml dt-bindings: clock: qcom,sa8775p-gcc: add the power-domains property 2023-02-08 16:13:16 -08:00
qcom,sc7180-camcc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sc7180-dispcc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sc7180-lpasscorecc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sc7180-mss.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sc7280-camcc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sc7280-dispcc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sc7280-lpasscc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sc7280-lpasscorecc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sc8280xp-lpasscc.yaml dt-bindings: clock: Add LPASS AUDIOCC and reset controller for SC8280XP 2023-06-13 11:11:27 -07:00
qcom,sdm845-camcc.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,sdm845-dispcc.yaml dt-bindings: clock: qcom: Update my email address 2023-07-09 21:36:08 -07:00
qcom,sdm845-lpasscc.yaml dt-bindings: clock: qcom,sdm845-lpasscc: convert to dtschema 2022-11-05 23:21:17 -05:00
qcom,sdx75-gcc.yaml dt-bindings: clock: qcom: Add GCC clocks for SDX75 2023-05-24 21:02:36 -07:00
qcom,sm4450-gcc.yaml dt-bindings: clock: qcom: Add GCC clocks for SM4450 2023-09-20 09:01:20 -07:00
qcom,sm6115-dispcc.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,sm6115-gpucc.yaml dt-bindings: clock: Add Qcom SM6115 GPUCC 2023-03-13 12:58:19 -07:00
qcom,sm6125-gpucc.yaml dt-bindings: clock: Add Qcom SM6125 GPUCC 2023-03-13 12:58:19 -07:00
qcom,sm6350-camcc.yaml dt-bindings: clock: add QCOM SM6350 camera clock bindings 2023-02-08 20:08:21 -08:00
qcom,sm6375-dispcc.yaml dt-bindings: clock: add QCOM SM6375 display clock 2022-11-15 10:46:31 -06:00
qcom,sm6375-gcc.yaml dt-bindings: clock: qcom: Clean-up titles and descriptions 2022-11-07 22:47:27 -06:00
qcom,sm6375-gpucc.yaml dt-bindings: clock: sm6375-gpucc: Add VDD_GX 2023-06-13 16:30:13 -07:00
qcom,sm7150-gcc.yaml dt-bindings: clock: Add SM7150 GCC clocks 2023-03-13 16:50:30 -07:00
qcom,sm8350-videocc.yaml This pull request is full of clk driver changes. In fact, there aren't any 2023-08-30 19:53:39 -07:00
qcom,sm8450-camcc.yaml dt-bindings: clock: qcom: Add SM8550 camera clock controller 2023-09-19 11:38:16 -07:00
qcom,sm8450-dispcc.yaml dt-bindings: qcom: Update RPMHPD entries for some SoCs 2023-08-03 20:53:34 -07:00
qcom,sm8450-gpucc.yaml dt-bindings: clock: qcom: Add SM8550 graphics clock controller 2023-05-26 18:22:07 -07:00
qcom,sm8450-videocc.yaml dt-bindings: qcom: Update RPMHPD entries for some SoCs 2023-08-03 20:53:34 -07:00
qcom,sm8550-dispcc.yaml dt-bindings: qcom: Update RPMHPD entries for some SoCs 2023-08-03 20:53:34 -07:00
qcom,sm8550-gcc.yaml dt-bindings: clock: Add SM8550 GCC clocks 2022-12-01 17:26:41 -06:00
qcom,sm8550-tcsr.yaml dt-bindings: clock: Add SM8550 TCSR CC clocks 2023-01-10 12:24:40 -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,turingcc.txt
qcom,videocc.yaml This pull request is full of clk driver changes. In fact, there aren't any 2023-08-30 19:53:39 -07:00
qoriq-clock.txt dt-bindings: qoriq-clock: add missing compatible for lx2160a 2022-02-18 17:11:16 -06:00
renesas,5p35023.yaml dt-bindings: clock: versaclock3: Add description for #clock-cells property 2023-09-11 13:23:52 -07:00
renesas,9series.yaml dt-bindings: clk: rs9: Add 9FGV0441 2023-03-27 10:50:57 -07:00
renesas,cpg-clocks.yaml
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: Drop unneeded quotes 2023-03-31 10:00:53 -05:00
renesas,cpg-mstp-clocks.yaml
renesas,emev2-smu.yaml
renesas,r9a06g032-sysctrl.yaml dt-bindings: clock: drop unneeded quotes and use absolute /schemas path 2023-06-15 10:35:33 -07: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 dt-bindings: clock: renesas,rzg2l-cpg: Document RZ/G3S SoC 2023-10-05 11:25:53 +02:00
renesas,versaclock7.yaml dt-bindings: drop redundant part of title (end) 2022-12-16 11:41:49 -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.txt
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-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
rockchip,rk3588-cru.yaml dt-bindings: clock: add rk3588 cru bindings 2022-11-14 15:33:45 +01: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 Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07: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
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
silabs,si544.txt
silabs,si570.txt
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
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
sprd,sc9860-clk.txt
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.txt
st,stm32h7-rcc.txt
st,stm32mp1-rcc.yaml dt-bindings: clock: st,stm32mp1-rcc: add proper title 2022-12-16 11:41:49 -06: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,abx500.txt
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
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,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: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00: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 dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
vt8500.txt
xgene.txt
xlnx,clocking-wizard.yaml dt-bindings: xilinx: Switch xilinx.com emails to amd.com 2023-06-05 13:09:19 +02:00
xlnx,versal-clk.yaml dt-bindings: clock: versal: Convert the xlnx,zynqmp-clk.txt to yaml 2023-08-02 12:12:09 -07:00
zynq-7000.txt