1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/arch/arm64/boot/dts/qcom
Linus Torvalds 7171a8da00 ARM: devicetree updates for 6.1
Most of the changes fall into one of three categories: adding support
 for additional devices on existing machines, cleaning up issues found
 by the ongoing conversion to machine-readable bindings, and addressing
 minor mistakes in the existing DT data.
 
 Across SoC vendors, Qualcomm and Freescale stick out as getting the most
 updates, which corresponds to their dominance in the mobile phone and
 embedded industrial markets, respectively.
 
 There are 636 non-merge changeset in this branch, which is a little
 lower than most times, but more importantly we only add 36 machine
 files, which is about half of what we had the past few releases.
 
 Eight new SoCs are added, but all of them are variations of already
 supported SoC families, and most of them come with one reference board
 design from the SoC vendor:
 
  - Mediatek MT8186 is a Chromebook/Tablet type SoC, similar to the
    MT65xx series of phone SoCs, with two Cortex-A76 and six Cortex-A55
    cores.
 
  - TI AM62A is another member of the K3 family with Cortex-A53 cores,
    this one is targetted at Video/Vision processing for industrial
    and automotive applications.
 
  - NXP i.MX8DXL is another chip for this market in the ever-growing
    i.MX8 family, this one again with two Cortex-A35 cores.
 
  - Renesas R-Car H3Ne-1.7G (R8A779MB) and R-Car V3H2 (R8A77980A) are
    minor updates of R8A77951 and R8A77980, respectively.
 
  - Qualcomm IPQ8064-v2.0, IPQ8062 and IPQ8065 are all variants of the
    IPQ8064 chip, with minimally different features.
 
 The AMD Pensando Elba and Apple M1 Ultra SoC support was getting close
 this time, but in the end did not make the cut.
 
 The new machines based on existing SoC support are fairly uneventful:
 
  - Sony Xperia 1 IV is a fairly recent phone based on Qualcomm
    Snapdragon 8 Gen 1.
 
  - Three Samsung phones based on Snapdragon 410: Galaxy E5, E7 and
    Grand Max. These are added for both 32-bit and 64-bit kernels,
    as they originally shipped running 32-bit code.
 
  - Two new servers using AST2600 BMCs: AMD DaytonaX and Ampere
    Mt. Mitchell
 
  - Three new machines based on Rockchips RK3399 and RK3566:
    Anberic RG353P and RG503, Pine64 Pinephone Pro, Open AI Lab
 
  - Multiple NXP i.MX6/i.MX8 based boards: Kontron SL/BL i.MX8MM OSM-S,
    i.MX8MM Gateworks GW7904, MSC SM2S-IMX8PLUS SoM and carrier board
 
  - Two development boards in the Microchip AT91 family:
    SAMA5D3-EDS and lan966x-pcb8290.
 
  - Minor variants of existing boards using Amlogic, Broadcom, Marvell,
    Rockchips, Freescale Layerscape and Socionext Uniphier SoCs.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmM+jwsACgkQmmx57+YA
 GNnqJg//dgGHQ+dpmxvTHUAx/2WSojAyC7pXPuSoNzAiVDF+95ARM7as+5GtaeU7
 me8fIw/EXQiVeEbxRPVhmGLZy0uXOhyKIQO4o58dd5YSalngI6Q7t8YFaiLCaHoF
 cL7m17nk88sYOzTtSCjfnCPX8KSB7JmElsoWme3PzYhnildEmeBYfiqyqRsGP8KI
 pLOec8GXfwDcnaLvBYT6EO/pAO1lZgp531spVacv4brJtQGFRbm4VuvzyFqE2b7g
 0PxkRMXAE2ohrw6jAIeN2zp8BgFNPlMnuZF2cp330aX5urICk8nCo+GFAM1bK8e6
 0mnKFaXEsRIphxyja8rs9B/pz4Qal2OlC1lGoeQI+QuzYEM5vOroe0EQKw0OLIyQ
 YUslu4CnQgEeM9FVsm1cTYlPPf6geU8Y9vju4VwyDtgD270+5vOqMpTpiC1k4tJI
 JlaZdNhp5+Cdz3W+qssrQfOP9tkQmcWNZxJQJxpy41VR+BrGoCweGZa5NifPYO7m
 AwqisfppTodtF/m6XuHiQg+vDrJXPs/Ydv8vRfTeWA4/EuadewYwBhRpSKEZX7N8
 HuaasPMp9rSoDvuz+kKnKFZfHuTqruwt/qnCduAk5N91z1BJD5wXtvD3zUXEwy1d
 hPcDJl8M3xfgLF1t38r6srNDt/MupafaDifNAqG6QRZMr8PqvnE=
 =xPfV
 -----END PGP SIGNATURE-----

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

Pull ARM devicetree updates from Arnd Bergmann:
 "Most of the changes fall into one of three categories: adding support
  for additional devices on existing machines, cleaning up issues found
  by the ongoing conversion to machine-readable bindings, and addressing
  minor mistakes in the existing DT data.

  Across SoC vendors, Qualcomm and Freescale stick out as getting the
  most updates, which corresponds to their dominance in the mobile phone
  and embedded industrial markets, respectively.

  There are 636 non-merge changeset in this branch, which is a little
  lower than most times, but more importantly we only add 36 machine
  files, which is about half of what we had the past few releases.

  Eight new SoCs are added, but all of them are variations of already
  supported SoC families, and most of them come with one reference board
  design from the SoC vendor:

   - Mediatek MT8186 is a Chromebook/Tablet type SoC, similar to the
     MT65xx series of phone SoCs, with two Cortex-A76 and six Cortex-A55
     cores.

   - TI AM62A is another member of the K3 family with Cortex-A53 cores,
     this one is targetted at Video/Vision processing for industrial and
     automotive applications.

   - NXP i.MX8DXL is another chip for this market in the ever-growing
     i.MX8 family, this one again with two Cortex-A35 cores.

   - Renesas R-Car H3Ne-1.7G (R8A779MB) and R-Car V3H2 (R8A77980A) are
     minor updates of R8A77951 and R8A77980, respectively.

   - Qualcomm IPQ8064-v2.0, IPQ8062 and IPQ8065 are all variants of the
     IPQ8064 chip, with minimally different features.

  The AMD Pensando Elba and Apple M1 Ultra SoC support was getting close
  this time, but in the end did not make the cut.

  The new machines based on existing SoC support are fairly uneventful:

   - Sony Xperia 1 IV is a fairly recent phone based on Qualcomm
     Snapdragon 8 Gen 1.

   - Three Samsung phones based on Snapdragon 410: Galaxy E5, E7 and
     Grand Max. These are added for both 32-bit and 64-bit kernels, as
     they originally shipped running 32-bit code.

   - Two new servers using AST2600 BMCs: AMD DaytonaX and Ampere Mt.
     Mitchell

   - Three new machines based on Rockchips RK3399 and RK3566: Anberic
     RG353P and RG503, Pine64 Pinephone Pro, Open AI Lab

   - Multiple NXP i.MX6/i.MX8 based boards: Kontron SL/BL i.MX8MM OSM-S,
     i.MX8MM Gateworks GW7904, MSC SM2S-IMX8PLUS SoM and carrier board

   - Two development boards in the Microchip AT91 family: SAMA5D3-EDS
     and lan966x-pcb8290.

   - Minor variants of existing boards using Amlogic, Broadcom, Marvell,
     Rockchips, Freescale Layerscape and Socionext Uniphier SoCs"

* tag 'arm-dt-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (617 commits)
  Revert "ARM: dts: BCM5301X: Add basic PCI controller properties"
  ARM: dts: s5pv210: correct double "pins" in pinmux node
  ARM: dts: exynos: fix polarity of VBUS GPIO of Origen
  arm64: dts: exynos: fix polarity of "enable" line of NFC chip in TM2
  arm64: dts: uniphier: Add L2 cache node
  arm64: dts: uniphier: Remove compatible "snps,dw-pcie" from pcie node
  arm64: dts: uniphier: Fix opp-table node name for LD20
  arm64: dts: uniphier: Add USB-device support for PXs3 reference board
  arm64: dts: uniphier: Add ahci controller nodes for PXs3
  arm64: dts: uniphier: Use GIC interrupt definitions
  arm64: dts: uniphier: Rename gpio-hog nodes
  arm64: dts: uniphier: Rename usb-glue node for USB3 to usb-controller
  arm64: dts: uniphier: Rename usb-phy node for USB2 to usb-controller
  arm64: dts: uniphier: Rename pvtctl node to thermal-sensor
  ARM: dts: uniphier: Remove compatible "snps,dw-pcie-ep" from pcie-ep node
  ARM: dts: uniphier: Move interrupt-parent property to each child node in uniphier-support-card
  ARM: dts: uniphier: Add ahci controller nodes for PXs2
  ARM: dts: uniphier: Add ahci controller nodes for Pro4
  ARM: dts: uniphier: Use GIC interrupt definitions
  ARM: dts: uniphier: Rename gpio-hog node
  ...
2022-10-06 11:13:04 -07:00
..
apq8016-sbc.dts arm64: dts: qcom: apq8016-sbc: add function and color to LED nodes 2022-07-02 22:17:10 -05:00
apq8094-sony-xperia-kitakami-karin_windy.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
apq8096-db820c.dts arm64: dts: qcom: Use WCD9335 DT bindings 2022-09-13 21:56:43 -05:00
apq8096-ifc6640.dts arm64: dts: qcom: use GPIO flags for tlmm 2022-08-29 17:18:23 -05:00
ipq6018-cp01-c1.dts arm64: dts: qcom: ipq6018: correct QUP peripheral labels 2022-07-02 22:17:10 -05:00
ipq6018.dtsi arm64: dts: qcom: ipq6018: switch TCSR mutex to MMIO 2022-09-13 17:44:51 -05:00
ipq8074-hk01.dts arm64: dts: qcom: replace deprecated perst-gpio with perst-gpios 2022-08-29 15:14:16 -05:00
ipq8074-hk10-c1.dts arm64: dts: qcom: Add board support for HK10 2021-05-25 22:40:32 -05:00
ipq8074-hk10-c2.dts arm64: dts: qcom: Add board support for HK10 2021-05-25 22:40:32 -05:00
ipq8074-hk10.dtsi arm64: dts: qcom: replace deprecated perst-gpio with perst-gpios 2022-08-29 15:14:16 -05:00
ipq8074.dtsi arm64: dts: qcom: ipq8074: fix PCIe PHY serdes size 2022-09-15 10:10:53 -05:00
Makefile arm64: dts: qcom: sc7280-villager: Adjust LTE SKUs 2022-09-14 08:55:01 -05:00
msm8916-alcatel-idol347.dts arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
msm8916-asus-z00l.dts arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
msm8916-huawei-g7.dts arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
msm8916-longcheer-l8150.dts arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
msm8916-longcheer-l8910.dts arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
msm8916-mtp.dts arm64: dts: qcom: Drop unneeded extra device-specific includes 2021-10-24 13:04:08 -05:00
msm8916-pins.dtsi arm64: dts: qcom: msm8916: Add blsp_i2c3 2021-02-02 16:31:36 -06:00
msm8916-pm8916.dtsi arm64: dts: qcom: msm8916-pm8916: Stop using s1/l3 as regulators 2020-10-26 10:23:27 -05:00
msm8916-samsung-a3u-eur.dts arm64: dts: qcom: msm8916-samsung-a2015: Rename touchscreen analog regulator 2022-08-29 16:13:32 -05:00
msm8916-samsung-a5u-eur.dts arm64: dts: qcom: msm8916-samsung-a2015: Rename touchscreen analog regulator 2022-08-29 16:13:32 -05:00
msm8916-samsung-a2015-common.dtsi arm64: dts: qcom: msm8916-samsung-a2015: Rename touchscreen analog regulator 2022-08-29 16:13:32 -05:00
msm8916-samsung-e5.dts arm64: dts: qcom: msm8916-samsung-e2015: Add initial common dtsi 2022-08-29 16:13:32 -05:00
msm8916-samsung-e7.dts arm64: dts: qcom: msm8916-samsung-e2015: Add initial common dtsi 2022-08-29 16:13:32 -05:00
msm8916-samsung-e2015-common.dtsi arm64: dts: qcom: msm8916-samsung-e2015: Add touchkey 2022-08-29 16:13:32 -05:00
msm8916-samsung-grandmax.dts arm64: dts: qcom: msm8916-samsung-e2015: Add touchkey 2022-08-29 16:13:32 -05:00
msm8916-samsung-j5.dts arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
msm8916-samsung-serranove.dts arm64: dts: qcom: msm8916-samsung-serranove: Add magnetometer 2022-09-06 09:55:31 -05:00
msm8916-wingtech-wt88047.dts arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
msm8916.dtsi arm64: dts: qcom: align SDHCI reg-names with DT schema 2022-09-13 22:11:19 -05:00
msm8953.dtsi arm64: dts: qcom: align SDHCI reg-names with DT schema 2022-09-13 22:11:19 -05:00
msm8992-lg-bullhead-rev-10.dts arm64: dts: qcom: msm8992-lg-bullhead: Add support for LG Bullhead rev 1.0 2022-01-31 14:49:19 -06:00
msm8992-lg-bullhead-rev-101.dts arm64: dts: qcom: msm8992-lg-bullhead: Place LG Bullhead generic code into a DTSI file 2022-01-31 14:49:11 -06:00
msm8992-lg-bullhead.dtsi arm64: dts: qcom: msm8992-*: Fix vdd_lvs1_2-supply typo 2022-06-27 15:09:32 -05:00
msm8992-msft-lumia-octagon-talkman.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
msm8992-xiaomi-libra.dts arm64: dts: qcom: msm8992-xiaomi-libra: split qcom,msm-id into tuples 2022-08-29 15:47:03 -05:00
msm8992.dtsi arm64: dts: qcom: add RPM clock controller fallback compatible 2022-04-12 22:13:57 -05:00
msm8994-huawei-angler-rev-101.dts arm64: dts: qcom: msm8994: override nodes by label 2022-04-19 12:41:52 -05:00
msm8994-msft-lumia-octagon-cityman.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
msm8994-msft-lumia-octagon.dtsi arm64: dts: qcom: msm8994-msft-lumia-octagon: align resin node name with bindings 2022-09-14 21:24:24 -05:00
msm8994-sony-xperia-kitakami-ivy.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
msm8994-sony-xperia-kitakami-karin.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
msm8994-sony-xperia-kitakami-satsuki.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
msm8994-sony-xperia-kitakami-sumire.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
msm8994-sony-xperia-kitakami-suzuran.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
msm8994-sony-xperia-kitakami.dtsi arm64: dts: qcom: use GPIO flags for tlmm 2022-08-29 17:18:23 -05:00
msm8994.dtsi arm64: dts: qcom: align SDHCI reg-names with DT schema 2022-09-13 22:11:19 -05:00
msm8996-mtp.dts arm64: dts: qcom: msm8996: override nodes by label 2022-04-19 12:41:53 -05:00
msm8996-sony-xperia-tone-dora.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
msm8996-sony-xperia-tone-kagura.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
msm8996-sony-xperia-tone-keyaki.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
msm8996-sony-xperia-tone.dtsi arm64: dts: qcom: replace deprecated perst-gpio with perst-gpios 2022-08-29 15:14:16 -05:00
msm8996-v3.0.dtsi arm64: dts: qcom: Add MSM8996v3.0 DTSI file 2021-08-03 18:14:34 -05:00
msm8996-xiaomi-common.dtsi arm64: dts: qcom: msm8996-xiaomi: align PMIC GPIO pin configuration with DT schema 2022-09-14 21:24:25 -05:00
msm8996-xiaomi-gemini.dts arm64: dts: qcom: Use WCD9335 DT bindings 2022-09-13 21:56:43 -05:00
msm8996-xiaomi-natrium.dts arm64: dts: qcom: msm8996-xiaomi-natrium: Add support for Xiaomi Mi 5s Plus 2022-07-02 22:17:10 -05:00
msm8996-xiaomi-scorpio.dts arm64: dts: qcom: msm8996-xiaomi: align PMIC GPIO pin configuration with DT schema 2022-09-14 21:24:25 -05:00
msm8996.dtsi arm64: dts: qcom: align SDHCI reg-names with DT schema 2022-09-13 22:11:19 -05:00
msm8998-asus-novago-tp370ql.dts arm64: dts: qcom: msm8998-laptops: Clean up DTs 2022-06-27 15:58:44 -05:00
msm8998-clamshell.dtsi arm64: dts: qcom: msm8998*: Keep MMCC & MMSS_SMMU enabled by default 2022-06-27 15:58:45 -05:00
msm8998-fxtec-pro1.dts arm64: dts: qcom: align led node names with dtschema 2022-07-02 21:50:12 -05:00
msm8998-hp-envy-x2.dts arm64: dts: qcom: msm8998-laptops: Clean up DTs 2022-06-27 15:58:44 -05:00
msm8998-lenovo-miix-630.dts arm64: dts: qcom: msm8998-laptops: Clean up DTs 2022-06-27 15:58:44 -05:00
msm8998-mtp.dts arm64: dts: qcom: msm8998-mtp: correct board compatible 2022-07-02 21:50:11 -05:00
msm8998-oneplus-cheeseburger.dts arm64: dts: qcom: align PMIC GPIO pin configuration with DT schema 2022-06-27 16:40:19 -05:00
msm8998-oneplus-common.dtsi arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
msm8998-oneplus-dumpling.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
msm8998-sony-xperia-yoshino-lilac.dts arm64: dts: qcom: msm8998-yoshino-lilac: Disable LVS1 2022-06-27 15:58:44 -05:00
msm8998-sony-xperia-yoshino-maple.dts arm64: dts: qcom: align PMIC GPIO pin configuration with DT schema 2022-06-27 16:40:19 -05:00
msm8998-sony-xperia-yoshino-poplar.dts arm64: dts: qcom: msm8998: Make regulator voltages multiple of step-size 2022-07-16 10:18:14 -05:00
msm8998-sony-xperia-yoshino.dtsi arm64: dts: qcom: msm8998-xperia: Introduce ToF sensor support 2022-07-02 22:17:09 -05:00
msm8998.dtsi arm64: dts: qcom: align SDHCI reg-names with DT schema 2022-09-13 22:11:19 -05:00
pm660.dtsi arm64: dts: qcom: align SPMI PMIC regulators node name with dtschema 2022-08-29 21:59:34 -05:00
pm660l.dtsi arm64: dts: qcom: align SPMI PMIC LPG node name with dtschema 2022-08-29 21:59:34 -05:00
pm6150.dtsi arm64: dts: qcom: pm6150: Add thermal zone for PMIC on-die temperature 2021-06-05 22:36:15 -05:00
pm6150l.dtsi arm64: dts: qcom: pm6150l: add missing adc channels 2022-08-29 16:36:31 -05:00
pm6350.dtsi arm64: dts: qcom: add missing gpio-ranges in PMIC GPIOs 2022-06-28 14:45:55 -05:00
pm7250b.dtsi arm64: dts: qcom: Add pm7250b PMIC 2022-09-06 09:54:49 -05:00
pm7325.dtsi arm64: dts: qcom: pm7325: Add pm7325 base dts file 2021-05-25 22:40:33 -05:00
pm8004.dtsi arm64: dts: qcom: pm8004: Enable the PMIC peripherals by default 2021-08-05 10:27:33 -05:00
pm8005.dtsi arm64: dts: qcom: msm8998-clamshell: Clean up the DT 2022-06-27 15:58:44 -05:00
pm8009.dtsi arm64: dts: qcom: add missing gpio-ranges in PMIC GPIOs 2022-06-28 14:45:55 -05:00
pm8150.dtsi arm64: dts: qcom: align SPMI PMIC Power-on node name with dtschema 2022-08-29 21:59:34 -05:00
pm8150b.dtsi arm64: dts: qcom: align SPMI PMIC Power-on node name with dtschema 2022-08-29 21:59:34 -05:00
pm8150l.dtsi arm64: dts: qcom: align SPMI PMIC Power-on node name with dtschema 2022-08-29 21:59:34 -05:00
pm8350.dtsi arm64: dts: qcom: add missing gpio-ranges in PMIC GPIOs 2022-06-28 14:45:55 -05:00
pm8350b.dtsi arm64: dts: qcom: add missing gpio-ranges in PMIC GPIOs 2022-06-28 14:45:55 -05:00
pm8350c.dtsi arm64: dts: qcom: pm8350c: Drop PWM reg declaration 2022-08-29 17:24:53 -05:00
pm8450.dtsi arm64: dts: qcom: add pm8450 support 2022-04-12 09:21:17 -05:00
pm8916.dtsi arm64: dts: qcom: Add LPG to pm8916, pm8994, pmi8994 and pmi8998 2022-07-06 15:23:07 -05:00
pm8953.dtsi arm64: dts: qcom: align SPMI PMIC ADC node name with dtschema 2022-08-29 21:59:29 -05:00
pm8994.dtsi arm64: dts: qcom: align SPMI PMIC LPG node name with dtschema 2022-08-29 21:59:34 -05:00
pm8998.dtsi arm64: dts: qcom: pm8998: Add ADC Thermal Monitor node 2021-12-15 16:20:27 -06:00
pmi8994.dtsi arm64: dts: qcom: pmi8994: add missing MPP compatible fallback 2022-09-14 21:24:24 -05:00
pmi8996.dtsi arm64: dts: qcom: Add PMI8996 DTSI file 2021-08-03 18:13:28 -05:00
pmi8998.dtsi arm64: dts: qcom: align SPMI PMIC LPG node name with dtschema 2022-08-29 21:59:34 -05:00
pmk8350.dtsi arm64: dts: qcom: pmk8350: drop interrupt-names from ADC 2022-08-29 21:59:25 -05:00
pmm8155au_1.dtsi arm64: dts: qcom: align SPMI PMIC Power-on node name with dtschema 2022-08-29 21:59:34 -05:00
pmm8155au_2.dtsi arm64: dts: qcom: align SPMI PMIC Power-on node name with dtschema 2022-08-29 21:59:34 -05:00
pmr735a.dtsi arm64: dts: qcom: pmr735a: stop depending on thermal_zones label 2022-04-12 09:21:17 -05:00
pmr735b.dtsi arm64: dts: qcom: add missing gpio-ranges in PMIC GPIOs 2022-06-28 14:45:55 -05:00
pms405.dtsi arm64: dts: qcom: correct interrupt controller on PM8916 and PMS405 2022-06-28 14:45:55 -05:00
qcs404-evb-1000.dts arm64: dts: qcom: qcs404-evb: Change the compatible to distinguish platforms 2019-04-18 23:09:47 -05:00
qcs404-evb-4000.dts arm64: dts: qcom: replace status value "ok" by "okay" 2020-09-13 23:55:34 +00:00
qcs404-evb.dtsi arm64: dts: qcom: replace deprecated perst-gpio with perst-gpios 2022-08-29 15:14:16 -05:00
qcs404.dtsi arm64: dts: qcom: qcs404: add missing TCSR syscon compatible 2022-09-13 17:44:51 -05:00
qrb5165-rb5.dts arm64: dts: qcom: qrb5165-rb5: Fix 'dtbs_check' error for led nodes 2022-07-19 17:20:11 -05:00
sa8155p-adp.dts arm64: dts: qcom: sa8155p-adp: Remove unused properties from eth node 2022-09-08 18:17:06 -05:00
sa8295p-adp.dts arm64: dts: qcom: sa8295p-adp: add missing gpio-ranges in PMIC GPIOs 2022-09-14 21:24:25 -05:00
sa8540p.dtsi arm64: dts: qcom: add SA8540P and ADP 2022-07-02 21:50:10 -05:00
sc7180-idp.dts arm64: dts: qcom: sc7180-idp: add vdds supply to the DSI PHY 2022-07-06 21:30:18 -05:00
sc7180-lite.dtsi arm64: dts: qcom: sc7180-lite: Tweak DDR/L3 scaling on SC7180-lite 2020-11-24 17:04:30 -06:00
sc7180-trogdor-coachz-r1-lte.dts arm64: dts: qcom: sc7180: Add CoachZ rev3 2021-05-31 12:12:10 -05:00
sc7180-trogdor-coachz-r1.dts arm64: dts: qcom: sc7180-trogdor: Keep pm6150_adc enabled for TZ 2022-08-29 17:25:06 -05:00
sc7180-trogdor-coachz-r3-lte.dts arm64: dts: qcom: sc7180: Add CoachZ rev3 2021-05-31 12:12:10 -05:00
sc7180-trogdor-coachz-r3.dts arm64: dts: qcom: sc7180: Add CoachZ rev3 2021-05-31 12:12:10 -05:00
sc7180-trogdor-coachz.dtsi arm64: dts: qcom: sc7180-trogdor: Split out keyboard node and describe detachables 2022-07-02 22:17:11 -05:00
sc7180-trogdor-homestar-r2.dts arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi 2022-05-05 22:42:27 -05:00
sc7180-trogdor-homestar-r3.dts arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi 2022-05-05 22:42:27 -05:00
sc7180-trogdor-homestar-r4.dts arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi 2022-05-05 22:42:27 -05:00
sc7180-trogdor-homestar.dtsi Qualcomm ARM64 DT fixes for v5.19 2022-07-02 22:17:36 -05:00
sc7180-trogdor-kingoftown-r0.dts arm64: dts: qcom: sc7180: Add kingoftown dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-kingoftown-r1.dts arm64: dts: qcom: sc7180: Add kingoftown dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-kingoftown.dtsi arm64: dts: qcom: sc7180-trogdor: Split out keyboard node and describe detachables 2022-07-02 22:17:11 -05:00
sc7180-trogdor-lazor-limozeen-nots-r4.dts arm64: dts: qcom: sc7180: Support Lazor/Limozeen rev9 2021-11-20 16:20:03 -06:00
sc7180-trogdor-lazor-limozeen-nots-r5.dts arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi 2022-05-05 22:42:27 -05:00
sc7180-trogdor-lazor-limozeen-nots-r9.dts arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi 2022-05-05 22:42:27 -05:00
sc7180-trogdor-lazor-limozeen-r4.dts arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi 2022-05-05 22:42:27 -05:00
sc7180-trogdor-lazor-limozeen-r9.dts arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi 2022-05-05 22:42:27 -05:00
sc7180-trogdor-lazor-r0.dts arm64: dts: qcom: sc7180-trogdor: Add nodes for onboard USB hub 2022-09-13 22:48:56 -05:00
sc7180-trogdor-lazor-r1-kb.dts arm64: dts: qcom: sc7180: Add sc7180-lazor-r2/r3 2020-11-10 22:48:14 -06:00
sc7180-trogdor-lazor-r1-lte.dts arm64: dts: qcom: sc7180-trogdor: Simplify SAR sensor enabling 2022-04-11 16:07:00 -05:00
sc7180-trogdor-lazor-r1.dts arm64: dts: qcom: sc7180-trogdor: Add nodes for onboard USB hub 2022-09-13 22:48:56 -05:00
sc7180-trogdor-lazor-r3-kb.dts arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi 2022-05-05 22:42:27 -05:00
sc7180-trogdor-lazor-r3-lte.dts arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi 2022-05-05 22:42:27 -05:00
sc7180-trogdor-lazor-r3.dts arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi 2022-05-05 22:42:27 -05:00
sc7180-trogdor-lazor-r9-kb.dts arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi 2022-05-05 22:42:27 -05:00
sc7180-trogdor-lazor-r9-lte.dts arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi 2022-05-05 22:42:27 -05:00
sc7180-trogdor-lazor-r9.dts arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi 2022-05-05 22:42:27 -05:00
sc7180-trogdor-lazor.dtsi arm64: dts: qcom: sc7180-trogdor: Keep pm6150_adc enabled for TZ 2022-08-29 17:25:06 -05:00
sc7180-trogdor-lte-sku.dtsi arm64: dts: qcom: sc7180-trogdor: Enable IPA on LTE only SKUs 2021-09-21 18:24:23 -05:00
sc7180-trogdor-mrbland-rev0-auo.dts arm64: dts: qcom: sc7180: Add mrbland dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-mrbland-rev0-boe.dts arm64: dts: qcom: sc7180: Add mrbland dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-mrbland-rev0.dtsi arm64: dts: qcom: sc7180: Add mrbland dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-mrbland-rev1-auo.dts arm64: dts: qcom: sc7180: Add mrbland dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-mrbland-rev1-boe.dts arm64: dts: qcom: sc7180: Add mrbland dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-mrbland.dtsi arm64: dts: qcom: sc7180-trogdor: Split out keyboard node and describe detachables 2022-07-02 22:17:11 -05:00
sc7180-trogdor-parade-ps8640.dtsi arm64: dts: qcom: sc7180: Include gpio.h in edp bridge dts 2021-11-20 16:19:54 -06:00
sc7180-trogdor-pazquel-lte-parade.dts arm64: dts: qcom: Add SKU6 for sc7180-trogdor-pazquel-lte-parade 2022-08-29 16:12:40 -05:00
sc7180-trogdor-pazquel-lte-ti.dts arm64: dts: qcom: sc7180: Add pazquel dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-pazquel-parade.dts arm64: dts: qcom: sc7180: Add pazquel dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-pazquel-ti.dts arm64: dts: qcom: sc7180: Add pazquel dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-pazquel.dtsi arm64: dts: qcom: sc7180-trogdor: Split out keyboard node and describe detachables 2022-07-02 22:17:11 -05:00
sc7180-trogdor-pompom-r1-lte.dts arm64: dts: qcom: Add sc7180-trogdor-pompom skus 2021-03-11 20:22:41 -06:00
sc7180-trogdor-pompom-r1.dts arm64: dts: qcom: sc7180-trogdor: Add nodes for onboard USB hub 2022-09-13 22:48:56 -05:00
sc7180-trogdor-pompom-r2-lte.dts arm64: dts: qcom: sc7180: Add pompom rev3 2021-05-31 12:12:10 -05:00
sc7180-trogdor-pompom-r2.dts arm64: dts: qcom: sc7180-trogdor: Delete ADC config for unused thermistors 2021-09-21 17:37:06 -05:00
sc7180-trogdor-pompom-r3-lte.dts arm64: dts: qcom: sc7180: Add pompom rev3 2021-05-31 12:12:10 -05:00
sc7180-trogdor-pompom-r3.dts arm64: dts: qcom: sc7180: Add pompom rev3 2021-05-31 12:12:10 -05:00
sc7180-trogdor-pompom.dtsi arm64: dts: qcom: sc7180-trogdor: Split out keyboard node and describe detachables 2022-07-02 22:17:11 -05:00
sc7180-trogdor-quackingstick-r0-lte.dts arm64: dts: qcom: sc7180: Add quackingstick dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-quackingstick-r0.dts arm64: dts: qcom: sc7180: Add quackingstick dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-quackingstick.dtsi arm64: dts: qcom: sc7180-trogdor: Split out keyboard node and describe detachables 2022-07-02 22:17:11 -05:00
sc7180-trogdor-r1-lte.dts arm64: dts: qcom: sc7180-trogdor: add initial trogdor and lazor dt 2020-08-31 18:10:03 +00:00
sc7180-trogdor-r1.dts arm64: dts: qcom: sc7180-trogdor: Add nodes for onboard USB hub 2022-09-13 22:48:56 -05:00
sc7180-trogdor-ti-sn65dsi86.dtsi arm64: dts: qcom: sc7180: Specify "data-lanes" for DSI host output 2021-11-20 16:19:58 -06:00
sc7180-trogdor-wormdingler-rev0-boe.dts arm64: dts: qcom: sc7180: Add wormdingler dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-wormdingler-rev0-inx.dts arm64: dts: qcom: sc7180: Add wormdingler dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-wormdingler-rev0.dtsi arm64: dts: qcom: sc7180: Add wormdingler dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dts arm64: dts: qcom: sc7180: Add wormdingler dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-wormdingler-rev1-boe.dts arm64: dts: qcom: sc7180: Add wormdingler dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dts arm64: dts: qcom: sc7180: Add wormdingler dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-wormdingler-rev1-inx.dts arm64: dts: qcom: sc7180: Add wormdingler dts files 2022-07-02 21:50:11 -05:00
sc7180-trogdor-wormdingler.dtsi arm64: dts: qcom: sc7180-trogdor: Split out keyboard node and describe detachables 2022-07-02 22:17:11 -05:00
sc7180-trogdor.dtsi arm64: dts: qcom: sc7180-trogdor: Add nodes for onboard USB hub 2022-09-13 22:48:56 -05:00
sc7180.dtsi arm64: dts: qcom: fix syscon node names 2022-09-05 21:52:32 -05:00
sc7280-chrome-common.dtsi arm64: dts: qcom: Add LTE SKUs for sc7280-villager family 2022-09-13 09:57:23 -05:00
sc7280-crd-r3.dts arm64: dts: qcom: sc7280: Add sound node for CRD 1.0/2.0 and IDP boards 2022-09-13 09:57:24 -05:00
sc7280-herobrine-audio-wcd9385.dtsi arm64: dts: qcom: sc7280: Add sound node for CRD 3.0/3.1 2022-09-13 09:57:24 -05:00
sc7280-herobrine-crd.dts arm64: dts: qcom: sc7280-herobrine: correct TLMM gpio-line-names 2022-09-13 14:48:43 -05:00
sc7280-herobrine-evoker-r0.dts arm64: dts: qcom: sc7280: Add device tree for herobrine evoker 2022-09-05 21:51:48 -05:00
sc7280-herobrine-herobrine-r1.dts arm64: dts: qcom: Add LTE SKUs for sc7280-villager family 2022-09-13 09:57:23 -05:00
sc7280-herobrine-lte-sku.dtsi arm64: dts: qcom: Add LTE SKUs for sc7280-villager family 2022-09-13 09:57:23 -05:00
sc7280-herobrine-villager-r0.dts arm64: dts: qcom: sc7280-villager: Adjust LTE SKUs 2022-09-14 08:55:01 -05:00
sc7280-herobrine-villager-r1-lte.dts arm64: dts: qcom: sc7280-villager: Adjust LTE SKUs 2022-09-14 08:55:01 -05:00
sc7280-herobrine-villager-r1.dts arm64: dts: qcom: sc7280-villager: Adjust LTE SKUs 2022-09-14 08:55:01 -05:00
sc7280-herobrine-villager.dtsi arm64: dts: qcom: sc7280-villager: Adjust LTE SKUs 2022-09-14 08:55:01 -05:00
sc7280-herobrine.dtsi arm64: dts: qcom: sc7280-herobrine: Add nodes for onboard USB hub 2022-09-13 22:48:56 -05:00
sc7280-idp-ec-h1.dtsi arm64: dts: qcom: sc7280: align TLMM pin configuration with DT schema 2022-09-13 14:48:43 -05:00
sc7280-idp.dts arm64: dts: qcom: Add LTE SKUs for sc7280-villager family 2022-09-13 09:57:23 -05:00
sc7280-idp.dtsi arm64: dts: qcom: sc7280: align TLMM pin configuration with DT schema 2022-09-13 14:48:43 -05:00
sc7280-idp2.dts arm64: dts: qcom: Enable pm8350c pwm for sc7280-idp2 2022-05-04 11:22:29 -05:00
sc7280-qcard.dtsi arm64: dts: qcom: sc7280: align TLMM pin configuration with DT schema 2022-09-13 14:48:43 -05:00
sc7280.dtsi ARM: devicetree updates for 6.1 2022-10-06 11:13:04 -07:00
sc8280xp-crd.dts arm64: dts: qcom: sc8280xp-crd: disallow regulator mode switches 2022-08-29 16:58:16 -05:00
sc8280xp-lenovo-thinkpad-x13s.dts ARM: devicetree updates for 6.1 2022-10-06 11:13:04 -07:00
sc8280xp-pmics.dtsi arm64: dts: qcom: sc8280xp-pmics: Remove reg entry & use correct node name for pmc8280c_lpg node 2022-09-06 09:55:09 -05:00
sc8280xp.dtsi arm64: dts: qcom: sc8280xp: mark USB controllers as wakeup-sources 2022-09-05 21:52:04 -05:00
sda660-inforce-ifc6560.dts arm64: dts: qcom: sdm660: Add initial Inforce IFC6560 board support 2022-06-30 08:49:35 -05:00
sdm630-sony-xperia-ganges-kirin.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
sdm630-sony-xperia-nile-discovery.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
sdm630-sony-xperia-nile-pioneer.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
sdm630-sony-xperia-nile-voyager.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
sdm630-sony-xperia-nile.dtsi arm64: dts: qcom: sdm630-nile: Add RGB status LED on the PM660L LPG 2022-07-02 21:50:26 -05:00
sdm630.dtsi arm64: dts: qcom: fix syscon node names 2022-09-05 21:52:32 -05:00
sdm632-fairphone-fp3.dts arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
sdm632.dtsi arm64: dts: qcom: Add SDM632 device tree 2022-02-24 14:08:37 -06:00
sdm636-sony-xperia-ganges-mermaid.dts arm64: dts: qcom: sdm636-sony-xperia-ganges-mermaid: correct sdc2 pinconf 2022-06-28 16:05:57 -05:00
sdm636.dtsi arm64: dts: qcom: Add device tree for SDM636 2021-08-04 15:07:04 -05:00
sdm660-xiaomi-lavender.dts arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
sdm660.dtsi arm64: dts: qcom: adjust whitespace around '=' 2022-07-02 21:50:11 -05:00
sdm845-cheza-r1.dts arm64: dts: qcom: sdm845-cheza: add initial cheza dt 2019-06-25 13:33:15 -05:00
sdm845-cheza-r2.dts arm64: dts: qcom: sdm845-cheza: add initial cheza dt 2019-06-25 13:33:15 -05:00
sdm845-cheza-r3.dts arm64: dts: qcom: sdm845-cheza: add initial cheza dt 2019-06-25 13:33:15 -05:00
sdm845-cheza.dtsi arm64: dts: qcom: sdm845: Switch PSCI cpu idle states from PC to OSI 2022-07-06 21:30:09 -05:00
sdm845-db845c.dts arm64: dts: qcom: use GPIO flags for tlmm 2022-08-29 17:18:23 -05:00
sdm845-lg-common.dtsi arm64: dts: qcom: add device tree for LG G7 and LG V35 2022-07-06 21:30:09 -05:00
sdm845-lg-judyln.dts arm64: dts: qcom: add device tree for LG G7 and LG V35 2022-07-06 21:30:09 -05:00
sdm845-lg-judyp.dts arm64: dts: qcom: add device tree for LG G7 and LG V35 2022-07-06 21:30:09 -05:00
sdm845-mtp.dts arm64: dts: qcom: sdm845-mtp: correct ADC settle time 2022-08-29 21:59:34 -05:00
sdm845-oneplus-common.dtsi arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
sdm845-oneplus-enchilada.dts arm64: dts: qcom: sdm845-oneplus-*: add fuel gauge 2022-01-31 18:30:54 -06:00
sdm845-oneplus-fajita.dts arm64: dts: qcom: sdm845-oneplus-*: add fuel gauge 2022-01-31 18:30:54 -06:00
sdm845-shift-axolotl.dts arm64: dts: qcom: sdm845-shift-axolotl: Enable pmi9889 LPG LED 2022-07-06 21:30:04 -05:00
sdm845-sony-xperia-tama-akari.dts arm64: dts: qcom: Add support for SONY Xperia XZ2 / XZ2C / XZ3 (Tama platform) 2021-11-20 16:24:57 -06:00
sdm845-sony-xperia-tama-akatsuki.dts arm64: dts: qcom: sdm845-akatsuki: Round down l22a regulator voltage 2022-06-27 16:35:44 -05:00
sdm845-sony-xperia-tama-apollo.dts arm64: dts: qcom: Add support for SONY Xperia XZ2 / XZ2C / XZ3 (Tama platform) 2021-11-20 16:24:57 -06:00
sdm845-sony-xperia-tama.dtsi arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
sdm845-xiaomi-beryllium.dts arm64: dts: qcom: use GPIO flags for tlmm 2022-08-29 17:18:23 -05:00
sdm845-xiaomi-polaris.dts arm64: dts: qcom: align PMIC GPIO pin configuration with DT schema 2022-08-29 21:59:34 -05:00
sdm845.dtsi arm64: dts: qcom: fix syscon node names 2022-09-05 21:52:32 -05:00
sdm850-lenovo-yoga-c630.dts arm64: dts: qcom: use GPIO flags for tlmm 2022-08-29 17:18:23 -05:00
sdm850-samsung-w737.dts arm64: dts: qcom: use GPIO flags for tlmm 2022-08-29 17:18:23 -05:00
sdm850.dtsi arm64: dts: sdm850: Remove unnecessary turbo-mode 2022-07-18 18:10:52 -05:00
sm6125-sony-xperia-seine-pdx201.dts arm64: dts: qcom: sm6125: align TLMM pin configuration with DT schema 2022-09-13 14:47:17 -05:00
sm6125.dtsi arm64: dts: qcom: sm6125: align TLMM pin configuration with DT schema 2022-09-13 14:47:17 -05:00
sm6350-sony-xperia-lena-pdx213.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
sm6350.dtsi arm64: dts: qcom: sm6350: align TLMM pin configuration with DT schema 2022-09-13 14:47:17 -05:00
sm7225-fairphone-fp4.dts arm64: dts: qcom: sm7225-fairphone-fp4: Add pm7250b PMIC 2022-09-06 09:54:49 -05:00
sm7225.dtsi arm64: dts: qcom: Add SM7225 device tree 2021-10-23 22:07:08 -05:00
sm8150-hdk.dts arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
sm8150-microsoft-surface-duo.dts arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
sm8150-mtp.dts arm64: dts: qcom: Drop max-microamp and vddp-ref-clk properties from QMP PHY 2021-10-24 13:04:03 -05:00
sm8150-sony-xperia-kumano-bahamut.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
sm8150-sony-xperia-kumano-griffin.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
sm8150-sony-xperia-kumano.dtsi arm64: dts: qcom: sm8150: Add support for SONY Xperia 1 / 5 (Kumano platform) 2021-06-15 18:59:11 -05:00
sm8150.dtsi ARM: devicetree updates for 6.1 2022-10-06 11:13:04 -07:00
sm8250-hdk.dts arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
sm8250-mtp.dts arm64: dts: qcom: use GPIO flags for tlmm 2022-08-29 17:18:23 -05:00
sm8250-sony-xperia-edo-pdx203.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
sm8250-sony-xperia-edo-pdx206.dts arm64: dts: qcom: add 'chassis-type' property 2021-10-16 16:55:21 -05:00
sm8250-sony-xperia-edo.dtsi arm64: dts: qcom: align gpio-key node names with dtschema 2022-07-02 21:50:11 -05:00
sm8250.dtsi arm64: dts: qcom: sm8250: provide additional MSI interrupts 2022-09-13 22:09:24 -05:00
sm8350-hdk.dts arm64: dts: qcom: sm8350-hdk: Enable &gpi_dma1 2022-04-19 12:53:51 -05:00
sm8350-microsoft-surface-duo2.dts arm64: dts: qcom: Remove unused 'vdda-max-microamp' & 'vdda-pll-max-microamp' properties 2022-07-02 22:17:09 -05:00
sm8350-mtp.dts arm64: dts: qcom: *8350* Consolidate PON/RESIN usage 2021-11-20 16:24:58 -06:00
sm8350-sony-xperia-sagami-pdx214.dts arm64: dts: qcom: Add support for Xperia 1 III / 5 III 2021-11-20 16:24:58 -06:00
sm8350-sony-xperia-sagami-pdx215.dts arm64: dts: qcom: Add support for Xperia 1 III / 5 III 2021-11-20 16:24:58 -06:00
sm8350-sony-xperia-sagami.dtsi arm64: dts: qcom: sm8350: align TLMM pin configuration with DT schema 2022-09-13 14:47:17 -05:00
sm8350.dtsi ARM: devicetree updates for 6.1 2022-10-06 11:13:04 -07:00
sm8450-hdk.dts arm64: dts: qcom: Remove unused 'vdda-max-microamp' & 'vdda-pll-max-microamp' properties 2022-07-02 22:17:09 -05:00
sm8450-qrd.dts arm64: dts: qcom: Remove unused 'vdda-max-microamp' & 'vdda-pll-max-microamp' properties 2022-07-02 22:17:09 -05:00
sm8450-sony-xperia-nagara-pdx223.dts arm64: dts: qcom: sm8450: align TLMM pin configuration with DT schema 2022-09-13 14:47:17 -05:00
sm8450.dtsi arm64: dts: qcom: sm8450: fix UFS PHY serdes size 2022-09-15 13:45:43 -05:00