linux/Documentation/devicetree/bindings/watchdog
Linus Torvalds 9c39d5ab45 soc: devicetree updates for 6.13
This release adds the devicetree files for an impressive number of new
 SoC variants, though as expected these are all related to others we
 already support:
 
  - The microchip sam9x7 devicetree is now added, after the device driver
    and platform code has already made it in. This is likely the last ARMv5
    (!)  platform to ever get added, updating the 20+ year old at91/sam9
    platform wtih DDR3 memory and gigabit ethernet.
 
  - On the Apple platform, there are now devicetree files for a number of
    A-series SoCs in addition to the M-series ones, these are used
    primarily in phones and tablets, but are closely related to the
    already supported chips.
 
  - Samsung Exynos 8895 and Exynos 990 are more phone SoCs used in older
    Samsung Galaxy phones.
 
  - Qualcomm Snapdragon 778G (SM7325) is another phone SoC, closely related
    to the Snapdragon 7c+ Gen 3 (SC7280) used in low-end laptops.
 
  - Rockchip RK3528 and RK3576 are new variants of their TV box and Tablet
    chips, still using the older ARMv8.0 cores from RK3328/RK3399 but
    with a newer process and other improvements from the RK35xx (otherwise
    ARMv8.2) chips.  RK3566T and RK3399-S are also added, these are just
    lower-cost versions of their normal counterparts.
 
  - TI J742S2 is a feature-reduced version of the J784s4
    industrial/automotive SoC, with fewer CPU cores.
 
  - Sophgo SG2002 is an embedded SoC with one RISC-V (C906) and one ARM
    (Cortex-A53) core, at this point support is only added for running
    on the RISC-V side on the LicheeRV Nano board.
 
 A total of 92 new .dts files describing individual machines is added,
 which must be a new record. The majority of these is for the newly added
 chips above, notably all the Apple phones and tablets.  The other new
 machines include nine industrial/embedded boards with NXP i.MX6 or i.MX8
 SoCs, eight for Rockchips RK35XX and one or two each for Rockchips RV1109,
 RK3308, Allwinner A33, Tegra 234, Qualcomm qcs9100/sc8280xp/x1e80100,
 TI AM625 and Starfive JH7110.
 
 As usual there are also many newlyad added features in existing boards
 as well as cleanups and minor bugfixes.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmc92V4ACgkQYKtH/8kJ
 Uie7+xAA5BIu2fSl+cCCOLdWvNulgYJBZfgOC+1vay3A3zykTR5Hd/X4/GOetqb6
 uhCJ7MER0md2PBCdffN0JDuDnvBGdOEbHghsY3iqqwP4ad+bk4+Ib/dxgM0uid3t
 W2NykLvmXmjFJiwjvMKE4aSPi+lCskLehPC05IIJvM/DplGflIoq7Rf+q5WIvStT
 K5kpluJBD81oQkfBn7FwVJWeM6OZ1CZg413m0PNMoojd6SzyPVNGnd004qEHfwkv
 Ra1w9cHM2+zagPrkTrFp0bpxfUYwoXiP8uPq9crXrhgeq4JmQBHuTR0ek+mMC2nI
 aRgi91za8YPgC8APXks64BBqXCxHVse9n228MpldMAabURez5wMkufNFfQc6yLks
 AhQxD2joVFS+i/pE8WyFlS3/aopNUzIbqVyIhpYiYBLz8xQBSv7KjqySRufrBEhP
 lMA548uDQK5p1TRnl8L6cDXdHTN9MbqtREIozBeO20iolHJtqLBcw4erZFhwnJsP
 2QQVN9P8AXOE/U/RZcV8Wfm7kUoU4FI29G3XlmUnpBmCHQd3Ql2Xv56gaDaAtb3s
 hF83uTA8bKjby9Xu0c9JQREeNsLEmI/WwuUWlSEcn1cGBZ5ahg8FMta55H8tpX8O
 OizWoPviwUar7HFASA/ZvN0KoPgq/a8HWRXT+Q+/xBBqnHshtLk=
 =Ha1w
 -----END PGP SIGNATURE-----

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

Pull SoC devicetree updates from Arnd Bergmann:
 "This release adds the devicetree files for an impressive number of new
  SoC variants, though as expected these are all related to others we
  already support:

   - The microchip sam9x7 devicetree is now added, after the device
     driver and platform code has already made it in. This is likely the
     last ARMv5 (!) platform to ever get added, updating the 20+ year
     old at91/sam9 platform with DDR3 memory and gigabit ethernet.

   - On the Apple platform, there are now devicetree files for a number
     of A-series SoCs in addition to the M-series ones, these are used
     primarily in phones and tablets, but are closely related to the
     already supported chips.

   - Samsung Exynos 8895 and Exynos 990 are more phone SoCs used in
     older Samsung Galaxy phones.

   - Qualcomm Snapdragon 778G (SM7325) is another phone SoC, closely
     related to the Snapdragon 7c+ Gen 3 (SC7280) used in low-end
     laptops.

   - Rockchip RK3528 and RK3576 are new variants of their TV box and
     Tablet chips, still using the older ARMv8.0 cores from
     RK3328/RK3399 but with a newer process and other improvements from
     the RK35xx (otherwise ARMv8.2) chips. RK3566T and RK3399-S are also
     added, these are just lower-cost versions of their normal
     counterparts.

   - TI J742S2 is a feature-reduced version of the J784s4
     industrial/automotive SoC, with fewer CPU cores.

   - Sophgo SG2002 is an embedded SoC with one RISC-V (C906) and one ARM
     (Cortex-A53) core, at this point support is only added for running
     on the RISC-V side on the LicheeRV Nano board.

  A total of 92 new .dts files describing individual machines is added,
  which must be a new record. The majority of these is for the newly
  added chips above, notably all the Apple phones and tablets. The other
  new machines include nine industrial/embedded boards with NXP i.MX6 or
  i.MX8 SoCs, eight for Rockchips RK35XX and one or two each for
  Rockchips RV1109, RK3308, Allwinner A33, Tegra 234, Qualcomm
  qcs9100/sc8280xp/x1e80100, TI AM625 and Starfive JH7110.

  As usual there are also many newly added features in existing boards
  as well as cleanups and minor bugfixes"

* tag 'soc-dt-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (718 commits)
  arm64: dts: apm: Remove unused and undocumented "bus_num" property
  arm: dts: spear13xx: Remove unused and undocumented "pl022,slave-tx-disable" property
  arm64: dts: amd: Remove unused and undocumented "amd,zlib-support" property
  arm64: dts: lg131x: Update spi clock properties
  arm64: dts: seattle: Update spi clock properties
  arm64: dts: rockchip: use less broad pinctrl for pcie3x1 on Radxa E25
  arm64: dts: rockchip: add Radxa ROCK 5C
  dt-bindings: arm: rockchip: add Radxa ROCK 5C
  arm64: dts: rockchip: orangepi-5-plus: Enable GPU
  arm64: dts: rockchip: enable USB3 on NanoPC-T6
  arm64: dts: rockchip: adapt regulator nodenames to preferred form
  arm64: dts: rockchip: Enable HDMI display for rk3588 Cool Pi GenBook
  arm64: dts: rockchip: Enable HDMI display for rk3588 Cool Pi 4B
  arm64: dts: rockchip: Enable HDMI0 for rk3588 Cool Pi CM5 EVB
  arm64: dts: rockchip: Enable HDMI on NanoPi R6C/R6S
  arm64: dts: rockchip: Enable GPU on NanoPi R6C/R6S
  arm64: dts: rockchip: Enable HDMI on Hardkernel ODROID-M2
  arm64: dts: rockchip: Remove non-removable flag from sdmmc on rk3576-sige5
  arm64: dts: allwinner: a100: perf1: Add eMMC and MMC node
  arm64: dts: allwinner: pinephone: Add mount matrix to accelerometer
  ...
2024-11-20 15:26:46 -08:00
..
allwinner,sun4i-a10-wdt.yaml dt-bindings: watchdog: re-order entries to match coding convention 2023-12-24 10:44:29 +01:00
alphascale,asm9260-wdt.yaml dt-bindings: watchdog: re-order entries to match coding convention 2023-12-24 10:44:29 +01:00
amlogic,meson6-wdt.yaml dt-bindings: watchdog: convert meson-wdt.txt to dt-schema 2023-02-18 15:11:33 +01:00
amlogic,meson-gxbb-wdt.yaml dt-bindings: watchdog: add support for Amlogic A4 SoCs 2024-07-25 06:53:47 -05:00
apple,wdt.yaml dt-bindings: watchdog: apple,wdt: Add A7-A11 compatibles 2024-10-26 00:14:45 +09:00
arm-smc-wdt.yaml dt-bindings: watchdog: re-order entries to match coding convention 2023-12-24 10:44:29 +01:00
arm,sbsa-gwdt.yaml dt-bindings: watchdog: indentation, quotes and white-space cleanup 2023-04-22 16:01:47 +02:00
arm,sp805.yaml dt-bindings: watchdog: arm,sp805: document the reset signal 2024-03-03 14:17:31 +01:00
arm,twd-wdt.yaml dt-bindings: watchdog: indentation, quotes and white-space cleanup 2023-04-22 16:01:47 +02:00
armada-37xx-wdt.txt
aspeed,ast2400-wdt.yaml dt-bindings: watchdog: aspeed,ast2400-wdt: Convert to DT schema 2024-04-23 11:33:10 -05:00
atmel,at91rm9200-wdt.yaml dt-bindings: watchdog: atmel,at91rm9200-wdt: convert txt to yaml 2023-10-25 15:03:31 -05:00
atmel,at91sam9-wdt.yaml watchdog: dt-bindings: atmel,at91sam9-wdt: convert to json-schema 2022-10-02 12:55:40 +02:00
atmel,sama5d4-wdt.yaml dt-bindings: watchdog: sama5d4-wdt: add compatible for sam9x7-wdt 2024-03-03 14:36:12 +01:00
brcm,bcm7038-wdt.yaml dt-bindings: watchdog: re-order entries to match coding convention 2023-12-24 10:44:29 +01:00
brcm,kona-wdt.yaml dt-bindings: watchdog: brcm,kona-wdt: convert txt file to yaml 2023-06-30 11:33:13 -06:00
cdns,wdt-r1p2.yaml dt-bindings: watchdog: cdns,wdt-r1p2: Convert cadence watchdog to yaml 2023-06-30 10:57:16 -06:00
cirrus,ep9301-wdt.yaml dt-bindings: watchdog: Add Cirrus EP93x 2024-09-17 13:41:24 +02:00
cnxt,cx92755-wdt.yaml dt-bindings: watchdog: re-order entries to match coding convention 2023-12-24 10:44:29 +01:00
dlg,da9062-watchdog.yaml dt-bindings: watchdog: dlg,da9062-watchdog: Drop blank space 2024-07-18 20:35:41 +02:00
faraday,ftwdt010.yaml linux-watchdog 6.4-rc1 tag 2023-05-04 18:33:56 -07:00
fsl-imx7ulp-wdt.yaml dt-bindings: drop stale Anson Huang from maintainers 2024-07-09 07:40:17 -06:00
fsl-imx-wdt.yaml dt-bindings: drop stale Anson Huang from maintainers 2024-07-09 07:40:17 -06:00
fsl,scu-wdt.yaml dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl 2023-10-25 15:03:32 -05:00
img,pdc-wdt.yaml dt-bindings: watchdog: img,pdc-wdt: Convert to dtschema 2024-07-08 17:40:30 -06:00
intel,keembay-wdt.yaml dt-bindings: watchdog: intel,keembay: reference common watchdog schema 2023-12-24 10:44:29 +01:00
kontron,sl28cpld-wdt.yaml dt-bindings: mfd: Add bindings for sl28cpld 2020-09-17 15:57:14 +01:00
lantiq-wdt.txt
linux,wdt-gpio.yaml dt-bindings: watchdog: drop duplicated GPIO watchdog bindings 2023-04-22 16:01:49 +02:00
loongson,ls1x-wdt.yaml dt-bindings: watchdog: Add Loongson-1 watchdog 2023-07-06 11:49:53 +02:00
marvel.txt
marvell,cn10624-wdt.yaml dt-bindings: watchdog: marvell GTI system watchdog driver 2023-08-13 14:29:48 +02:00
maxim,max63xx.yaml dt-bindings: watchdog: re-order entries to match coding convention 2023-12-24 10:44:29 +01:00
mediatek,mt7621-wdt.yaml dt-bindings: watchdog: indentation, quotes and white-space cleanup 2023-04-22 16:01:47 +02:00
mediatek,mtk-wdt.yaml dt-bindings: watchdog: mediatek,mtk-wdt: add MT7988 watchdog and toprgu 2023-12-17 16:14:23 +01:00
men-a021-wdt.txt
microchip,pic32-dmt.txt
microchip,pic32-wdt.txt
moxa,moxart-watchdog.txt
mpc8xxx-wdt.txt
mstar,msc313e-wdt.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
nuvoton,npcm-wdt.txt dt-bindings: watchdog: npcm: Add npcm845 compatible string 2022-07-19 15:39:50 +02:00
nxp,lpc1850-wwdt.yaml dt-bindings: watchdog: nxp,lpc1850-wdt: Convert bindings to dtschema 2024-09-05 07:54:16 -05:00
nxp,pnx4008-wdt.yaml dt-bindings: watchdog: nxp,pnx4008-wdt: convert txt to yaml 2023-12-24 10:44:32 +01:00
omap-wdt.txt
qca,ar7130-wdt.yaml dt-bindings: watchdog: qca,ar7130-wdt: convert txt to yaml 2023-12-24 10:44:32 +01:00
qcom-wdt.yaml dt-bindings: watchdog: qcom-wdt: document support on SA8255p 2024-09-13 14:01:34 -05:00
qcom,pm8916-wdt.yaml dt-bindings: watchdog: qcom,pm8916-wdt: add parent spmi node to example 2023-12-24 10:44:33 +01:00
ralink,rt2880-wdt.yaml dt-bindings: watchdog: migrate rt2880 text bindings to YAML 2023-04-22 12:53:58 +02:00
realtek,otto-wdt.yaml dt-bindings: watchdog: realtek,otto-wdt: simplify requiring interrupt-names 2023-04-22 16:01:50 +02:00
realtek,rtd1295-watchdog.yaml dt-bindings: watchdog: realtek,rtd1295-watchdog: convert txt to yaml 2023-12-17 16:14:22 +01:00
renesas,wdt.yaml dt-bindings: watchdog: renesas,wdt: Document RZ/V2H(P) SoC 2024-09-10 11:08:47 +02:00
samsung-wdt.yaml dt-bindings: watchdog: Document Google gs101 watchdog bindings 2023-12-12 20:22:42 +01:00
snps,dw-wdt.yaml dt-bindings: watchdog: rockchip: Add rockchip,rv1126-wdt string 2024-10-14 11:35:34 +02:00
socionext,uniphier-wdt.yaml dt-bindings: watchdog: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
sprd,sp9860-wdt.yaml dt-bindings: watchdog: sprd,sp9860-wdt: convert to YAML 2024-03-03 14:36:11 +01:00
st_lpc_wdt.txt
st,stm32-iwdg.yaml dt-bindings: watchdog: stm32-iwdg: Document interrupt and wakeup properties 2024-09-17 13:41:21 +02:00
starfive,jh7100-wdt.yaml dt-bindings: watchdog: starfive,jh7100-wdt: Add compatible for JH8100 2024-03-03 14:36:10 +01:00
sunplus,sp7021-wdt.yaml dt-bindings: watchdog: Add watchdog yaml file for Sunplus SP7021 2022-05-08 10:34:05 +02:00
technologic,ts7200-wdt.yaml dt-bindings: wdt: Add ts72xx 2023-12-17 16:14:25 +01:00
ti,davinci-wdt.yaml dt-bindings: watchdog: ti,davinci-wdt: convert to dtschema 2024-08-13 09:45:28 -06:00
ti,rti-wdt.yaml dt-bindings: watchdog: ti,rti-wdt: Add support for WDIOF_CARDRESET 2023-08-19 17:14:36 +02:00
toshiba,visconti-wdt.yaml dt-bindings: Drop remaining unneeded quotes 2023-08-24 11:43:57 -05:00
ts4800-wdt.txt
watchdog.yaml dt-bindings: watchdog: restrict node name suffixes 2023-06-30 11:38:11 -06:00
xlnx,versal-wwdt.yaml dt-bindings: watchdog: xlnx,versal-wwdt: Add versal watchdog 2023-06-26 14:30:05 +02:00
xlnx,xps-timebase-wdt.yaml dt-bindings: xilinx: Switch xilinx.com emails to amd.com 2023-06-05 13:09:19 +02:00
zii,rave-sp-wdt.yaml dt-bindings: watchdog: convert zii,rave-sp-wdt.txt to yaml format 2024-10-28 12:40:54 -05:00
zii,rave-wdt.yaml dt-bindings: watchdog: convert ziirave-wdt.txt to yaml 2024-09-05 07:54:16 -05:00