linux/Documentation/devicetree/bindings
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
..
arc
arm ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
ata dt-bindings: ata: Document BCM63138 compatible string 2018-10-01 16:39:07 -06:00
auxdisplay
board
bus ARM: SoC driver updates 2018-12-31 17:32:35 -08:00
c6x
clock ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
connector dt-bindings: connector: Add self-powered property 2018-11-07 13:20:39 +01:00
cpufreq dt-bindings: cpufreq: Introduce QCOM cpufreq firmware bindings 2018-12-18 23:42:52 +01:00
crypto dt-bindings: crypto: ccree: add dt bindings for ccree 703 2018-12-07 14:14:59 +08:00
csky dt-bindings: csky CPU Bindings 2018-10-26 00:54:27 +08:00
devfreq
display dt-bindings: msm/dsi: Add ref clock for PHYs 2018-12-11 13:07:11 -05:00
dma dt-bindings: dma: uart: add uart dma bindings 2018-12-05 11:02:39 +01:00
edac
eeprom
extcon
firmware dt-bindings, firmware: add Intel Stratix10 service layer binding 2018-11-26 20:13:50 +01:00
fpga dt-bindings: fpga: add Stratix10 SoC FPGA manager binding 2018-11-26 20:15:07 +01:00
fsi dt-bindings: fsi: Add P9 OCC device documentation 2018-12-02 16:25:28 -08:00
fuse
gnss
goldfish
gpio Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux 2018-12-28 20:08:34 -08:00
gpu dt-bindings: gpu: mali-utgard: Add compatible for A64 Mali 2018-11-20 08:57:05 +01:00
h8300
hsi
hwlock
hwmon dt-bindings: hwmon: (lm90) Document ti,tmp451 compatible string 2018-12-16 15:13:21 -08:00
i2c Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux 2018-12-28 20:08:34 -08:00
i3c dt-binding: i3c: Document Synopsys DesignWare I3C 2018-12-05 17:22:58 +01:00
iio ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
infiniband
input Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2018-12-04 08:47:04 -08:00
interrupt-controller Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux 2018-12-28 20:08:34 -08:00
iommu ARM: SoC device tree updates for 4.20 2018-10-29 15:05:20 -07:00
ipmi
leds dt-bindings: leds: document Panasonic AN30259A bindings 2018-09-10 21:31:03 +02:00
lpddr2
mailbox mailbox: qcom: Add QCS404 APPS Global compatible 2018-09-29 12:42:39 +05:30
media ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
memory-controllers ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
mfd dt-bindings: mfd: axp20x: Add software based soft_start for AXP209 LDO3 2018-12-13 16:39:56 +00:00
mips dt-bindings: net: ocelot: remove hsio from the list of register address spaces 2018-10-05 14:36:43 -07:00
misc Char/Misc driver patches for 4.21-rc1 2018-12-28 20:54:57 -08:00
mmc dt-bindings: mmc: renesas_sdhi: Add r8a774c0 support 2018-12-17 09:01:53 +01:00
mtd spi: Updates for v4.21 2018-12-25 14:43:54 -08:00
mux
nds32
net ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
nios2
nvmem nvmem: meson-efuse: bindings: add peripheral clock 2018-12-06 15:45:45 +01:00
openrisc/opencores
opp
pci ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
perf nds32: Add document for NDS32 PMU. 2018-11-06 18:01:40 +08:00
phy Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux 2018-12-28 20:08:34 -08:00
pinctrl dt-bindings: pinctrl: bcm4708-pinmux: improve example binding 2018-10-16 09:43:34 +02:00
pmem
power ARM: SoC driver updates 2018-12-31 17:32:35 -08:00
powerpc
pps
ptp
pwm dt-bindings: pwm: rcar: Add r8a774c0 support 2018-12-24 12:06:56 +01:00
regmap
regulator regulator: dt-bindings: add MCP16502 regulator bindings 2018-12-13 12:16:38 +00:00
remoteproc dt-binding: remoteproc: Add QTI ADSP PIL bindings 2018-10-05 23:43:13 -07:00
reserved-memory devicetree,xen: add xen,shared-memory binding 2018-12-10 15:35:51 -06:00
reset ARM: SoC driver updates for 4.17 2018-10-29 15:16:01 -07:00
riscv
rng dt-bindings: rng: update bindings for MT7629 SoC 2018-11-16 16:31:20 -06:00
rtc dt-bindings: rtc: Move trivial RTCs to rtc.txt 2018-12-04 13:31:12 -06:00
scsi
security/tpm
serial A fairly normal cycle for documentation stuff. We have a new 2018-12-29 11:21:49 -08:00
serio
siox
slimbus
soc ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
sound ASoC: q6asm-dai: dt-bindings: Add support to compress dais 2018-12-14 12:43:49 +00:00
spi Merge remote-tracking branches 'spi/topic/mem' and 'spi/topic/mtd' into spi-next 2018-12-20 16:01:30 +00:00
spmi
sram dt-bindings: sram: sunxi: Add compatible for the A64 SRAM C1 2018-12-05 12:03:47 +01:00
staging/iio/adc
thermal dt-bindings: thermal: tegra-bpmp: Add Tegra194 support 2018-11-27 18:41:23 +01:00
timer ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
ufs scsi: dt-bindings: ufs: Add bindings for Cadence UFS 2018-11-09 07:53:00 -05:00
usb ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
virtio
w1
watchdog dt-bindings: watchdog: Add Allwinner ARMv5 F1C100s wdt 2018-12-05 11:58:41 +01:00
x86
xillybus
.gitignore kbuild: Add support for DT binding schema checks 2018-12-13 09:41:32 -06:00
ABI.txt
chosen.txt
common-properties.txt
example-schema.yaml dt-bindings: Add a writing DT schemas how-to and annotated example 2018-12-13 09:41:49 -06:00
graph.txt
jailhouse.txt
Makefile kbuild: Add support for DT binding schema checks 2018-12-13 09:41:32 -06:00
numa.txt
property-units.txt
resource-names.txt
submitting-patches.txt
trivial-devices.yaml dt-bindings: iio: magnetometer: add dt-bindings for freescale mag3110 2018-12-17 15:38:28 -06:00
unittest.txt
vendor-prefixes.txt ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
xilinx.txt