2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 22:53:55 +08:00
linux-next/Documentation/devicetree/bindings/timer
Linus Torvalds b7badd1d7a ARM: Device-tree updates
As usual, this is where the bulk of our changes end up landing each
 merge window.
 
 The individual updates are too many to enumerate, many many platforms
 have seen additions of device descriptions such that they are
 functionally more complete (in fact, this is often the bulk of updates
 we see).
 
 Instead I've mostly focused on highlighting the new platforms below as
 they are introduced. Sometimes the introduction is of mostly a fragment,
 that later gets filled in on later releases, and in some cases it's
 near-complete platform support. The latter is more common for derivative
 platforms that already has similar support in-tree.
 
 Two SoCs are slight outliers from the usual range of additions. Allwinner
 support for F1C100s, a quite old SoC (ARMv5-based) shipping in the
 Lychee Pi Nano platform. At the other end is NXP Layerscape LX2160A,
 a 16-core 2.2GHz Cortex-A72 SoC with a large amount of I/O aimed at
 infrastructure/networking.
 
 TI updates stick out in the diff stats too, in particular because they
 have moved the description of their L4 on-chip interconnect to devicetree,
 which opens up for removal of even more of their platform-specific
 'hwmod' description tables over the next few releases.
 
 SoCs:
  - Qualcomm QCS404 (4x Cortex-A53)
  - Allwinner T3 (rebranded R40) and f1c100s (armv5)
  - NXP i.MX7ULP (1x Cortex-A7 + 1x Cortex-M4)
  - NXP LS1028A (2x Cortex-A72), LX2160A (16x Cortex-A72)
 
 New platforms:
  - Rockchip: Gru Scarlet (RK3188 Tablet)
  - Amlogic: Phicomm N1 (S905D), Libretech S805-AC
  - Broadcom: Linksys EA6500 v2 Wi-Fi router (BCM4708)
  - Qualcomm: QCS404 base platform and EVB
  - Qualcomm: Remove of Arrow SD600
  - PXA: First PXA3xx DT board: Raumfeld
  - Aspeed: Facebook Backpack-CMM BMC
  - Renesas iWave G20D-Q7 (RZ/G1N)
  - Allwinner t3-cqa3t-bv3 (T3/R40) and Lichee Pi Nano (F1C100s)
  - Allwinner Emlid Neutis N5, Mapleboard MP130
  - Marvell Macchiatobin Single Shot (Armada 8040, no 10GbE)
  - i.MX: mtrion emCON-MX6, imx6ul-pico-pi, imx7d-sdb-reva
  - VF610: Liebherr's BK4 device, ZII SCU4 AIB board
  - i.MX7D PICO Hobbit baseboard
  - i.MX7ULP EVK board
  - NXP LX2160AQDS and LX2160ARDB boards
 
 Other:
  - Coresight binding updates across the board
  - CPU cooling maps updates across the board
 -----BEGIN PGP SIGNATURE-----
 
 iQJDBAABCAAtFiEElf+HevZ4QCAJmMQ+jBrnPN6EHHcFAlwqgVYPHG9sb2ZAbGl4
 b20ubmV0AAoJEIwa5zzehBx3ybAQAKAhd7XI5oY/wgdZZmxwcX+p7sU6LXeIlpWU
 XsPN1c14KU0siQv/znVA5OpF+fgn9eRqfWnMoDPlvdScTq07FM2NBmOJfVJYDPJa
 uvsll5m+84FCYanIR//YybS0tCM0b0BHoHo2DoyIxWeAwmw7BBVslddBdNg6R7hG
 S9rU9rUeqfCj7HbcPLqVn0DecMtEe7R8zmDtG1CSMqrhncifmoV4gtUnbYAg0GGT
 cSvj/zT8A1j0oJcU2Upl/Fr+7WJ7XB9pnku91nUOSXLv5VkyctLGomKq5F7O2/Xs
 2DhpH2yKwQt7S7TDiDd0jy64Of6+Xup35wEHevCeKrzGXcVRqqHwCkanLz9FdjVt
 yg4UrI/P1nY7h4ifZPplgigv+kA+IjRGiMrTRIEgSE5YK9U5AYkgembTWksRDikd
 5EpeJcMj2tBv4SDellNNtzh6GGTPBf3GJw3P9uRuxnQY/T31N2eX0XGeRikL+Lzf
 9nbQdJealmql3rCa5oFEJwSxrSaAv/ub7/294kPdEmXj8+3qUuH3hZAZOI9LSXGW
 GCuxsgccB2GF1M48x48/QpHgxb93okyXmndONZnU8uN8ba0zS4b8QLwvIY5rqv5Z
 kqD1VPBQf9kGVyzDyABRjFmGCDJcoOJf4QrzvNk9+xo8fXVk1xNtxu4MUsHvc2lS
 cU2RYWm/
 =sFVi
 -----END PGP SIGNATURE-----

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

Pull ARM Device-tree updates from Olof Johansson:
 "As usual, this is where the bulk of our changes end up landing each
  merge window.

  The individual updates are too many to enumerate, many many platforms
  have seen additions of device descriptions such that they are
  functionally more complete (in fact, this is often the bulk of updates
  we see).

  Instead I've mostly focused on highlighting the new platforms below as
  they are introduced. Sometimes the introduction is of mostly a
  fragment, that later gets filled in on later releases, and in some
  cases it's near-complete platform support. The latter is more common
  for derivative platforms that already has similar support in-tree.

  Two SoCs are slight outliers from the usual range of additions.
  Allwinner support for F1C100s, a quite old SoC (ARMv5-based) shipping
  in the Lychee Pi Nano platform. At the other end is NXP Layerscape
  LX2160A, a 16-core 2.2GHz Cortex-A72 SoC with a large amount of I/O
  aimed at infrastructure/networking.

  TI updates stick out in the diff stats too, in particular because they
  have moved the description of their L4 on-chip interconnect to
  devicetree, which opens up for removal of even more of their
  platform-specific 'hwmod' description tables over the next few
  releases.

  SoCs:
   - Qualcomm QCS404 (4x Cortex-A53)
   - Allwinner T3 (rebranded R40) and f1c100s (armv5)
   - NXP i.MX7ULP (1x Cortex-A7 + 1x Cortex-M4)
   - NXP LS1028A (2x Cortex-A72), LX2160A (16x Cortex-A72)

  New platforms:
   - Rockchip: Gru Scarlet (RK3188 Tablet)
   - Amlogic: Phicomm N1 (S905D), Libretech S805-AC
   - Broadcom: Linksys EA6500 v2 Wi-Fi router (BCM4708)
   - Qualcomm: QCS404 base platform and EVB
   - Qualcomm: Remove of Arrow SD600
   - PXA: First PXA3xx DT board: Raumfeld
   - Aspeed: Facebook Backpack-CMM BMC
   - Renesas iWave G20D-Q7 (RZ/G1N)
   - Allwinner t3-cqa3t-bv3 (T3/R40) and Lichee Pi Nano (F1C100s)
   - Allwinner Emlid Neutis N5, Mapleboard MP130
   - Marvell Macchiatobin Single Shot (Armada 8040, no 10GbE)
   - i.MX: mtrion emCON-MX6, imx6ul-pico-pi, imx7d-sdb-reva
   - VF610: Liebherr's BK4 device, ZII SCU4 AIB board
   - i.MX7D PICO Hobbit baseboard
   - i.MX7ULP EVK board
   - NXP LX2160AQDS and LX2160ARDB boards

  Other:
   - Coresight binding updates across the board
   - CPU cooling maps updates across the board"

* tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (648 commits)
  ARM: dts: suniv: Fix improper bindings include patch
  ARM: dts: sunxi: Enable Broadcom-based Bluetooth for multiple boards
  arm64: dts: allwinner: a64: bananapi-m64: Add Bluetooth device node
  ARM: dts: suniv: Fix improper bindings include patch
  arm64: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
  arm64: dts: Remove unused properties from FSL QSPI driver nodes
  ARM: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
  ARM: dts: imx6sx-sdb: Fix the reg properties for the FSL QSPI nodes
  ARM: dts: Remove unused properties from FSL QSPI driver nodes
  arm64: dts: ti: k3-am654: Enable main domain McSPI0
  arm64: dts: ti: k3-am654: Add McSPI DT nodes
  arm64: dts: ti: k3-am654: Populate power-domain property for UART nodes
  arm64: dts: ti: k3-am654-base-board: Enable ECAP PWM
  arm64: dts: ti: k3-am65-main: Add ECAP PWM node
  arm64: dts: ti: k3-am654-base-board: Add I2C nodes
  arm64: dts: ti: am654-base-board: Add pinmux for main uart0
  arm64: dts: ti: k3-am65: Add pinctrl regions
  dt-bindings: pinctrl: k3: Introduce pinmux definitions
  ARM: dts: exynos: Specify I2S assigned clocks in proper node
  ARM: dts: exynos: Add missing CPUs in cooling maps for Odroid X2
  ...
2018-12-31 17:36:02 -08:00
..
actions,owl-timer.txt dt-bindings/clocksource: Add Actions Semi S700 timer 2018-01-08 17:57:22 +01:00
allwinner,sun4i-timer.txt clocksource: sunxi: Add new compatibles 2014-03-11 23:04:46 +01:00
allwinner,sun5i-a13-hstimer.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
altr,timer-1.0.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
amlogic,meson6-timer.txt dt-bindings: timer: meson6_timer: document the clock inputs 2018-11-14 17:20:11 -08:00
andestech,atcpit100-timer.txt dt-bindings: timer: Add andestech atcpit100 timer binding doc 2018-02-22 10:44:36 +08:00
arm,arch_timer_mmio.yaml dt-bindings: timer: Convert ARM timer bindings to json-schema 2018-12-13 09:41:50 -06:00
arm,arch_timer.yaml dt-bindings: timer: Convert ARM timer bindings to json-schema 2018-12-13 09:41:50 -06:00
arm,armv7m-systick.txt dt-bindings: move various timer bindings to timer/ directory 2018-04-27 16:56:47 -05:00
arm,global_timer.yaml dt-bindings: timer: Convert ARM timer bindings to json-schema 2018-12-13 09:41:50 -06:00
arm,mps2-timer.txt dt-bindings: document the MPS2 timer bindings 2016-04-28 15:09:05 +02:00
arm,sp804.txt devtree: add binding documentation for sp804 2013-04-11 15:11:22 -05:00
arm,twd.txt dt-bindings: move various timer bindings to timer/ directory 2018-04-27 16:56:47 -05:00
brcm,bcm2835-system-timer.txt
brcm,kona-timer.txt dt-bindings: brcm: rationalize Broadcom documentation naming 2015-03-26 12:14:11 -05:00
cadence,ttc-timer.txt devicetree: cadence_ttc: Document binding for timer width 2015-05-28 08:45:24 +02:00
cirrus,clps711x-timer.txt clocksource: clps711x: Changing the compatibility string to match with the smallest supported chip 2016-07-06 17:38:14 +02:00
csky,gx6605s-timer.txt dt-bindings: timer: gx6605s SOC timer 2018-11-02 19:41:50 +01:00
csky,mptimer.txt dt-bindings: timer: C-SKY Multi-processor timer 2018-11-02 19:41:05 +01:00
digicolor-timer.txt clocksource: devicetree: Document Conexant Digicolor timer binding 2015-01-29 14:02:14 +01:00
energymicro,efm32-timer.txt clocksource: efm32: use $vendor,$device scheme for compatible string 2014-04-22 11:44:28 +02:00
ezchip,nps400-timer0.txt clocksource: Add clockevent support to NPS400 driver 2016-11-30 11:54:25 -08:00
ezchip,nps400-timer1.txt clocksource: Add clockevent support to NPS400 driver 2016-11-30 11:54:25 -08:00
faraday,fttmr010.txt clocksource/drivers/fttmr010: Add AST2500 compatible string 2017-06-12 10:45:23 +02:00
fsl,ftm-timer.txt clocksource: ftm: Add FlexTimer Module (FTM) Timer devicetree Documentation 2014-05-23 10:12:04 +02:00
fsl,gtm.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
fsl,imxgpt.txt ARM: i.MX: Add GPT devicetree Documentation 2013-04-09 22:52:52 +08:00
img,pistachio-gptimer.txt Documentation: dt: Add Pistachio SoC general purpose timer binding document 2015-09-03 12:08:07 +02:00
jcore,pit.txt of: Add J-Core timer bindings 2016-10-20 20:10:17 +02:00
lsi,zevio-timer.txt clocksource: Add TI-Nspire timer support 2013-06-06 17:23:13 +02:00
marvell,armada-370-xp-timer.txt clocksource: armada-370-xp: Use the reference clock on A375 SoC 2014-11-26 13:51:08 +01:00
marvell,orion-timer.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
mediatek,mtk-timer.txt clocksource/drivers/timer-mediatek: Add system timer bindings 2018-07-26 11:26:31 +02:00
mrvl,mmp-timer.txt dt-bindings: mrvl,mmp-timer: add clock 2018-11-30 15:10:36 -08:00
nuvoton,npcm7xx-timer.txt dt-binding: timer: document NPCM7xx timer DT bindings 2018-03-30 22:44:08 +02:00
nvidia,tegra20-timer.txt ARM: tegra: add missing clock documentation to DT bindings 2013-12-11 16:41:55 -07:00
nvidia,tegra30-timer.txt Documentation: DT bindings: add more Tegra chip compatible strings 2015-02-03 20:37:31 -06:00
nxp,lpc3220-timer.txt doc: dt: Add documentation for lpc3220-timer 2015-06-02 12:10:11 +02:00
nxp,tpm-timer.txt dt-bindings: timer: tpm: fix typo of clock name 2018-03-30 22:44:09 +02:00
oxsemi,rps-timer.txt clocksource/drivers/oxnas: Add OX820 compatible 2016-09-12 07:28:46 +02:00
qcom,msm-timer.txt dt-bindings: move various timer bindings to timer/ directory 2018-04-27 16:56:47 -05:00
rda,8810pl-timer.txt dt-bindings: timer: Document RDA8810PL SoC timer 2018-12-19 11:21:50 +01:00
renesas,8bit-timer.txt h8300: clocksource 2015-06-23 13:35:55 +09:00
renesas,16bit-timer.txt h8300: clocksource 2015-06-23 13:35:55 +09:00
renesas,cmt.txt dt-bindings: timer: renesas, cmt: Document r8a774a1 CMT support 2018-12-18 22:22:23 +01:00
renesas,mtu2.txt clocksource: sh_mtu2: Drop incorrect SoC family name 2014-10-27 10:00:36 +09:00
renesas,ostm.txt dt-bindings: timer: ostm: Add R7S9210 support 2018-10-15 13:30:43 -05:00
renesas,tmu.txt dt-bindings: timer: renesas: tmu: document R8A779{7|8}0 bindings 2018-09-19 11:21:17 +02:00
renesas,tpu.txt dt-bindings: h8300 clocksource: correct spelling of pulse 2018-01-05 09:40:15 -06:00
rockchip,rk-timer.txt ARM: dts: rockchip: Add internal timer support for rv1108 2018-12-11 20:38:07 +01:00
samsung,exynos4210-mct.txt dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
snps,arc-timer.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
snps,archs-gfrc.txt ARC: [dts] Introduce Timer bindings 2016-05-09 09:32:29 +05:30
snps,archs-rtc.txt ARC: [dts] Introduce Timer bindings 2016-05-09 09:32:29 +05:30
spreadtrum,sprd-timer.txt dt-bindings/clocksource: Add Spreadtrum SC9860 timer documentation 2018-01-08 17:57:24 +01:00
st,spear-timer.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
st,stih407-lpc clocksource: bindings: Provide bindings for ST's LPC Clocksource device 2015-07-23 17:07:33 +01:00
st,stm32-timer.txt dt-bindings: Document the STM32 timer bindings 2015-06-02 12:10:14 +02:00
stericsson-u300-apptimer.txt ARM: u300: device tree support for the timer 2013-05-31 11:24:44 +02:00
ti,c64x+timer64.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
ti,davinci-timer.txt dt-bindings: timer: new bindings for TI DaVinci timer 2018-06-26 16:17:08 +05:30
ti,keystone-timer.txt clocksource: keystone: add bindings for keystone timer 2014-03-11 23:04:52 +01:00
ti,timer.txt dt-bindings: move various timer bindings to timer/ directory 2018-04-27 16:56:47 -05:00
via,vt8500-timer.txt dt-bindings: move various timer bindings to timer/ directory 2018-04-27 16:56:47 -05:00