linux/arch/arm64/boot/dts/qcom
Linus Torvalds e65f4718a5 soc: dt changes for 7.1
A number of SoC platforms are adding modernized variants of their
 already supported chips time, with a total of 12 new SoCs,
 and two older SoC getting removed:
 
  - Qualcomm Glymur is a compute SoC using 18 Oryon-2 CPU cores
  - Qualcomm Mahua is a variant of Glymur with only 12 CPU cores, but
    largely identical.
  - Qualcomm Eliza is an embeded platform for mobile phone (SM7750) and IOT
    (QC7790S/M) workloads
  - Qualcomm IPQ5210 is a wireless networking SoC using Cortex-A53 cores
  - Qualcomm apq8084 and ipq806x had only rudimentary support but no
    actual products using them, so they are now gone.
  - Axis ARTPEC-9 is a follow-up to the ARTPEC-8 embedded SoC, using
    the Samsung SoC platform but now with Cortex-A55 cores
  - ARM Zena is a virtual platform in FVP using Cortex-A720AE cores, with
    additional versions planned to be merged in the future.
  - ARM corstone-1000-a320 is a reference platform for IOT, using low-end
    Cortex-A320 cores
  - Microchip LAN9691 is an updated 64-bit variant of the arm32 lan966x
    series of networking SoCs
  - Microchip PIC64GX is an embedded RISC-V chip using SIFIVE U54 CPU cores
  - Rockchip RV1103B is the low-end 32-bit single-core vision processor
  - Renesas RZ/G3L (r9a08g046) is an industrial embedded chip using
    Cortex-A55 cores, similar to the G3E and G3S variants we already
    supported.
  - NXP S32N79 is an automotive SoC using Cortex-A78AE cores, a
    significant upgrade from the older S32V and S32G series
 
 These all come with at least one reference board or an initial product
 using these, in total there are 67 newly added boards. The ones for
 already supported SoCs are:
 
  - Two more Aspeed BMC based boards
  - Three older tablets based on 32-bit OMAP4 and Exynos5 SoCs
  - One Set-top-box based on Allwinner H6
  - 22 additional industrial/embedded boards using 64-bit NXP i.MX8M
    or i.MX9 SoCs
  - 20 Qualcomm SoC based machines across all possible markets:
    workstation, gaming, laptop, phone, networking, reference, ...
  - Three more Rockchips rk35xx based boards
  - Four variants of the Toradex Verdin using TI AM62
 
 Other notable bits are:
 
  - A cleanup for the 32-bit Tegra paz00 board moved the last
    board specific code on Tegra into equivalent dts syntax.
  - There continues to be a significant number of fixes for static
    checking of dtc syntax, but it feels like this is slowing down,
    hopefully getting into a state where most known issues are
    addressed
  - Additional hardware support for many existing boards across SoC
    families, notably Qualcomm, Broadcom, i.MX2, i.MX6, Rockchips,
    STM32, Mediatek, Tegra, TI and Microchip
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmnhBREACgkQmmx57+YA
 GNnKqQ//bvEidvJXnGbZQkHzh/6rF8lX7EhbEx4RUgp9R1h5Q9/74a70lAHFq3Lm
 OC/CbcXVRwM3ASsKhTk0Q7ypncXgy5JxEiPVROqGCNW2vP1SMzcwyWM/Zg4QCL+h
 4/ER2gjIwdrS/pcVspCJ5wyvuo9WC4VR3I0CLC84j4f+Myj9vhVV80KOrnsCJFNU
 iVRBwZmoISOJIjT2RcgDaus65e/Ys39aBP7j4GJ9D0ksQiacJR23Ktw4z5lDW/N0
 9VZxowNAKwazaPrdbKdO5Jmebl/WWaO1LGWA43v5LJo3IvDZj28af0Ewsk7FSIOo
 GcdxyWFvN8I5N7cxfPNsXawKVlEiI6lqycoPEqTk87hed3BGR0G57NCD5EShnUAG
 7YjQwN5sA04dQbGPCkBM4QZRK9aq1f44YPWCFdZokaPdmSzt01GaASEcm5tMAZf7
 eDvgPsZmB+lgbJiLh66Rxo94SrLwN6SXnsOpfiouDOSLsYOZ7Xqo2ljuA+j6JndN
 rxKa6qfMwKw0FoNFr2MKde659utUfbt50bCqwdRAwSFFUhO/x38w5DafdB0BFyry
 /lXU/ocpO6YImiS62kbdo9v/v+WUr/SlRL2f8Vq5IsLmYfn5grhHGmJwS57WrrH7
 ZVQdi6PWIUrUyb08WOQZ0XvmCIYN7VUzUQjI3tD1VM1B6ksAsTQ=
 =5Dwm
 -----END PGP SIGNATURE-----

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

Pull SoC devicetree updates from Arnd Bergmann:
 "A number of SoC platforms are adding modernized variants of their
  already supported chips time, with a total of 12 new SoCs, and two
  older SoC getting removed:

   - Qualcomm Glymur is a compute SoC using 18 Oryon-2 CPU cores
   - Qualcomm Mahua is a variant of Glymur with only 12 CPU cores, but
     largely identical.
   - Qualcomm Eliza is an embeded platform for mobile phone (SM7750) and
     IOT (QC7790S/M) workloads
   - Qualcomm IPQ5210 is a wireless networking SoC using Cortex-A53
     cores
   - Qualcomm apq8084 and ipq806x had only rudimentary support but no
     actual products using them, so they are now gone.
   - Axis ARTPEC-9 is a follow-up to the ARTPEC-8 embedded SoC, using
     the Samsung SoC platform but now with Cortex-A55 cores
   - ARM Zena is a virtual platform in FVP using Cortex-A720AE cores,
     with additional versions planned to be merged in the future.
   - ARM corstone-1000-a320 is a reference platform for IOT, using
     low-end Cortex-A320 cores
   - Microchip LAN9691 is an updated 64-bit variant of the arm32 lan966x
     series of networking SoCs
   - Microchip PIC64GX is an embedded RISC-V chip using SIFIVE U54 CPU
     cores
   - Rockchip RV1103B is the low-end 32-bit single-core vision processor
   - Renesas RZ/G3L (r9a08g046) is an industrial embedded chip using
     Cortex-A55 cores, similar to the G3E and G3S variants we already
     supported.
   - NXP S32N79 is an automotive SoC using Cortex-A78AE cores, a
     significant upgrade from the older S32V and S32G series

  These all come with at least one reference board or an initial product
  using these, in total there are 67 newly added boards. The ones for
  already supported SoCs are:

   - Two more Aspeed BMC based boards
   - Three older tablets based on 32-bit OMAP4 and Exynos5 SoCs
   - One Set-top-box based on Allwinner H6
   - 22 additional industrial/embedded boards using 64-bit NXP i.MX8M or
     i.MX9 SoCs
   - 20 Qualcomm SoC based machines across all possible markets:
     workstation, gaming, laptop, phone, networking, reference, ...
   - Three more Rockchips rk35xx based boards
   - Four variants of the Toradex Verdin using TI AM62

  Other notable bits are:

   - A cleanup for the 32-bit Tegra paz00 board moved the last board
     specific code on Tegra into equivalent dts syntax.
   - There continues to be a significant number of fixes for static
     checking of dtc syntax, but it feels like this is slowing down,
     hopefully getting into a state where most known issues are
     addressed
   - Additional hardware support for many existing boards across SoC
     families, notably Qualcomm, Broadcom, i.MX2, i.MX6, Rockchips,
     STM32, Mediatek, Tegra, TI and Microchip"

* tag 'soc-dt-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (841 commits)
  arm64: dts: ti: k3: Use memory-region-names for r5f
  ARM: dts: imx: Add DT overlays for DH i.MX6 DHCOM SoM and boards
  ARM: dts: imx6sx: remove fallback compatible string fsl,imx28-lcdif
  ARM: dts: imx25: rename node name tcq to touchscreen
  ARM: dts: imx: b850v3: Disable unused usdhc4
  ARM: dts: imx: b850v3: Define GPIO line names
  ARM: dts: imx: b850v3: Use alphabetical sorting
  ARM: dts: imx: bx50v3: Configure phy-mode to eliminate a warning
  ARM: dts: imx: bx50v3: Configure switch PHY max-speed to 100Mbps
  ARM: dts: imx7ulp: Add CPU clock and OPP table support
  ARM: dts: imx7-mba7: Deassert BOOT_EN after boot
  ARM: dts: tqma7: add boot phase properties
  ARM: dts: imx7s: add boot phase properties
  ARM: dts: tqma6ul[l]: correct spelling of TQ-Systems
  ARM: dts: mba6ulx: add boot phase properties
  ARM: dts: imx6ul[l]-tqma6ul[l]: add boot phase properties
  ARM: dts: imx6ul/imx6ull: add boot phase properties
  ARM: dts: imx6qdl-mba6: add boot phase properties
  ARM: dts: imx6qdl-tqma6: add boot phase properties
  ARM: dts: imx6qdl: add boot phase properties
  ...
2026-04-16 20:28:48 -07:00
..
agatti.dtsi soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
apq8016-sbc-d3-camera-mezzanine.dtso arm64: dts: qcom: apq8016-sbc-d3-camera: Convert to DT overlay 2025-06-17 21:41:14 -05:00
apq8016-sbc-usb-host.dtso
apq8016-sbc.dts arm64: dts: qcom: apq8016-sbc: Drop redundant HDMI bridge status 2025-09-16 14:37:28 -05:00
apq8016-schneider-hmibsc.dts arm64: dts: qcom: msm8916: Drop generic UART pinctrl templates 2025-05-06 22:38:21 -07:00
apq8039-t2.dts arm64: dts: qcom: msm8939: Drop generic UART pinctrl templates 2025-05-06 22:38:21 -07:00
apq8094-sony-xperia-kitakami-karin_windy.dts
apq8096-db820c.dts arm64: dts: qcom: add apq8096sg-db820c, AP8096SG variant of DB820c 2026-02-24 21:26:57 -06:00
apq8096-db820c.dtsi arm64: dts: qcom: add apq8096sg-db820c, AP8096SG variant of DB820c 2026-02-24 21:26:57 -06:00
apq8096-ifc6640.dts
apq8096sg-db820c.dts arm64: dts: qcom: add apq8096sg-db820c, AP8096SG variant of DB820c 2026-02-24 21:26:57 -06:00
eliza-mtp.dts arm64: dts: qcom: eliza: Enable Eliza MTP board support 2026-03-26 09:40:37 -05:00
eliza.dtsi arm64: dts: qcom: eliza: Add thermal sensors 2026-03-30 08:43:42 -05:00
glymur-crd.dts arm64: dts: qcom: glymur-crd: Enable DisplayPort support 2026-04-01 09:40:16 -05:00
glymur-crd.dtsi arm64: dts: qcom: glymur-crd: Enable WLAN and Bluetooth 2026-03-26 09:40:58 -05:00
glymur-ipcc.h arm64: dts: qcom: glymur: Add header file for IPCC physical client IDs 2025-12-17 20:50:21 -06:00
glymur.dtsi arm64: dts: qcom: patch mahua thermal zones by label 2026-03-26 09:40:58 -05:00
hamoa-iot-evk.dts arm64: dts: qcom: hamoa-evk: Add DP0/DP1 audio playback support 2026-03-26 10:21:13 -05:00
hamoa-iot-som.dtsi arm64: dts: qcom: hamoa/purwa: Flatten usb controller nodes 2026-03-26 09:40:49 -05:00
hamoa-lenovo-ideacentre-mini-01q8x10.dts arm64: dts: qcom: Add the Lenovo IdeaCentre Mini X 2026-04-02 16:08:54 -05:00
hamoa-pmics.dtsi arm64: dts: qcom: x1e80100-crd: Add charge limit nvmem 2025-10-27 22:45:39 -05:00
hamoa.dtsi soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
ipq5018-rdp432-c2.dts arm64: dts: qcom: Update IPQ5018 xo_board_clk to use fixed factor clock 2025-08-11 16:44:56 -05:00
ipq5018-tplink-archer-ax55-v1.dts arm64: dts: qcom: Update IPQ5018 xo_board_clk to use fixed factor clock 2025-08-11 16:44:56 -05:00
ipq5018.dtsi arm64: dts: qcom: ipq5018: Correct USB DWC3 wrapper interrupts 2026-01-09 13:01:09 -06:00
ipq5210-rdp504.dts arm64: dts: qcom: add IPQ5210 SoC and rdp504 board support 2026-03-26 09:40:57 -05:00
ipq5210.dtsi arm64: dts: qcom: add IPQ5210 SoC and rdp504 board support 2026-03-26 09:40:57 -05:00
ipq5332-rdp-common.dtsi arm64: dts: qcom: pq5332-rdp-common: Enable QPIC SPI NAND support 2026-03-26 09:40:55 -05:00
ipq5332-rdp441.dts arm64: dts: qcom: ipq5332-rdp441: Enable PCIe phys and controllers 2025-05-19 15:33:49 -05:00
ipq5332-rdp442.dts arm64: dts: qcom: pq5332-rdp-common: Enable QPIC SPI NAND support 2026-03-26 09:40:55 -05:00
ipq5332-rdp468.dts
ipq5332-rdp474.dts
ipq5332.dtsi arm64: dts: qcom: ipq5332: Add QPIC SPI NAND controller support 2026-03-26 09:40:54 -05:00
ipq5424-rdp466.dts arm64: dts: qcom: ipq5424-rdp466: Enable QPIC SPI NAND support 2026-03-26 09:40:55 -05:00
ipq5424.dtsi arm64: dts: qcom: ipq5424: Add QPIC SPI NAND controller support 2026-03-26 09:40:54 -05:00
ipq6018-cp01-c1.dts arm64: dts: qcom: ipq6018: move mp5496 regulator out of soc dtsi 2025-02-23 22:48:33 -06:00
ipq6018-mp5496.dtsi arm64: dts: qcom: ipq6018: add LDOA2 regulator 2025-02-23 22:48:33 -06:00
ipq6018.dtsi arm64: dts: qcom: Use GIC_SPI for interrupt-map for readability 2025-08-23 21:37:16 -05:00
ipq8074-hk01.dts
ipq8074-hk10-c1.dts
ipq8074-hk10-c2.dts
ipq8074-hk10.dtsi
ipq8074.dtsi arm64: dts: qcom: Use GIC_SPI for interrupt-map for readability 2025-08-23 21:37:16 -05:00
ipq9574-rdp-common.dtsi arm64: dts: qcom: ipq9574: Add details for eMMC 2026-03-18 07:12:20 -05:00
ipq9574-rdp418-emmc.dts arm64: dts: qcom: ipq9574: Enable eMMC variant 2026-03-18 07:12:20 -05:00
ipq9574-rdp418.dts arm64: dts: qcom: ipq9574: Add details for eMMC 2026-03-18 07:12:20 -05:00
ipq9574-rdp433-common.dtsi arm64: dts: qcom: ipq9574-rdp433: Reorganize DTS to introduce eMMC support 2026-03-18 07:12:20 -05:00
ipq9574-rdp433-emmc.dts arm64: dts: qcom: ipq9574: Enable eMMC variant 2026-03-18 07:12:20 -05:00
ipq9574-rdp433.dts arm64: dts: qcom: ipq9574-rdp433: Reorganize DTS to introduce eMMC support 2026-03-18 07:12:20 -05:00
ipq9574-rdp449.dts arm64: dts: qcom: ipq9574: Add details for eMMC 2026-03-18 07:12:20 -05:00
ipq9574-rdp453.dts arm64: dts: qcom: ipq9574: Add details for eMMC 2026-03-18 07:12:20 -05:00
ipq9574-rdp454.dts arm64: dts: qcom: ipq9574: Add details for eMMC 2026-03-18 07:12:20 -05:00
ipq9574.dtsi arm64: dts: qcom: ipq9574: Add details for eMMC 2026-03-18 07:12:20 -05:00
kaanapali-ipcc.h arm64: dts: qcom: kaanapali: Add header file for IPCC physical client IDs 2025-12-17 20:50:10 -06:00
kaanapali-mtp.dts arm64: dts: qcom: kaanapali-mtp: Enable display DSI devices 2026-03-26 09:40:46 -05:00
kaanapali-qrd.dts arm64: dts: qcom: kaanapali-qrd: Add PMIC support 2026-03-26 09:40:46 -05:00
kaanapali.dtsi arm64: dts: qcom: kaanapali: Duplicate whitespace cleanup 2026-03-30 08:23:54 -05:00
kodiak.dtsi arm64: dts: qcom: qcm6490-fairphone-fp5: Add front camera support 2026-03-30 09:00:18 -05:00
lemans-auto.dtsi arm64: dts: qcom: lemans: Update memory-map for IoT platforms 2025-08-10 21:01:15 -05:00
lemans-el2.dtso arm64: dts: qcom: lemans: disable zap-shader for EL2 configuration 2026-03-04 13:43:50 -06:00
lemans-evk-camera-csi1-imx577.dtso arm64: dts: qcom: lemans-evk: Add IMX577-based camera overlay 2025-09-16 11:56:56 -05:00
lemans-evk-camera.dtso arm64: dts: qcom: lemans-evk-camera: Add DT overlay 2025-10-27 09:58:20 -05:00
lemans-evk-ifp-mezzanine.dtso arm64: dts: qcom: lemans-evk: Add IFP Mezzanine 2026-03-26 09:40:52 -05:00
lemans-evk.dts arm64: dts: qcom: lemans-evk: enable UART0 for robot expansion board 2026-03-30 08:31:45 -05:00
lemans-pmics.dtsi arm64: dts: qcom: lemans-pmics: enable rtc 2025-10-27 12:27:01 -05:00
lemans-ride-common.dtsi arm64: dts: qcom: lemans-ride: Drop redundant non-controllable supplies 2026-03-26 09:40:56 -05:00
lemans-ride-ethernet-88ea1512.dtsi arm64: dts: qcom: lemans: Separate out ethernet card for ride & ride-r3 2025-08-10 21:01:15 -05:00
lemans-ride-ethernet-aqr115c.dtsi arm64: dts: qcom: lemans: Separate out ethernet card for ride & ride-r3 2025-08-10 21:01:15 -05:00
lemans.dtsi arm64: dts: qcom: Drop CPU masks from GICv3 PPI interrupts 2026-03-26 09:40:59 -05:00
mahua-crd.dts arm64: dts: qcom: Add Mahua SoC and CRD 2026-03-26 09:40:36 -05:00
mahua.dtsi arm64: dts: qcom: patch mahua thermal zones by label 2026-03-26 09:40:58 -05:00
Makefile arm64: dts: qcom: Add the Lenovo IdeaCentre Mini X 2026-04-02 16:08:54 -05:00
milos-fairphone-fp6.dts arm64: dts: qcom: milos-fairphone-fp6: Add camera EEPROMs on CCI busses 2026-03-30 08:59:19 -05:00
milos.dtsi arm64: dts: qcom: milos: Add CCI busses 2026-03-30 08:59:19 -05:00
monaco-arduino-monza.dts arm64: dts: qcom: Add Arduino Monza (VENTUNO Q) board support 2026-03-26 09:40:43 -05:00
monaco-el2.dtso arm64: dts: qcom: monaco: Add EL2 overlay 2026-03-04 13:43:50 -06:00
monaco-evk-camera-imx577.dtso arm64: dts: qcom: monaco-evk-camera: Add DT overlay 2026-03-26 09:40:34 -05:00
monaco-evk-ifp-mezzanine.dtso arm64: dts: qcom: monaco-evk: Add IFP Mezzanine 2026-03-26 09:40:52 -05:00
monaco-evk.dts arm64: dts: qcom: monaco-evk: enable UART6 for robot expansion board 2026-03-30 08:31:45 -05:00
monaco-monza-som.dtsi arm64: dts: qcom: Add Monaco Monza SoM 2026-03-26 09:40:43 -05:00
monaco-pmics.dtsi arm64: dts: qcom: qcs8300-pmics: Remove 'allow-set-time' property 2025-10-27 10:13:00 -05:00
monaco.dtsi soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
msm8216-samsung-fortuna3g.dts arm64: dts: qcom: msm8916-samsung-fortuna: Move SM5504 from rossa and refactor MUIC 2026-03-30 09:04:21 -05:00
msm8916-acer-a1-724.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-alcatel-idol347.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-asus-z00l.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-gplus-fl8005a.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-huawei-g7.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-lg-c50.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-lg-m216.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-longcheer-l8150.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-longcheer-l8910.dts arm64: dts: qcom: msm8916-longcheer-l8910: Add touchscreen 2025-10-27 10:48:31 -05:00
msm8916-modem-qdsp6.dtsi arm64: dts: qcom: msm8916-modem-qdsp6: Use q6asm defines for reg 2025-05-10 11:56:48 -05:00
msm8916-motorola-common.dtsi arm64: dts: qcom: msm8916-motorola: Use UART1 console pinctrl 2025-05-06 22:38:21 -07:00
msm8916-motorola-harpia.dts
msm8916-motorola-osprey.dts
msm8916-motorola-surnia.dts
msm8916-mtp.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-pm8916.dtsi
msm8916-samsung-a3u-eur.dts
msm8916-samsung-a5u-eur.dts
msm8916-samsung-a2015-common.dtsi arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-samsung-coreprimeltevzw.dts arm64: dts: qcom: msm8916-samsung-coreprimeltevzw: add device tree 2026-03-30 09:04:22 -05:00
msm8916-samsung-e5.dts
msm8916-samsung-e7.dts
msm8916-samsung-e2015-common.dtsi
msm8916-samsung-fortuna-common.dtsi arm64: dts: qcom: msm8916-samsung-fortuna: Move SM5504 from rossa and refactor MUIC 2026-03-30 09:04:21 -05:00
msm8916-samsung-gprimeltecan.dts arm64: dts: qcom: msm8916-samsung-fortuna: Move SM5504 from rossa and refactor MUIC 2026-03-30 09:04:21 -05:00
msm8916-samsung-grandmax.dts arm64: dts: qcom: msm8916-samsung-grandmax: Add touchscreen 2024-07-28 22:00:40 -05:00
msm8916-samsung-grandprimelte.dts arm64: dts: qcom: msm8916-samsung-fortuna: Move SM5504 from rossa and refactor MUIC 2026-03-30 09:04:21 -05:00
msm8916-samsung-gt5-common.dtsi arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-samsung-gt58.dts arm64: dts: qcom: msm8916-samsung-gt58: Enable the touchkeys 2024-08-14 21:57:18 -05:00
msm8916-samsung-gt510.dts
msm8916-samsung-j3-common.dtsi arm64: dts: qcom: msm8916-samsung-j3ltetw: Add initial device tree 2024-08-14 21:51:50 -05:00
msm8916-samsung-j3ltetw.dts arm64: dts: qcom: msm8916-samsung-j3ltetw: Add initial device tree 2024-08-14 21:51:50 -05:00
msm8916-samsung-j5-common.dtsi arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-samsung-j5.dts
msm8916-samsung-j5x.dts
msm8916-samsung-rossa-common.dtsi arm64: dts: qcom: msm8916-samsung-fortuna: Move SM5504 from rossa and refactor MUIC 2026-03-30 09:04:21 -05:00
msm8916-samsung-rossa.dts arm64: dts: qcom: msm8916-samsung-fortuna: Move SM5504 from rossa and refactor MUIC 2026-03-30 09:04:21 -05:00
msm8916-samsung-serranove.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-thwc-uf896.dts
msm8916-thwc-ufi001c.dts
msm8916-ufi.dtsi arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-wiko-chuppito.dts arm64: dts: qcom: msm8916-wiko-chuppito: add initial devicetree 2026-03-26 09:40:42 -05:00
msm8916-wingtech-wt865x8.dtsi arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-wingtech-wt86518.dts arm64: dts: qcom: minor whitespace cleanup 2024-10-05 22:18:59 -05:00
msm8916-wingtech-wt86528.dts arm64: dts: qcom: msm8916-wingtech-wt865x8: Add Lenovo A6000/A6010 2024-07-30 14:45:26 -05:00
msm8916-wingtech-wt88047.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8916-yiming-uz801v3.dts
msm8916.dtsi arm64: dts: qcom: switch to RPMPD_* indices 2026-01-21 13:15:40 -06:00
msm8917-xiaomi-riva.dts arm64: dts: qcom: Make a common base from Redmi 5A 2026-03-26 09:40:50 -05:00
msm8917-xiaomi-rolex.dts arm64: dts: qcom: Add Redmi 4A 2026-03-26 09:40:51 -05:00
msm8917-xiaomi-tiare.dts arm64: dts: qcom: Add Redmi Go 2026-03-26 09:40:51 -05:00
msm8917-xiaomi-wingtech.dtsi arm64: dts: qcom: msm8917-xiaomi-wingtech: Add goodix touch 2026-03-26 09:40:51 -05:00
msm8917.dtsi arm64: dts: qcom: switch to RPMPD_* indices 2026-01-21 13:15:40 -06:00
msm8929-pm8916.dtsi arm64: dts: qcom: msm8939-wingtech-wt82918: Add Lenovo Vibe K5 devices 2024-07-30 14:45:26 -05:00
msm8929-wingtech-wt82918hd.dts arm64: dts: qcom: msm8939-wingtech-wt82918: Add Lenovo Vibe K5 devices 2024-07-30 14:45:26 -05:00
msm8929.dtsi arm64: dts: qcom: msm8939-wingtech-wt82918: Add Lenovo Vibe K5 devices 2024-07-30 14:45:26 -05:00
msm8937-xiaomi-land.dts arm64: dts: qcom: msm8937-xiaomi-land: correct wled ovp value 2026-03-18 07:07:26 -05:00
msm8937.dtsi arm64: dts: qcom: switch to RPMPD_* indices 2026-01-21 13:15:40 -06:00
msm8939-asus-z00t.dts arm64: dts: qcom: msm8939-asus-z00t: add regulators for ambient light and proximity sensor 2026-03-30 08:26:41 -05:00
msm8939-huawei-kiwi.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8939-longcheer-l9100.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8939-pm8916.dtsi arm64: dts: qcom: msm8939: Add camss and cci 2026-01-05 09:54:13 -06:00
msm8939-samsung-a7.dts arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8939-sony-xperia-kanuti-tulip.dts
msm8939-wingtech-wt82918.dts arm64: dts: qcom: msm8939-wingtech-wt82918: Add Lenovo Vibe K5 devices 2024-07-30 14:45:26 -05:00
msm8939-wingtech-wt82918.dtsi arm64: dts: qcom: msm8919/39: Use UART2 console pinctrl where appropriate 2025-05-06 22:38:21 -07:00
msm8939-wingtech-wt82918hd.dts arm64: dts: qcom: msm8939-wingtech-wt82918: Add Lenovo Vibe K5 devices 2024-07-30 14:45:26 -05:00
msm8939.dtsi arm64: dts: qcom: msm8939: Add camss and cci 2026-01-05 09:54:13 -06:00
msm8953-flipkart-rimob.dts arm64: dts: qcom: msm8953: Add device tree for Billion Capture+ 2025-09-01 13:03:34 -05:00
msm8953-motorola-potter.dts
msm8953-xiaomi-daisy.dts arm64: dts: qcom: msm8953-xiaomi-daisy: fix backlight 2026-03-18 07:07:26 -05:00
msm8953-xiaomi-mido.dts
msm8953-xiaomi-tissot.dts
msm8953-xiaomi-vince.dts arm64: dts: qcom: msm8953-xiaomi-vince: correct wled ovp value 2026-03-18 07:07:25 -05:00
msm8953.dtsi arm64: dts: qcom: msm8953: Add CCI nodes 2026-01-19 13:24:20 -06:00
msm8956-sony-xperia-loire-kugo.dts
msm8956-sony-xperia-loire-suzu.dts
msm8956-sony-xperia-loire.dtsi
msm8956.dtsi
msm8976-longcheer-l9360.dts arm64: dts: qcom: msm8976-longcheer-l9360: Add touch keys 2025-09-01 13:03:31 -05:00
msm8976.dtsi arm64: dts: qcom: switch to RPMPD_* indices 2026-01-21 13:15:40 -06:00
msm8992-lg-bullhead-rev-10.dts
msm8992-lg-bullhead-rev-101.dts
msm8992-lg-bullhead.dtsi arm64: dts: qcom: Use lowercase hex 2026-01-03 11:26:31 -06:00
msm8992-lg-h815.dts arm64: dts: qcom: msm8992-lg-h815: Fix CPU node "enable-method" property dependencies 2025-04-14 21:35:20 -05:00
msm8992-msft-lumia-octagon-talkman.dts
msm8992-xiaomi-libra.dts arm64: dts: qcom: msm8992-libra: drop unused regulators labels 2024-10-22 19:07:00 -05:00
msm8992.dtsi arm64: dts: qcom: msm: change labels to lower-case 2024-10-22 19:07:00 -05:00
msm8994-huawei-angler-rev-101.dts arm64: dts: qcom: Use lowercase hex 2026-01-03 11:26:31 -06:00
msm8994-msft-lumia-octagon-cityman.dts
msm8994-msft-lumia-octagon.dtsi arm64: dts: qcom: msm8994-octagon: Fix Analog Devices vendor prefix of AD7147 2026-01-05 10:30:16 -06:00
msm8994-sony-xperia-kitakami-ivy.dts
msm8994-sony-xperia-kitakami-karin.dts
msm8994-sony-xperia-kitakami-satsuki.dts
msm8994-sony-xperia-kitakami-sumire.dts
msm8994-sony-xperia-kitakami-suzuran.dts
msm8994-sony-xperia-kitakami.dtsi
msm8994.dtsi arm64: dts: qcom: msm8994: correct sleep clock frequency 2024-12-26 21:51:09 -06:00
msm8996-mtp.dts
msm8996-oneplus-common.dtsi arm64: dts: qcom: msm8996: Drop redundant VSYNC pin state 2026-03-26 09:40:55 -05:00
msm8996-oneplus3.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
msm8996-oneplus3t.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
msm8996-sony-xperia-tone-dora.dts
msm8996-sony-xperia-tone-kagura.dts
msm8996-sony-xperia-tone-keyaki.dts
msm8996-sony-xperia-tone.dtsi
msm8996-xiaomi-common.dtsi arm64: dts: qcom: msm8996: Drop redundant VSYNC pin state 2026-03-26 09:40:55 -05:00
msm8996-xiaomi-gemini.dts arm64: dts: qcom: msm8996: Drop redundant VSYNC pin state 2026-03-26 09:40:55 -05:00
msm8996.dtsi arm64: dts: qcom: msm8996: fix indentation in sdhc2 node 2026-03-30 08:32:08 -05:00
msm8996pro-xiaomi-natrium.dts arm64: dts: qcom: msm8996: Drop redundant VSYNC pin state 2026-03-26 09:40:55 -05:00
msm8996pro-xiaomi-scorpio.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
msm8996pro.dtsi
msm8998-asus-novago-tp370ql.dts
msm8998-clamshell.dtsi arm64: dts: qcom: msm8998-clamshell: enable resin/VolDown 2024-10-29 10:11:16 -05:00
msm8998-fxtec-pro1.dts arm64: dts: qcom: msm8998-fxtec: Add QUSB2PHY VDD supply 2025-05-19 15:33:49 -05:00
msm8998-hp-envy-x2.dts
msm8998-lenovo-miix-630.dts arm64: dts: qcom: msm8998-lenovo-miix-630: add Venus node 2025-05-14 20:59:44 +01:00
msm8998-mtp.dts arm64: dts: qcom: msm8998-mtp: Add QUSB2PHY VDD supply 2025-05-19 15:33:49 -05:00
msm8998-oneplus-cheeseburger.dts
msm8998-oneplus-common.dtsi
msm8998-oneplus-dumpling.dts
msm8998-sony-xperia-yoshino-lilac.dts
msm8998-sony-xperia-yoshino-maple.dts
msm8998-sony-xperia-yoshino-poplar.dts
msm8998-sony-xperia-yoshino.dtsi arm64: dts: qcom: msm8998-yoshino: Add QUSB2PHY VDD supply 2025-05-19 15:33:49 -05:00
msm8998-xiaomi-sagit.dts arm64: dts: qcom: msm8998: Drop redundant VSYNC pin state 2026-03-26 09:40:55 -05:00
msm8998.dtsi arm64: dts: qcom: switch to RPMPD_* indices 2026-01-21 13:15:40 -06:00
pm660.dtsi
pm660l.dtsi arm64: dts: qcom: pm660l: add flash leds 2024-12-25 23:28:33 -06:00
pm4125.dtsi
pm6125.dtsi arm64: dts: qcom: pm6125: Enable RTC by default 2026-03-26 09:40:35 -05:00
pm6150.dtsi arm64: dts: qcom: pm6150: Add vibrator 2024-07-06 13:06:24 -05:00
pm6150l.dtsi
pm6350.dtsi
pm7250b.dtsi
pm7325.dtsi
pm7550.dtsi arm64: dts: qcom: Add PM7550 PMIC 2026-01-05 16:31:39 -06:00
pm7550ba.dtsi
pm8004.dtsi
pm8005.dtsi
pm8009.dtsi
pm8010-kaanapali.dtsi arm64: dts: qcom: kaanapali: Add PMIC devices 2026-03-26 09:40:45 -05:00
pm8010.dtsi
pm8150.dtsi arm64: dts: qcom: move pon reboot-modes from pm8150.dtsi to board files 2024-12-26 15:14:47 -06:00
pm8150b.dtsi
pm8150l.dtsi
pm8350.dtsi
pm8350b.dtsi
pm8350c.dtsi
pm8450.dtsi
pm8550.dtsi
pm8550b.dtsi
pm8550ve.dtsi
pm8550vs.dtsi arm64: dts: qcom: pm8550vs: Disable different PMIC SIDs by default 2026-01-05 16:31:39 -06:00
pm8916.dtsi arm64: dts: qcom: pm8916: correct thermal zone name 2024-07-01 22:24:39 -05:00
pm8937.dtsi arm64: dts: qcom: pm8937: Add LPG PWM driver 2025-03-13 16:38:25 -05:00
pm8950.dtsi arm64: dts: qcom: pm8950: Add resin node 2024-07-31 22:00:33 -05:00
pm8953.dtsi
pm8994.dtsi
pm8998.dtsi
pmcx0102.dtsi arm64: dts: qcom: Add Mahua SoC and CRD 2026-03-26 09:40:36 -05:00
pmd8028-kaanapali.dtsi arm64: dts: qcom: kaanapali: Add PMIC devices 2026-03-26 09:40:45 -05:00
pmd8028.dtsi arm64: dts: qcom: Add PMD8028 PMIC 2025-01-06 10:42:54 -06:00
pmh0101.dtsi arm64: dts: qcom: Introduce Glymur base dtsi 2026-02-23 10:13:16 -06:00
pmh0104-glymur.dtsi arm64: dts: qcom: Add Mahua SoC and CRD 2026-03-26 09:40:36 -05:00
pmh0104-kaanapali.dtsi arm64: dts: qcom: kaanapali: Add PMIC devices 2026-03-26 09:40:45 -05:00
pmh0110-glymur.dtsi arm64: dts: qcom: Introduce Glymur base dtsi 2026-02-23 10:13:16 -06:00
pmh0110-kaanapali.dtsi arm64: dts: qcom: kaanapali: Add PMIC devices 2026-03-26 09:40:45 -05:00
pmi632.dtsi
pmi8950.dtsi arm64: dts: qcom: pmi8950: Fix VADC channel scaling factors 2025-10-17 15:39:21 -07:00
pmi8994.dtsi arm64: dts: qcom: pmi8994: Add label to wled node 2024-07-28 21:37:41 -05:00
pmi8996.dtsi
pmi8998.dtsi
pmih0108-kaanapali.dtsi arm64: dts: qcom: kaanapali: Add PMIC devices 2026-03-26 09:40:45 -05:00
pmih0108.dtsi arm64: dts: qcom: Add PMIH0108 PMIC 2025-01-06 10:42:54 -06:00
pmiv0104.dtsi arm64: dts: qcom: Add PMIV0104 PMIC 2026-01-05 16:31:39 -06:00
pmk8350.dtsi arm64: dts: qcom: pmk8350: Add more SDAM slices 2024-12-25 23:20:03 -06:00
pmk8550.dtsi arm64: dts: qcom: pmk8550: Add PWM controller 2026-03-18 07:13:08 -05:00
pmk8850.dtsi arm64: dts: qcom: Introduce Glymur base dtsi 2026-02-23 10:13:16 -06:00
pmm8155au_1.dtsi
pmm8155au_2.dtsi
pmp8074.dtsi
pmr735a.dtsi
pmr735b.dtsi
pmr735d_a.dtsi
pmr735d_b.dtsi
pmr735d-kaanapali.dtsi arm64: dts: qcom: kaanapali: Add PMIC devices 2026-03-26 09:40:45 -05:00
pms405.dtsi
pmx75.dtsi
purwa-iot-evk.dts arm64: dts: qcom: purwa-iot-evk: Enable UFS 2026-03-30 08:58:03 -05:00
purwa-iot-som.dtsi arm64: dts: qcom: hamoa/purwa: Flatten usb controller nodes 2026-03-26 09:40:49 -05:00
purwa.dtsi arm64: dts: qcom: purwa: deduplicate thermal sensors with Hamoa 2026-03-26 09:40:58 -05:00
qcm6490-fairphone-fp5.dts arm64: dts: qcom: qcm6490-fairphone-fp5: Add front camera support 2026-03-30 09:00:18 -05:00
qcm6490-idp.dts soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
qcm6490-particle-tachyon.dts arm64: dts: qcom: rename sc7280 to kodiak 2025-10-30 14:01:09 -05:00
qcm6490-shift-otter.dts arm64: dts: qcom: rename sc7280 to kodiak 2025-10-30 14:01:09 -05:00
qcs404-evb-1000.dts
qcs404-evb-4000.dts
qcs404-evb.dtsi
qcs404.dtsi arm64: dts: qcom: qcs404: Add default GIC address cells 2025-08-23 21:37:15 -05:00
qcs615-ride.dts arm64: dts: qcom: talos/qcs615-ride: Fix inconsistent USB PHY node naming 2026-04-02 16:02:11 -05:00
qcs6490-audioreach.dtsi arm64: dts: qcom: qcs6490-rb3gen2: Add WSA8830 speakers amplifier 2025-09-08 09:58:35 -05:00
qcs6490-radxa-dragon-q6a.dts arm64: dts: qcom: rename sc7280 to kodiak 2025-10-30 14:01:09 -05:00
qcs6490-rb3gen2-industrial-mezzanine.dtso arm64: dts: qcom: qcs6490-rb3gen2-industrial-mezzanine: Add second TC9563 PCIe switch node for PCIe1 2026-03-26 09:40:42 -05:00
qcs6490-rb3gen2-vision-mezzanine.dtso arm64: dts: qcom: qcs6490-rb3gen2-vision-mezzanine: Add vision mezzanine 2025-03-14 22:12:00 -05:00
qcs6490-rb3gen2.dts arm64: dts: qcom: qcs6490-rb3gen2: Enable uPD720201 and GL3590 2026-03-30 08:10:43 -05:00
qcs6490-thundercomm-minipc-g1iot.dts arm64: dts: qcom: qcs6490: Add Thundercomm AI Mini PC G1 IoT 2026-03-18 07:14:18 -05:00
qcs6490-thundercomm-rubikpi3.dts arm64: dts: qcom: qcs6490-rubikpi3: Use lt9611 DSI Port B 2026-03-04 13:04:12 -06:00
qcs8300-ride.dts arm64: dts: qcom: qcs8300-ride: Enable Bluetooth support 2026-03-26 09:40:35 -05:00
qcs8550-aim300-aiot.dts arm64: dts: qcom: aim300: add AIM300 AIoT 2024-06-21 00:55:39 -05:00
qcs8550-aim300.dtsi arm64: dts: qcom: pm8550vs: Disable different PMIC SIDs by default 2026-01-05 16:31:39 -06:00
qcs8550.dtsi arm64: dts: qcom: drop underscore in node names 2024-10-05 22:18:59 -05:00
qcs9100-ride-r3.dts arm64: dts: qcom: lemans: Fix dts inclusion for IoT boards and update memory map 2025-08-10 21:01:16 -05:00
qcs9100-ride.dts arm64: dts: qcom: lemans: Fix dts inclusion for IoT boards and update memory map 2025-08-10 21:01:16 -05:00
qdu1000-idp.dts arm64: dts: qcom: q[dr]u1000: move board clocks to qdu1000.dtsi file 2024-12-26 21:51:11 -06:00
qdu1000.dtsi arm64: dts: qcom: Drop CPU masks from GICv3 PPI interrupts 2026-03-26 09:40:59 -05:00
qrb2210-arduino-imola.dts arm64: dts: qcom: qrb2210-arduino-imola: describe DSI / DP bridge 2026-03-26 09:40:32 -05:00
qrb2210-rb1-vision-mezzanine.dtso arm64: dts: qcom: qrb2210-rb1: Add overlay for vision mezzanine 2026-01-08 15:33:28 -06:00
qrb2210-rb1.dts arm64: dts: qcom: qrb2210-rb1: Drop redundant non-controllable supplies 2026-03-26 09:40:56 -05:00
qrb4210-rb2.dts arm64: dts: qcom: qrb4210-rb2: Drop redundant non-controllable supplies 2026-03-26 09:40:56 -05:00
qrb5165-rb5-vision-mezzanine.dtso arm64: dts: qcom: qrb5165-rb5-vision-mezzanine: remove camcc status property 2025-06-17 08:29:58 -05:00
qrb5165-rb5.dts arm64: dts: qcom: qrb5165-rb5: Drop redundant non-controllable supplies 2026-03-26 09:40:56 -05:00
qru1000-idp.dts arm64: dts: qcom: q[dr]u1000: move board clocks to qdu1000.dtsi file 2024-12-26 21:51:11 -06:00
qru1000.dtsi
sa8155p-adp.dts arm64: dts: qcom: remove max-speed = 1G for RGMII for ethernet 2025-04-14 21:28:34 -05:00
sa8155p.dtsi arm64: dts: qcom: Add camera clock controller for sm8150 2024-07-31 21:59:41 -05:00
sa8295p-adp.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sa8540p-pmics.dtsi
sa8540p-ride.dts arm64: dts: qcom: remove max-speed = 1G for RGMII for ethernet 2025-04-14 21:28:34 -05:00
sa8540p.dtsi
sa8775p-ride-r3.dts arm64: dts: qcom: lemans: Rename sa8775p-pmics.dtsi to lemans-pmics.dtsi 2025-08-10 21:01:15 -05:00
sa8775p-ride.dts arm64: dts: qcom: lemans: Rename sa8775p-pmics.dtsi to lemans-pmics.dtsi 2025-08-10 21:01:15 -05:00
sar2130p-qar2130p.dts arm64: dts: qcom: sar2130p: add QAR2130P board file 2024-11-05 16:28:39 -08:00
sar2130p.dtsi arm64: dts: qcom: Add MST pixel streams for displayport 2025-09-19 21:29:29 -05:00
sc7180-acer-aspire1.dts arm64: dts: qcom: sc7180: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sc7180-ecs-liva-qc710.dts arm64: dts: qcom: Add support for ECS LIVA QC710 2026-03-04 13:39:32 -06:00
sc7180-el2.dtso arm64: dts: qcom: sc7180: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sc7180-firmware-tfa.dtsi arm64: dts: qcom: sc7180: change labels to lower-case 2024-10-22 19:07:00 -05:00
sc7180-idp.dts arm64: dts: qcom: sc7180: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sc7180-lite.dtsi
sc7180-trogdor-clamshell.dtsi
sc7180-trogdor-coachz-r1-lte.dts
sc7180-trogdor-coachz-r1.dts
sc7180-trogdor-coachz-r3-lte.dts
sc7180-trogdor-coachz-r3.dts
sc7180-trogdor-coachz.dtsi arm64: dts: qcom: sc7180: change labels to lower-case 2024-10-22 19:07:00 -05:00
sc7180-trogdor-detachable.dtsi
sc7180-trogdor-homestar-r2.dts
sc7180-trogdor-homestar-r3.dts
sc7180-trogdor-homestar-r4.dts
sc7180-trogdor-homestar.dtsi arm64: dts: qcom: sc7180: Switch to undeprecated qcom,calibration-variant 2025-03-03 22:37:03 -06:00
sc7180-trogdor-kingoftown.dts arm64: dts: qcom: sc7180: Switch to undeprecated qcom,calibration-variant 2025-03-03 22:37:03 -06:00
sc7180-trogdor-lazor-limozeen-nots-r4.dts
sc7180-trogdor-lazor-limozeen-nots-r5.dts
sc7180-trogdor-lazor-limozeen-nots-r9.dts
sc7180-trogdor-lazor-limozeen-nots-r10.dts
sc7180-trogdor-lazor-limozeen-r4.dts
sc7180-trogdor-lazor-limozeen-r9.dts
sc7180-trogdor-lazor-limozeen-r10.dts
sc7180-trogdor-lazor-r1-kb.dts arm64: dts: qcom: sc7180-trogdor: Disable pwmleds node where unused 2024-06-21 00:38:24 -05:00
sc7180-trogdor-lazor-r1-lte.dts arm64: dts: qcom: sc7180-trogdor: Disable pwmleds node where unused 2024-06-21 00:38:24 -05:00
sc7180-trogdor-lazor-r1.dts
sc7180-trogdor-lazor-r3-kb.dts arm64: dts: qcom: sc7180-trogdor: Disable pwmleds node where unused 2024-06-21 00:38:24 -05:00
sc7180-trogdor-lazor-r3-lte.dts arm64: dts: qcom: sc7180-trogdor: Disable pwmleds node where unused 2024-06-21 00:38:24 -05:00
sc7180-trogdor-lazor-r3.dts
sc7180-trogdor-lazor-r9-kb.dts arm64: dts: qcom: sc7180-trogdor: Disable pwmleds node where unused 2024-06-21 00:38:24 -05:00
sc7180-trogdor-lazor-r9-lte.dts arm64: dts: qcom: sc7180-trogdor: Disable pwmleds node where unused 2024-06-21 00:38:24 -05:00
sc7180-trogdor-lazor-r9.dts
sc7180-trogdor-lazor-r10-kb.dts arm64: dts: qcom: sc7180-trogdor: Disable pwmleds node where unused 2024-06-21 00:38:24 -05:00
sc7180-trogdor-lazor-r10-lte.dts arm64: dts: qcom: sc7180-trogdor: Disable pwmleds node where unused 2024-06-21 00:38:24 -05:00
sc7180-trogdor-lazor-r10.dts
sc7180-trogdor-lazor.dtsi arm64: dts: qcom: sc7180: Switch to undeprecated qcom,calibration-variant 2025-03-03 22:37:03 -06:00
sc7180-trogdor-lte-sku.dtsi
sc7180-trogdor-parade-ps8640.dtsi
sc7180-trogdor-pazquel-lte-parade.dts
sc7180-trogdor-pazquel-lte-ti.dts
sc7180-trogdor-pazquel-parade.dts
sc7180-trogdor-pazquel-ti.dts
sc7180-trogdor-pazquel.dtsi
sc7180-trogdor-pazquel360-lte.dts
sc7180-trogdor-pazquel360-wifi.dts
sc7180-trogdor-pazquel360.dtsi arm64: dts: qcom: sc7180: Switch to undeprecated qcom,calibration-variant 2025-03-03 22:37:03 -06:00
sc7180-trogdor-pompom-r1-lte.dts
sc7180-trogdor-pompom-r1.dts
sc7180-trogdor-pompom-r2-lte.dts
sc7180-trogdor-pompom-r2.dts
sc7180-trogdor-pompom-r3-lte.dts
sc7180-trogdor-pompom-r3.dts
sc7180-trogdor-pompom.dtsi arm64: dts: qcom: sc7180: Switch to undeprecated qcom,calibration-variant 2025-03-03 22:37:03 -06:00
sc7180-trogdor-quackingstick-r0-lte.dts
sc7180-trogdor-quackingstick-r0.dts
sc7180-trogdor-quackingstick.dtsi arm64: dts: qcom: use DT label for DSI outputs 2025-08-23 20:48:33 -05:00
sc7180-trogdor-r1-lte.dts
sc7180-trogdor-r1.dts
sc7180-trogdor-rt5682i-sku.dtsi
sc7180-trogdor-rt5682s-sku.dtsi
sc7180-trogdor-ti-sn65dsi86.dtsi
sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dts
sc7180-trogdor-wormdingler-rev1-boe.dts
sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dts
sc7180-trogdor-wormdingler-rev1-inx.dts
sc7180-trogdor-wormdingler.dtsi arm64: dts: qcom: use DT label for DSI outputs 2025-08-23 20:48:33 -05:00
sc7180-trogdor.dtsi arm64: dts: qcom: sc7180: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sc7180.dtsi arm64: dts: qcom: sc7180: Explicitly describe the IPA IMEM slice 2026-03-26 09:40:53 -05:00
sc7280-chrome-common.dtsi arm64: dts: qcom: sc7280-chrome-common: disable Venus 2026-03-26 09:40:52 -05:00
sc7280-crd-r3.dts
sc7280-herobrine-audio-rt5682-3mic.dtsi arm64: dts: qcom: sc7280: Stop setting dmic01 pinctrl for va-macro 2025-05-10 11:45:55 -05:00
sc7280-herobrine-audio-rt5682.dtsi
sc7280-herobrine-audio-wcd9385.dtsi arm64: dts: qcom: sc7280: Stop setting dmic01 pinctrl for va-macro 2025-05-10 11:45:55 -05:00
sc7280-herobrine-crd-pro.dts
sc7280-herobrine-crd.dts
sc7280-herobrine-evoker-lte.dts
sc7280-herobrine-evoker.dts
sc7280-herobrine-evoker.dtsi
sc7280-herobrine-herobrine-r1.dts
sc7280-herobrine-lte-sku.dtsi
sc7280-herobrine-nvme-sku.dtsi
sc7280-herobrine-pro-sku.dtsi
sc7280-herobrine-villager-r1-lte.dts
sc7280-herobrine-villager-r1.dts
sc7280-herobrine-villager-r1.dtsi
sc7280-herobrine-villager-r0.dts
sc7280-herobrine-villager.dtsi
sc7280-herobrine-wifi-sku.dtsi
sc7280-herobrine-zombie-lte.dts
sc7280-herobrine-zombie-nvme-lte.dts
sc7280-herobrine-zombie-nvme.dts
sc7280-herobrine-zombie.dts
sc7280-herobrine-zombie.dtsi
sc7280-herobrine.dtsi arm64: dts: qcom: sc7280: Flatten usb controller nodes 2025-08-11 21:32:06 -05:00
sc7280-idp-ec-h1.dtsi
sc7280-idp.dts arm64: dts: qcom: sc7280: Flatten usb controller nodes 2025-08-11 21:32:06 -05:00
sc7280-idp.dtsi arm64: dts: qcom: rename sc7280 to kodiak 2025-10-30 14:01:09 -05:00
sc7280-idp2.dts
sc7280-qcard.dtsi arm64: dts: qcom: rename sc7280 to kodiak 2025-10-30 14:01:09 -05:00
sc8180x-lenovo-flex-5g.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sc8180x-pmics.dtsi arm64: dts: qcom: sc8180x: Enable the power key 2024-08-13 06:12:39 -07:00
sc8180x-primus.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sc8180x.dtsi arm64: dts: qcom: correct RBR opp entry 2026-03-09 18:09:48 -05:00
sc8280xp-crd.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sc8280xp-el2.dtso arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sc8280xp-huawei-gaokun3.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sc8280xp-lenovo-thinkpad-x13s.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sc8280xp-microsoft-arcata.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sc8280xp-microsoft-blackrock.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sc8280xp-pmics.dtsi arm64: dts: qcom: sc8280xp-pmics: Add more temp-alarm devices 2025-02-04 21:14:36 -06:00
sc8280xp.dtsi arm64: dts: qcom: sc8280xp: Add dsi nodes on SC8280XP 2026-03-30 08:41:00 -05:00
sda660-inforce-ifc6560.dts arm64: dts: qcom: sda660-ifc6560: describe WiFi/BT properly 2026-03-26 09:40:51 -05:00
sdm450-lenovo-tbx605f.dts arm64: dts: qcom: sdm450-lenovo-tbx605f: add DSI panel nodes 2025-01-08 16:41:34 -06:00
sdm450-motorola-ali.dts
sdm450.dtsi
sdm630-sony-xperia-ganges-kirin.dts
sdm630-sony-xperia-nile-discovery.dts
sdm630-sony-xperia-nile-pioneer.dts
sdm630-sony-xperia-nile-voyager.dts
sdm630-sony-xperia-nile.dtsi arm64: dts: qcom: Use recommended MBN firmware path 2025-03-12 16:15:47 -05:00
sdm630.dtsi arm64: dts: qcom: Drop CPU masks from GICv3 PPI interrupts 2026-03-26 09:40:59 -05:00
sdm632-fairphone-fp3.dts arm64: dts: qcom: sdm632-fairphone-fp3: Enable CCI and add EEPROM 2026-01-19 13:24:20 -06:00
sdm632-motorola-ocean.dts
sdm632.dtsi arm64: dts: qcom: msm: change labels to lower-case 2024-10-22 19:07:00 -05:00
sdm636-sony-xperia-ganges-mermaid.dts
sdm636.dtsi arm64: dts: qcom: sdm630/660: Add CDSP-related nodes 2026-01-03 13:21:59 -06:00
sdm660-xiaomi-lavender.dts arm64: dts: qcom: sdm660-lavender: Add missing USB phy supply 2025-05-06 12:58:06 -07:00
sdm660.dtsi arm64: dts: qcom: switch to RPMPD_* indices 2026-01-21 13:15:40 -06:00
sdm670-google-sargo.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sdm670.dtsi arm64: dts: qcom: sdm670: add llcc 2026-03-30 09:01:46 -05:00
sdm845-db845c-navigation-mezzanine.dtso arm64: dts: qcom: sdm845-db845c-navigation-mezzanine: Replace clock-frequency in camera sensor node 2025-08-11 17:19:50 -05:00
sdm845-db845c.dts arm64: dts: qcom: sdm845-db845c: describe WiFi/BT properly 2026-03-26 09:40:52 -05:00
sdm845-google-blueline.dts arm64: dts: qcom: Add support for Pixel 3 and Pixel 3 XL 2026-01-03 12:20:28 -06:00
sdm845-google-common.dtsi arm64: dts: qcom: sdm845-google: Describe Wi-Fi/BT properly 2026-03-30 08:37:01 -05:00
sdm845-google-crosshatch.dts arm64: dts: qcom: Add support for Pixel 3 and Pixel 3 XL 2026-01-03 12:20:28 -06:00
sdm845-lg-common.dtsi arm64: dts: qcom: sdm845-lg-common: Add chassis-type 2026-04-01 09:41:48 -05:00
sdm845-lg-judyln.dts arm64: dts: qcom: sdm845-lg: Add wifi nodes 2026-04-01 09:41:48 -05:00
sdm845-lg-judyp.dts arm64: dts: qcom: sdm845-lg: Add wifi nodes 2026-04-01 09:41:48 -05:00
sdm845-mtp.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sdm845-oneplus-common.dtsi arm64: dts: qcom: sdm845-oneplus: Describe Wi-Fi/BT properly 2026-03-30 08:37:01 -05:00
sdm845-oneplus-enchilada.dts soc: devicetree updates for 7.0 2026-02-10 21:11:08 -08:00
sdm845-oneplus-fajita.dts arm64: dts: qcom: sdm845-oneplus: Add framebuffer 2026-01-03 12:42:35 -06:00
sdm845-samsung-starqltechn.dts arm64: dts: qcom: sdm845-samsung-starqltechn: Update firmware paths 2026-01-03 10:16:49 -06:00
sdm845-shift-axolotl.dts arm64: dts: qcom: sdm845-shift-axolotl: Enable TFA9890 codec 2026-04-02 16:05:59 -05:00
sdm845-sony-xperia-tama-akari.dts
sdm845-sony-xperia-tama-akatsuki.dts
sdm845-sony-xperia-tama-apollo.dts
sdm845-sony-xperia-tama.dtsi arm64: dts: qcom: sdm845-sony-xperia-tama: Add bluetooth 2026-03-26 09:40:48 -05:00
sdm845-wcd9340.dtsi
sdm845-xiaomi-beryllium-common.dtsi arm64: dts: qcom: sdm845-xiaomi-beryllium: Mark l1a regulator as powered during boot 2026-03-26 09:40:49 -05:00
sdm845-xiaomi-beryllium-ebbg.dts arm64: dts: qcom: sdm845-xiaomi-beryllium-ebbg: introduce touchscreen support 2025-05-11 17:34:23 -05:00
sdm845-xiaomi-beryllium-tianma.dts arm64: dts: qcom: sdm845-xiaomi-beryllium-tianma: introduce touchscreen support 2025-05-11 17:34:23 -05:00
sdm845-xiaomi-polaris.dts arm64: dts: qcom: sdm845-xiaomi-polaris: Update firmware paths 2026-01-03 10:16:49 -06:00
sdm845.dtsi arm64: dts: qcom: sdm845: Explicitly describe the IPA IMEM slice 2026-03-26 09:40:53 -05:00
sdm850-huawei-matebook-e-2019.dts arm64: dts: qcom: sdm850-huawei-matebook-e-2019: Correct ipa_fw_mem for the driver to load successfully 2026-01-03 12:23:22 -06:00
sdm850-lenovo-yoga-c630.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sdm850-samsung-w737.dts arm64: dts: qcom: sdm850*: Use q6asm defines for reg 2025-05-10 11:56:49 -05:00
sdm850.dtsi
sdx75-idp.dts arm64: dts: qcom: sdx75: Flatten usb controller node 2025-11-14 09:23:17 -06:00
sdx75.dtsi arm64: dts: qcom: Drop CPU masks from GICv3 PPI interrupts 2026-03-26 09:40:59 -05:00
sm4250-oneplus-billie2.dts
sm4250.dtsi arm64: dts: qcom: sm4250: add LPASS LPI pin controller 2024-12-26 22:26:09 -06:00
sm4450-qrd.dts
sm4450.dtsi arm64: dts: qcom: Drop CPU masks from GICv3 PPI interrupts 2026-03-26 09:40:59 -05:00
sm6115-fxtec-pro1x.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sm6115.dtsi arm64: dts: qcom: Drop CPU masks from GICv3 PPI interrupts 2026-03-26 09:40:59 -05:00
sm6115p-lenovo-j606f.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sm6125-sony-xperia-seine-pdx201.dts
sm6125-xiaomi-ginkgo-common.dtsi arm64: dts: qcom: sm6125-xiaomi-ginkgo: Enable debug UART 2026-03-26 09:40:34 -05:00
sm6125-xiaomi-ginkgo.dts arm64: dts: qcom: Add Redmi Note 8T 2026-03-04 12:50:00 -06:00
sm6125-xiaomi-laurel-sprout.dts arm64: dts: qcom: sm6125-xiaomi-laurel-sprout: Add Focaltech FT3518 touchscreen 2026-03-26 09:40:32 -05:00
sm6125-xiaomi-willow.dts arm64: dts: qcom: Add Redmi Note 8T 2026-03-04 12:50:00 -06:00
sm6125.dtsi arm64: dts: qcom: Drop CPU masks from GICv3 PPI interrupts 2026-03-26 09:40:59 -05:00
sm6350-sony-xperia-lena-pdx213.dts arm64: dts: qcom: Use lowercase hex 2026-01-03 11:26:31 -06:00
sm6350.dtsi arm64: dts: qcom: Drop CPU masks from GICv3 PPI interrupts 2026-03-26 09:40:59 -05:00
sm6375-sony-xperia-murray-pdx225.dts
sm6375.dtsi arm64: dts: qcom: Drop CPU masks from GICv3 PPI interrupts 2026-03-26 09:40:59 -05:00
sm7125-xiaomi-common.dtsi arm64: dts: qcom: sm7125-xiaomi-common: Add reset-gpios for ufs_mem_hc 2024-08-14 21:48:17 -05:00
sm7125-xiaomi-curtana.dts
sm7125-xiaomi-joyeuse.dts
sm7125.dtsi arm64: dts: qcom: sc7180: change labels to lower-case 2024-10-22 19:07:00 -05:00
sm7225-fairphone-fp4.dts arm64: dts: qcom: sm7225-fairphone-fp4: Fix conflicting bias pinctrl 2026-03-26 09:40:49 -05:00
sm7225.dtsi arm64: dts: qcom: sm6350: change labels to lower-case 2024-10-22 19:14:34 -05:00
sm7325-nothing-spacewar.dts arm64: dts: qcom: sm7325-nothing-spacewar: Use correct compatible for audiocc 2025-10-27 11:28:50 -05:00
sm7325.dtsi arm64: dts: qcom: rename sc7280 to kodiak 2025-10-30 14:01:09 -05:00
sm8150-hdk.dts arm64: dts: qcom: sm8150-hdk: describe WiFi/BT properly 2026-03-26 09:40:52 -05:00
sm8150-microsoft-surface-duo.dts arm64: dts: qcom: Use recommended MBN firmware path 2025-03-12 16:15:47 -05:00
sm8150-mtp.dts arm64: dts: qcom: sm8150-hdk,mtp: specify ZAP firmware name 2026-01-03 12:19:41 -06:00
sm8150-sony-xperia-kumano-bahamut.dts
sm8150-sony-xperia-kumano-griffin.dts
sm8150-sony-xperia-kumano.dtsi arm64: dts: qcom: move pon reboot-modes from pm8150.dtsi to board files 2024-12-26 15:14:47 -06:00
sm8150.dtsi arm64: dts: qcom: correct RBR opp entry 2026-03-09 18:09:48 -05:00
sm8250-hdk.dts arm64: dts: qcom: sm8250-hdk: specify ZAP firmware name 2026-01-03 12:19:41 -06:00
sm8250-mtp.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sm8250-samsung-common.dtsi arm64: dts: qcom: sm8250-samsung-common: correct reserved pins 2025-10-27 12:27:01 -05:00
sm8250-samsung-r8q.dts arm64: dts: qcom: sm8250-samsung-r8q: Move common parts to dtsi 2025-09-09 10:31:16 -05:00
sm8250-samsung-x1q.dts arm64: dts: qcom: add initial support for Samsung Galaxy S20 2025-09-09 10:31:17 -05:00
sm8250-sony-xperia-edo-pdx203.dts
sm8250-sony-xperia-edo-pdx206.dts
sm8250-sony-xperia-edo.dtsi arm64: dts: qcom: move pon reboot-modes from pm8150.dtsi to board files 2024-12-26 15:14:47 -06:00
sm8250-xiaomi-elish-boe.dts
sm8250-xiaomi-elish-common.dtsi arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sm8250-xiaomi-elish-csot.dts
sm8250-xiaomi-pipa.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sm8250.dtsi arm64: dts: qcom: sm8250: Add missing CPU7 3.09GHz OPP 2026-03-30 09:35:01 -05:00
sm8350-hdk.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sm8350-microsoft-surface-duo2.dts
sm8350-mtp.dts
sm8350-sony-xperia-sagami-pdx214.dts
sm8350-sony-xperia-sagami-pdx215.dts
sm8350-sony-xperia-sagami.dtsi
sm8350.dtsi arm64: dts: qcom: Drop CPU masks from GICv3 PPI interrupts 2026-03-26 09:40:59 -05:00
sm8450-hdk.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
sm8450-qrd.dts arm64: dts: qcom: sm8450-qrd: add pmic glink node 2025-08-11 17:11:30 -05:00
sm8450-samsung-r0q.dts arm64: dts: qcom: add initial support for Samsung Galaxy S22 2025-09-16 10:25:37 -05:00
sm8450-sony-xperia-nagara-pdx223.dts
sm8450-sony-xperia-nagara-pdx224.dts
sm8450-sony-xperia-nagara.dtsi arm64: dts: qcom: sm8450: Flatten usb controller node 2025-08-11 17:11:31 -05:00
sm8450.dtsi arm64: dts: qcom: Drop CPU masks from GICv3 PPI interrupts 2026-03-26 09:40:59 -05:00
sm8550-hdk-display-card.dtso arm64: dts: qcom: sm8550-hdk: add support for the Display Card overlay 2026-03-30 09:34:57 -05:00
sm8550-hdk-rear-camera-card.dtso arm64: dts: qcom: sm8550-hdk-rear-camera-card: remove optional property 2026-01-03 11:52:48 -06:00
sm8550-hdk.dts arm64: dts: qcom: pm8550vs: Disable different PMIC SIDs by default 2026-01-05 16:31:39 -06:00
sm8550-mtp.dts arm64: dts: qcom: sm8550: Drop redundant VSYNC pin state 2026-03-26 09:40:55 -05:00
sm8550-qrd.dts arm64: dts: qcom: sm8550: Drop redundant VSYNC pin state 2026-03-26 09:40:55 -05:00
sm8550-samsung-q5q.dts arm64: dts: qcom: pm8550vs: Disable different PMIC SIDs by default 2026-01-05 16:31:39 -06:00
sm8550-sony-xperia-yodo-pdx234.dts arm64: dts: qcom: pm8550vs: Disable different PMIC SIDs by default 2026-01-05 16:31:39 -06:00
sm8550.dtsi arm64: dts: qcom: Drop CPU masks from GICv3 PPI interrupts 2026-03-26 09:40:59 -05:00
sm8650-ayaneo-pocket-s2.dts arm64: dts: qcom: add basic devicetree for Ayaneo Pocket S2 gaming console 2026-03-26 09:40:50 -05:00
sm8650-hdk-display-card.dtso arm64: dts: qcom: use DT label for DSI outputs 2025-08-23 20:48:33 -05:00
sm8650-hdk-rear-camera-card.dtso arm64: dts: qcom: sm8650-hdk: Add support for the Rear Camera Card overlay 2026-01-03 08:50:44 -06:00
sm8650-hdk.dts arm64: dts: qcom: pm8550vs: Disable different PMIC SIDs by default 2026-01-05 16:31:39 -06:00
sm8650-mtp.dts arm64: dts: qcom: sm8650: Drop redundant VSYNC pin state 2026-03-26 09:40:56 -05:00
sm8650-qrd.dts arm64: dts: qcom: sm8650: Drop redundant VSYNC pin state 2026-03-26 09:40:56 -05:00
sm8650.dtsi arm64: dts: qcom: sm8650: Explicitly describe the IPA IMEM slice 2026-03-26 09:40:53 -05:00
sm8750-mtp.dts arm64: dts: qcom: sm8750-mtp: Enable DisplayPort over USB 2026-03-26 09:40:39 -05:00
sm8750-pmics.dtsi arm64: dts: qcom: sm8750: Add pmic dtsi 2025-01-06 10:42:54 -06:00
sm8750-qrd.dts arm64: dts: qcom: sm8750-qrd: Enable Iris codec 2026-01-06 10:45:23 -06:00
sm8750.dtsi arm64: dts: qcom: sm8750: Enable TSENS and thermal zones 2026-03-26 09:40:57 -05:00
smb2370.dtsi arm64: dts: qcom: Introduce Glymur base dtsi 2026-02-23 10:13:16 -06:00
talos-el2.dtso arm64: dts: qcom: talos: Add EL2 overlay 2026-04-02 16:02:54 -05:00
talos-evk-camera-imx577.dtso arm64: dts: qcom: talos-evk-camera: Add DT overlay 2026-04-02 16:03:18 -05:00
talos-evk-lvds-auo,g133han01.dtso arm64: dts: qcom: talos-evk: Add support for QCS615 talos evk board 2026-04-02 16:02:11 -05:00
talos-evk-som.dtsi arm64: dts: qcom: talos-evk-camera: Add DT overlay 2026-04-02 16:03:18 -05:00
talos-evk-usb1-peripheral.dtso arm64: dts: qcom: talos-evk: Add support for QCS615 talos evk board 2026-04-02 16:02:11 -05:00
talos-evk.dts arm64: dts: qcom: talos-evk: Add support for QCS615 talos evk board 2026-04-02 16:02:11 -05:00
talos.dtsi arm64: dts: qcom: talos: Add clocks for QoS configuration 2026-04-02 16:04:11 -05:00
x1-asus-vivobook-s15.dtsi arm64: dts: qcom: hamoa/purwa: Flatten usb controller nodes 2026-03-26 09:40:49 -05:00
x1-asus-zenbook-a14.dtsi soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
x1-crd.dtsi soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
x1-dell-thena.dtsi soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
x1-el2.dtso arm64: dts: qcom: hamoa: Add remoteproc IOMMUS in EL2 device trees 2026-03-18 07:06:15 -05:00
x1-hp-omnibook-x14.dtsi soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
x1-microsoft-denali.dtsi soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
x1e001de-devkit.dts arm64: dts: qcom: hamoa/purwa: Flatten usb controller nodes 2026-03-26 09:40:49 -05:00
x1e78100-lenovo-thinkpad-t14s-oled.dts arm64: dts: qcom: x1e78100-t14s-oled: Add eDP panel 2025-09-09 10:07:41 -05:00
x1e78100-lenovo-thinkpad-t14s.dts arm64: dts: qcom: x1e78100-t14s: Add LCD variant with backlight support 2025-03-14 11:58:23 -05:00
x1e78100-lenovo-thinkpad-t14s.dtsi arm64: dts: qcom: hamoa/purwa: Flatten usb controller nodes 2026-03-26 09:40:49 -05:00
x1e80100-asus-vivobook-s15.dts arm64: dts: qcom: x1-vivobook-s15: create a common dtsi for Hamoa and Purwa variants 2026-02-25 09:00:23 -06:00
x1e80100-asus-zenbook-a14.dts arm64: dts: qcom: hamoa: Move PHY, PERST, and Wake GPIOs to PCIe port nodes and add port Nodes for all PCIe ports 2026-01-09 12:52:40 -06:00
x1e80100-crd.dts arm64: dts: qcom: rename x1e80100 to hamoa 2025-10-27 10:11:52 -05:00
x1e80100-dell-inspiron-14-plus-7441.dts arm64: dts: qcom: rename x1e80100 to hamoa 2025-10-27 10:11:52 -05:00
x1e80100-dell-latitude-7455.dts arm64: dts: qcom: rename x1e80100 to hamoa 2025-10-27 10:11:52 -05:00
x1e80100-dell-xps13-9345.dts arm64: dts: qcom: hamoa/purwa: Flatten usb controller nodes 2026-03-26 09:40:49 -05:00
x1e80100-hp-elitebook-ultra-g1q.dts arm64: dts: qcom: add gpu_zap_shader label 2025-10-30 13:43:10 -05:00
x1e80100-hp-omnibook-x14.dts arm64: dts: qcom: rename x1e80100 to hamoa 2025-10-27 10:11:52 -05:00
x1e80100-lenovo-yoga-slim7x.dts soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
x1e80100-medion-sprchrgd-14-s1.dts soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
x1e80100-microsoft-denali-oled.dts arm64: dts: qcom: Add support for X1-based Surface Pro 11 2026-01-03 11:25:19 -06:00
x1e80100-microsoft-romulus.dtsi arm64: dts: qcom: drop redundant zap-shader memory-region 2026-03-30 08:34:34 -05:00
x1e80100-microsoft-romulus13.dts arm64: dts: qcom: Add support for X1-based Surface Laptop 7 devices 2024-08-26 11:29:29 -05:00
x1e80100-microsoft-romulus15.dts arm64: dts: qcom: Add support for X1-based Surface Laptop 7 devices 2024-08-26 11:29:29 -05:00
x1e80100-qcp.dts arm64: dts: qcom: hamoa/purwa: Flatten usb controller nodes 2026-03-26 09:40:49 -05:00
x1p42100-asus-vivobook-s15.dts arm64: dts: qcom: x1-vivobook-s15: add Purwa-compatible device tree 2026-02-25 09:00:55 -06:00
x1p42100-asus-zenbook-a14-lcd.dts arm64: dts: qcom: Rework X1-based Asus Zenbook A14's displays 2025-10-27 11:20:49 -05:00
x1p42100-asus-zenbook-a14.dts arm64: dts: qcom: Rework X1-based Asus Zenbook A14's displays 2025-10-27 11:20:49 -05:00
x1p42100-asus-zenbook-a14.dtsi arm64: dts: qcom: rename x1p42100 to purwa 2025-10-30 14:01:09 -05:00
x1p42100-crd.dts arm64: dts: qcom: rename x1p42100 to purwa 2025-10-30 14:01:09 -05:00
x1p42100-hp-omnibook-x14.dts arm64: dts: qcom: rename x1p42100 to purwa 2025-10-30 14:01:09 -05:00
x1p42100-lenovo-thinkbook-16.dts soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
x1p64100-microsoft-denali.dts arm64: dts: qcom: Add support for X1-based Surface Pro 11 2026-01-03 11:25:19 -06:00