linux_dsm_epyc7002/arch/arm64/boot/dts/qcom
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
..
apq8016-sbc-pmic-pins.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
apq8016-sbc-soc-pins.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
apq8016-sbc.dts arm64: dts: Add Qualcomm APQ8016 SBC evaluation board dts 2015-04-03 13:32:22 -07:00
apq8016-sbc.dtsi arm64: dts: qcom: apq8016-sbc: Add resin node 2018-09-13 13:43:03 -05:00
apq8096-db820c-pins.dtsi arm64: dts: apq8096-db820c: enable bluetooth node 2018-05-22 23:28:51 -05:00
apq8096-db820c-pmic-pins.dtsi arm64: dts: apq8096-db820c: Removed bt-en-1-8v regulator 2018-05-25 16:21:05 -05:00
apq8096-db820c.dts arm64: dts: db820c: Add qcom,apq8096 to compatible string 2018-09-13 14:36:06 -05:00
apq8096-db820c.dtsi arm64: dts: msm8996: Use dwc3-qcom glue driver for USB 2018-12-07 14:10:56 -06:00
ipq8074-hk01.dts ARM: dts: ipq8074: Enable few peripherals for hk01 board 2018-05-25 15:40:21 -05:00
ipq8074.dtsi ARM: dts: ipq8074: Add pcie nodes 2018-05-25 15:40:21 -05:00
Makefile arm64: dts: qcom: qcs404-evb: add dts files for EVBs 2018-11-18 01:08:36 -06:00
msm8916-mtp.dts arm64: dts: qcom: Make msm8916-mtp compatible string compliant 2015-12-16 23:01:41 -06:00
msm8916-mtp.dtsi arm64: dts: qcom: Alias pm8916 on msm8916 devices 2015-12-16 23:01:42 -06:00
msm8916-pins.dtsi arm64: dts: qcom: Add pinctrls for camera sensors 2018-12-03 16:11:11 -06:00
msm8916.dtsi arm64: dts: qcom: msm8916: Add CAMSS support 2018-12-03 16:10:44 -06:00
msm8992-bullhead-rev-101.dts arm64: dts: msm8992: add pstore-ramoops support 2018-05-22 23:28:49 -05:00
msm8992-pins.dtsi arm64: dts: Enable onboard SDHCI on msm8992 2018-05-22 23:28:41 -05:00
msm8992.dtsi arm64: dts: Enable onboard SDHCI on msm8992 2018-05-22 23:28:41 -05:00
msm8994-angler-rev-101.dts arm64: dts: msm8994 SoC and Huawei Angler (Nexus 6P) support 2016-11-12 22:57:56 -06:00
msm8994-pins.dtsi arm64: dts: msm8994 SoC and Huawei Angler (Nexus 6P) support 2016-11-12 22:57:56 -06:00
msm8994-smd-rpm.dtsi arm64: dts: Enable onboard SDHCI on msm8992 2018-05-22 23:28:41 -05:00
msm8994.dtsi arm64: dts: msm8994 SoC and Huawei Angler (Nexus 6P) support 2016-11-12 22:57:56 -06:00
msm8996-mtp.dts arm64: dts: Add msm8996 SoC and MTP board support 2016-02-23 15:14:15 -06:00
msm8996-mtp.dtsi arm64: dts: Add msm8996 SoC and MTP board support 2016-02-23 15:14:15 -06:00
msm8996-pins.dtsi arm64: dts: qcom: Add pinctrls for camera sensors 2018-12-03 16:11:11 -06:00
msm8996.dtsi arm64: dts: msm8996: Use dwc3-qcom glue driver for USB 2018-12-07 14:10:56 -06:00
msm8998-mtp.dts arm64: dts: Add msm8998 SoC and MTP board support 2018-09-13 13:45:48 -05:00
msm8998-mtp.dtsi arm64: dts: qcom: msm8998-mtp: Add external SD 2018-11-29 19:30:55 -06:00
msm8998-pins.dtsi arm64: dts: qcom: msm8998: Add SDC2 control pins 2018-11-29 19:31:00 -06:00
msm8998.dtsi arm64: dts: qcom: msm8998: Fixup clock to use xo_board 2018-12-07 14:10:48 -06:00
pm8004.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pm8005.dtsi arm64: dts: qcom: Add pm8005 and pm8998 support 2018-07-21 13:29:24 -05:00
pm8916.dtsi arm64: dts: qcom: pm8916: Add PON node 2018-09-13 13:42:56 -05:00
pm8994.dtsi arm64: dts: qcom: pm8994: Add PON node 2018-09-13 13:42:59 -05:00
pm8998.dtsi arm64: dts: qcom: pm8998: Add die temperature channel node to the ADC 2018-11-14 10:19:14 -08:00
pmi8994.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pmi8998.dtsi arm64: dts: qcom: msm8998: Add pmi8998 file 2018-09-13 13:56:42 -05:00
pms405.dtsi arm64: dts: qcom: pms405: Add pon and pwrkey nodes 2018-11-18 01:08:36 -06:00
qcs404-evb-1000.dts arm64: dts: qcom: qcs404-evb: add dts files for EVBs 2018-11-18 01:08:36 -06:00
qcs404-evb-4000.dts arm64: dts: qcom: qcs404-evb: add dts files for EVBs 2018-11-18 01:08:36 -06:00
qcs404-evb.dtsi arm64: dts: qcom: qcs404: Add remoteproc nodes 2018-11-18 01:08:36 -06:00
qcs404.dtsi arm64: dts: qcom: qcs404: Use BAM DMA for serial uart2 2018-11-18 01:08:36 -06:00
sdm845-mtp.dts A few clk driver fixes this time: 2018-12-08 11:33:26 -08:00
sdm845.dtsi arm64: dts: qcom: sdm845: Add UART nodes 2018-12-05 12:34:22 -06:00