1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/arch/arm64/boot/dts/amlogic
Linus Torvalds aca48b2dd1 ARM: SoC devicetree changes for v5.17
As usual, this is the bulk of the updates for the SoC tree, adding
 more devices to existing files, addressing issues from ever improving
 automated checking, and fixing minor issues.
 
 The most interesting bits as usual are the new platforms.
 All the newly supported SoCs belong into existing families
 this time:
 
  - Qualcomm gets support for two newly announced platforms, both
    of which can now work in production environments: the SDX65
    5G modem that can run a minimal Linux on its Cortex-A7 core,
    and the Snapdragon 8 Gen 1, their latest high-end phone SoC.
 
  - Renesas adds support for R-Car S4-8, the most recent automotive
    Server/Communication SoC.
 
  - TI adds support for J721s2, a new automotive SoC in the K3
    family.
 
  - Mediatek MT7986a/b is a SoC used in Wifi routers, the latest
    generation following their popular MT76xx series. Only basic
    support is added for now.
 
  - NXP i.MX8 ULP8 is a new low-power variant of the widespread
    i.MX8 series.
 
  - TI SPEAr320s is a minor variant of the old SPEAr320 SoC that
    we have supported for a long time.
 
 New boards with the existing SoCs include
 
  - Aspeed AST2500/AST2600 BMCs in TYAN, Facebook and Yadro servers
 
  - AT91/SAMA5 based evaluation board
 
  - NXP gains twenty new development and industrial boards for their
    i.MX and Layerscape SoCs
 
  - Intel IXP4xx now supports the final two machines in device tree
    that were previously only supported in old style board files.
 
  - Mediatek MT6589 is used in the Fairphone FP1 phone from 2013,
    while MT8183 is used in the Acer Chromebook 314.
 
  - Qualcomm gains support for the reference machines using the two
    new SoCs, plus a number of Chromebook variants and phones based
    on the Snapdragon 7c, 845 and 888 SoCs, including various
    Sony Xperia devices and the Microsoft Surface Duo 2.
 
  - ST STM32 now supports the Engicam i.Core STM32MP1 carrier board.
 
  - Tegra now boots various older Android devices based on 32-bit
    chips out of the box, including a number of ASUS Transformer
    tablets.
    There is also a new Jetson AGX Orin developer kit.
 
  - Apple support adds the missing device trees for all the remaining
    M1 Macbook and iMac variants, though not yet the M1 Pro/Max
    versions.
 
  - Allwinner now supports another version of the Tanix TX6 set-top
    box based on the H6 SoC.
 
  - Broadcom gains support for the Netgear RAXE500 Wireless router
    based on BCM4908.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmHDsm4ACgkQmmx57+YA
 GNm9YhAAm0c/uPAkDA/6ESjaMC5qIHnV8CC9ZV24iINqFutcjKm2az8OiqKZT7UW
 a/+n2sfjAiyoAAaXrp/WvyMH2Sula1i/OZpR4GYIbD/lbYRFk+4+iW2YY9vViCjL
 KH6M/H6KfOSNmGcpe3wDvu7D4YWfFKDCDyUJsEaMW2xSQehYbH5P0OuzQW1EROHr
 GQp60QtCbUpMmqIrkJT99MxBGCCyb4dV6BT3iU489/YU3q3pOF8OWMLKv5TlXzfw
 x0pLH5CKavvCFj3iqp80sCEBeSoUecLKVnBRfmwAH1vgfNrhpXh4jP9m1e3Vh3Bb
 aJGZ57W77Akf+TywZEojDdIDQGKcdlzpZNxN2i4e4+LECYvfOdJW8GP18MmsXEY4
 apb0NeKad8FGRI4b97dIVEcTa894JkEZaEtnNaIdjWFhBgzO+Kr2iOTw71AKsJmc
 eIwv4SDdUQTU4VT08ceJTOVt8NikGALJStg5knpVJ9lfHvFlWj1GAE4QnCtS6pUR
 iiyqJ1/7khNplcgowaz6nuC2gSE49UwYQImLvBfG17eT1YU3B2OZg/FZ9xSmr2bW
 Thk+TKO9A6xai8QQWYV99Ae+Y6nDWUrLL5U9DXTn4cm64g5z3VkVKGcNajg/kAad
 hyQmSIhcypp2KN//c+d3VU/KY1EUYJDzg1EEwRuxP7Gih5/7pb8=
 =IF3G
 -----END PGP SIGNATURE-----

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

Pull ARM SoC devicetree updates from Arnd Bergmann:
 "As usual, this is the bulk of the updates for the SoC tree, adding
  more devices to existing files, addressing issues from ever improving
  automated checking, and fixing minor issues.

  The most interesting bits as usual are the new platforms. All the
  newly supported SoCs belong into existing families this time:

   - Qualcomm gets support for two newly announced platforms, both of
     which can now work in production environments: the SDX65 5G modem
     that can run a minimal Linux on its Cortex-A7 core, and the
     Snapdragon 8 Gen 1, their latest high-end phone SoC.

   - Renesas adds support for R-Car S4-8, the most recent automotive
     Server/Communication SoC.

   - TI adds support for J721s2, a new automotive SoC in the K3 family.

   - Mediatek MT7986a/b is a SoC used in Wifi routers, the latest
     generation following their popular MT76xx series. Only basic
     support is added for now.

   - NXP i.MX8 ULP8 is a new low-power variant of the widespread i.MX8
     series.

   - TI SPEAr320s is a minor variant of the old SPEAr320 SoC that we
     have supported for a long time.

  New boards with the existing SoCs include

   - Aspeed AST2500/AST2600 BMCs in TYAN, Facebook and Yadro servers

   - AT91/SAMA5 based evaluation board

   - NXP gains twenty new development and industrial boards for their
     i.MX and Layerscape SoCs

   - Intel IXP4xx now supports the final two machines in device tree
     that were previously only supported in old style board files.

   - Mediatek MT6589 is used in the Fairphone FP1 phone from 2013, while
     MT8183 is used in the Acer Chromebook 314.

   - Qualcomm gains support for the reference machines using the two new
     SoCs, plus a number of Chromebook variants and phones based on the
     Snapdragon 7c, 845 and 888 SoCs, including various Sony Xperia
     devices and the Microsoft Surface Duo 2.

   - ST STM32 now supports the Engicam i.Core STM32MP1 carrier board.

   - Tegra now boots various older Android devices based on 32-bit chips
     out of the box, including a number of ASUS Transformer tablets.

     There is also a new Jetson AGX Orin developer kit.

   - Apple support adds the missing device trees for all the remaining
     M1 Macbook and iMac variants, though not yet the M1 Pro/Max
     versions.

   - Allwinner now supports another version of the Tanix TX6 set-top box
     based on the H6 SoC.

   - Broadcom gains support for the Netgear RAXE500 Wireless router
     based on BCM4908"

* tag 'dt-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (574 commits)
  Revert "ARM: dts: BCM5301X: define RTL8365MB switch on Asus RT-AC88U"
  arm64: dts: qcom: sm6125: Avoid using missing SM6125_VDDCX
  arm64: dts: qcom: sm8450-qrd: Enable USB nodes
  arm64: dts: qcom: sm8450: Add usb nodes
  ARM: dts: aspeed: add LCLK setting into LPC KCS nodes
  dt-bindings: ipmi: bt-bmc: add 'clocks' as a required property
  ARM: dts: aspeed: add LCLK setting into LPC IBT node
  ARM: dts: aspeed: p10: Add TPM device
  ARM: dts: aspeed: p10: Enable USB host ports
  ARM: dts: aspeed: Add TYAN S8036 BMC machine
  ARM: dts: aspeed: tyan-s7106: Add uart_routing and fix vuart config
  ARM: dts: aspeed: Adding Facebook Bletchley BMC
  ARM: dts: aspeed: g220a: Enable secondary flash
  ARM: dts: Add openbmc-flash-layout-64-alt.dtsi
  ARM: dts: aspeed: Add secure boot controller node
  dt-bindings: aspeed: Add Secure Boot Controller bindings
  ARM: dts: Remove "spidev" nodes
  dt-bindings: pinctrl: samsung: Add pin drive definitions for Exynos850
  dt-bindings: arm: samsung: Document E850-96 board binding
  dt-bindings: Add vendor prefix for WinLink
  ...
2022-01-10 08:24:40 -08:00
..
Makefile arm64: dts: meson-axg: add support for JetHub D1 2021-09-17 09:25:12 +02:00
meson-a1-ad401.dts arm64: dts: add support for A1 based Amlogic AD401 2019-10-07 11:13:36 -07:00
meson-a1.dtsi arm64: dts: amlogic: misc DT schema fixups 2021-04-22 23:19:46 +02:00
meson-axg-jethome-jethub-j100.dts arm64: meson: fix dts for JetHub D1 2021-12-01 10:25:38 +01:00
meson-axg-s400.dts arm64: dts: meson-axg-s400: enable PCIe M.2 Key E slots 2020-11-30 15:54:25 -08:00
meson-axg.dtsi arm64: dts: meson: set 128bytes FIFO size on uart A 2021-06-01 10:27:02 +02:00
meson-g12-common.dtsi arm64: dts: amlogic: meson-g12: Fix GPU operating point table node name 2021-11-15 10:23:44 +01:00
meson-g12.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
meson-g12a-radxa-zero.dts arm64: dts: amlogic: add support for Radxa Zero 2021-09-13 09:50:30 +02:00
meson-g12a-sei510.dts arm64: dts: meson-g12a: Fix the pwm regulator supply properties 2021-09-21 09:21:53 +02:00
meson-g12a-u200.dts arm64: dts: meson-g12a: Fix the pwm regulator supply properties 2021-09-21 09:21:53 +02:00
meson-g12a-x96-max.dts arm64: dts: meson-g12a: Fix the pwm regulator supply properties 2021-09-21 09:21:53 +02:00
meson-g12a.dtsi arm64: dts: meson: g12a: add cooling properties 2019-10-17 09:12:51 -07:00
meson-g12b-a311d-khadas-vim3.dts arm64: dts: khadas-vim3: add commented support for PCIe 2019-10-03 08:43:04 -07:00
meson-g12b-a311d.dtsi arm64: dts: meson-g12b: support a311d and s922x cpu operating points 2019-08-09 11:07:14 -07:00
meson-g12b-gsking-x.dts arm64: dts: amlogic: misc DT schema fixups 2021-04-22 23:19:46 +02:00
meson-g12b-gtking-pro.dts arm64: dts: amlogic: misc DT schema fixups 2021-04-22 23:19:46 +02:00
meson-g12b-gtking.dts arm64: dts: amlogic: misc DT schema fixups 2021-04-22 23:19:46 +02:00
meson-g12b-khadas-vim3.dtsi arm64: dts: meson-g12b: Fix the pwm regulator supply properties 2021-09-21 09:22:06 +02:00
meson-g12b-odroid-n2-plus.dts arm64: dts: meson: odroid-n2 plus: fix vddcpu_a pwm 2020-10-23 11:12:54 -07:00
meson-g12b-odroid-n2.dts arm64: dts: meson: convert ODROID-N2 to dtsi 2020-09-18 13:32:44 -07:00
meson-g12b-odroid-n2.dtsi arm64: dts: amlogic: Fix SPI NOR flash node name for ODROID N2/N2+ 2021-11-15 10:23:44 +01:00
meson-g12b-s922x-khadas-vim3.dts arm64: dts: khadas-vim3: add commented support for PCIe 2019-10-03 08:43:04 -07:00
meson-g12b-s922x.dtsi arm64: dts: meson: S922X: extend cpu opp-points 2020-04-29 12:00:18 -07:00
meson-g12b-ugoos-am6.dts arm64: dts: meson: shorten audio card names for alsa compatibility 2021-02-03 10:22:09 -08:00
meson-g12b-w400.dtsi arm64: dts: meson-g12b: Fix the pwm regulator supply properties 2021-09-21 09:22:06 +02:00
meson-g12b.dtsi arm64: dts: meson: Describe G12b GPU as coherent 2020-10-30 10:08:09 +01:00
meson-gx-libretech-pc.dtsi arm64: dts: meson: shorten audio card names for alsa compatibility 2021-02-03 10:22:09 -08:00
meson-gx-mali450.dtsi arm64: dts: amlogic: meson-gx: add the Mali-450 OPP table and use DVFS 2020-07-21 14:12:37 -07:00
meson-gx-p23x-q20x.dtsi arm64: dts: meson: shorten audio card names for alsa compatibility 2021-02-03 10:22:09 -08:00
meson-gx.dtsi arm64: dts: meson: set 128bytes FIFO size on uart A 2021-06-01 10:27:02 +02:00
meson-gxbb-kii-pro.dts arm64: dts: meson-gxbb-kii-pro: fix board compatible 2020-04-29 11:26:33 -07:00
meson-gxbb-nanopi-k2.dts arm64: dts: meson-gxbb: nanopi-k2: Enable Bluetooth 2021-07-26 09:58:49 +02:00
meson-gxbb-nexbox-a95x.dts arm64: dts: meson: shorten audio card names for alsa compatibility 2021-02-03 10:22:09 -08:00
meson-gxbb-odroidc2.dts arm64: dts: amlogic: misc DT schema fixups 2021-04-22 23:19:46 +02:00
meson-gxbb-p20x.dtsi arm64: dts: meson-gxbb-p20x: add keep-power-in-suspend property in SDIO node 2019-10-03 08:43:02 -07:00
meson-gxbb-p200.dts arm64: dts: meson: use the generic Ethernet PHY reset GPIO bindings 2019-06-19 20:34:14 -07:00
meson-gxbb-p201.dts arm64: dts: meson-gxbb-p201: fix snps, reset-delays-us format 2019-08-29 16:13:35 -07:00
meson-gxbb-vega-s95-meta.dts ARM64: dts: amlogic: Convert to new-style SPDX license identifiers 2018-03-07 17:21:58 -08:00
meson-gxbb-vega-s95-pro.dts ARM64: dts: amlogic: Convert to new-style SPDX license identifiers 2018-03-07 17:21:58 -08:00
meson-gxbb-vega-s95-telos.dts ARM64: dts: amlogic: Convert to new-style SPDX license identifiers 2018-03-07 17:21:58 -08:00
meson-gxbb-vega-s95.dtsi arm64: dts: meson: add audio playback to vega-s95 dtsi 2021-08-10 09:57:05 +02:00
meson-gxbb-wetek-hub.dts arm64: dts: meson: shorten audio card names for alsa compatibility 2021-02-03 10:22:09 -08:00
meson-gxbb-wetek-play2.dts arm64: dts: meson: shorten audio card names for alsa compatibility 2021-02-03 10:22:09 -08:00
meson-gxbb-wetek.dtsi arm64: dts: meson-gxbb-wetek: use updated LED bindings 2021-11-15 10:28:17 +01:00
meson-gxbb.dtsi arm64: dts: amlogic: meson-gx: add the Mali-450 OPP table and use DVFS 2020-07-21 14:12:37 -07:00
meson-gxl-mali.dtsi arm64: dts: amlogic: meson-gx: add the Mali-450 OPP table and use DVFS 2020-07-21 14:12:37 -07:00
meson-gxl-s805x-libretech-ac.dts arm64: dts: meson: shorten audio card names for alsa compatibility 2021-02-03 10:22:09 -08:00
meson-gxl-s805x-p241.dts arm64: dts: meson: p241: add sound support 2021-12-01 10:27:13 +01:00
meson-gxl-s805x.dtsi arm64: dts: amlogic: meson-gx: add the Mali-450 OPP table and use DVFS 2020-07-21 14:12:37 -07:00
meson-gxl-s905d-libretech-pc.dts arm64: dts: meson: add libretech-pc boards support 2019-12-16 11:34:52 -08:00
meson-gxl-s905d-mecool-kii-pro.dts arm64: dts: amlogic: misc DT schema fixups 2021-04-22 23:19:46 +02:00
meson-gxl-s905d-p230.dts arm64: dts: meson: fix PHY deassert timing requirements 2020-12-07 11:12:49 -08:00
meson-gxl-s905d-p231.dts ARM64: dts: meson-gx-p23x-q20x: move the wifi node to each board's .dts 2018-07-20 08:18:22 -07:00
meson-gxl-s905d-phicomm-n1.dts arm64: dts: amlogic: use the new USB control driver for GXL and GXM 2020-04-29 11:17:01 -07:00
meson-gxl-s905d-sml5442tw.dts arm64: dts: amlogic: misc DT schema fixups 2021-04-22 23:19:46 +02:00
meson-gxl-s905d.dtsi ARM64: dts: amlogic: Convert to new-style SPDX license identifiers 2018-03-07 17:21:58 -08:00
meson-gxl-s905w-jethome-jethub-j80.dts arm64: dts: meson-gxl: add support for JetHub H1 2021-09-17 09:23:48 +02:00
meson-gxl-s905w-p281.dts arm64: dts: amlogic: use the new USB control driver for GXL and GXM 2020-04-29 11:17:01 -07:00
meson-gxl-s905w-tx3-mini.dts arm64: dts: amlogic: use the new USB control driver for GXL and GXM 2020-04-29 11:17:01 -07:00
meson-gxl-s905x-hwacom-amazetv.dts arm64: dts: meson: fix boards regulators states format 2019-08-29 16:13:35 -07:00
meson-gxl-s905x-khadas-vim.dts arm64: dts: meson: improve gxl-s905x-khadas-vim wifi 2021-07-26 10:08:16 +02:00
meson-gxl-s905x-libretech-cc-v2.dts arm64: dts: meson: shorten audio card names for alsa compatibility 2021-02-03 10:22:09 -08:00
meson-gxl-s905x-libretech-cc.dts arm64: dts: meson: shorten audio card names for alsa compatibility 2021-02-03 10:22:09 -08:00
meson-gxl-s905x-nexbox-a95x.dts arm64: dts: amlogic: use the new USB control driver for GXL and GXM 2020-04-29 11:17:01 -07:00
meson-gxl-s905x-p212.dts arm64: dts: meson-gx: Add hdmi_5v regulator as hdmi tx supply 2018-11-29 12:29:56 -08:00
meson-gxl-s905x-p212.dtsi arm64: dts: amlogic: use the new USB control driver for GXL and GXM 2020-04-29 11:17:01 -07:00
meson-gxl-s905x.dtsi ARM64: dts: amlogic: Convert to new-style SPDX license identifiers 2018-03-07 17:21:58 -08:00
meson-gxl.dtsi Amlogic fixes for v5.8-rc 2020-07-21 14:12:19 -07:00
meson-gxm-khadas-vim2.dts arm64: dts: meson: improve gxm-khadas-vim2 wifi 2021-07-26 10:08:16 +02:00
meson-gxm-mecool-kiii-pro.dts arm64: dts: amlogic: misc DT schema fixups 2021-04-22 23:19:46 +02:00
meson-gxm-minix-neo-u9h.dts arm64: dts: amlogic: misc DT schema fixups 2021-04-22 23:19:46 +02:00
meson-gxm-nexbox-a1.dts arm64: dts: meson: add audio playback to nexbox-a1 2021-08-10 09:56:54 +02:00
meson-gxm-q200.dts arm64: dts: meson: fix PHY deassert timing requirements 2020-12-07 11:12:49 -08:00
meson-gxm-q201.dts ARM64: dts: meson-gx-p23x-q20x: move the wifi node to each board's .dts 2018-07-20 08:18:22 -07:00
meson-gxm-rbox-pro.dts arm64: dts: meson: add audio playback to rbox-pro 2021-09-17 09:31:50 +02:00
meson-gxm-s912-libretech-pc.dts arm64: dts: meson: add libretech-pc boards support 2019-12-16 11:34:52 -08:00
meson-gxm-vega-s96.dts arm64: dts: amlogic: use the new USB control driver for GXL and GXM 2020-04-29 11:17:01 -07:00
meson-gxm-wetek-core2.dts arm64: dts: amlogic: misc DT schema fixups 2021-04-22 23:19:46 +02:00
meson-gxm.dtsi arm64: dts: meson: Add capacity-dmips-mhz attributes to GXM 2020-11-30 16:07:33 -08:00
meson-khadas-vim3.dtsi arm64: dts: meson: vim3: enable hdmi audio loopback 2021-05-28 09:46:31 +02:00
meson-sm1-bananapi-m5.dts arm64: dts: meson-sm1: Fix the pwm regulator supply properties 2021-09-21 09:22:10 +02:00
meson-sm1-khadas-vim3l.dts arm64: dts: meson-sm1: Fix the pwm regulator supply properties 2021-09-21 09:22:10 +02:00
meson-sm1-odroid-c4.dts arm64: dts: meson-sm1-odroid-c4: remove invalid hub_5v regulator 2021-06-14 09:57:45 +02:00
meson-sm1-odroid-hc4.dts arm64: dts: meson-sm1-odroid-hc4: add spifc node to ODROID-HC4 2021-06-14 09:57:45 +02:00
meson-sm1-odroid.dtsi arm64: dts: meson-sm1-odroid: add cec nodes 2021-11-15 10:20:03 +01:00
meson-sm1-sei610.dts arm64: dts: meson-sm1: Fix the pwm regulator supply properties 2021-09-21 09:22:10 +02:00
meson-sm1.dtsi arm64: dts: meson-sm1: add toacodec node 2021-05-28 10:00:43 +02:00