This series of patches adds support for the Nothing Phone (1), identified as nothing,spacewar. The Nothing Phone (1) is built on the Qualcomm Snapdragon 778G+ (SM7325-AE, also known as yupik). SM7325 is identical to SC7280 just as SM7125 is identical to SC7180, so SM7325 devicetree imports SC7280 devicetree as a base. Changes in v2: - Drop patches 1-5 (from v2), as were applied in the previous merge window for v6.12. - Add Krzysztof's A-b tag (patch no. 1) - Add Rob's A-b tag (patch no. 1) - Drop qcom,board-id & qcom,msm-id (patch no. 6) Note: PMUs fixes were applied in a separate series: commit <89f324ef54a2> arm64: dts: qcom: sc7280: Fix PMU nodes for Cortex A55 and A78 - Link to v2: https://lore.kernel.org/all/20240808184048.63030-1-danila@xxxxxxxxxxx/ Changes in v2: - Add Krzysztof's R-b tag (patches no. 1, 2, 10) - Add Dmitry's R-b tag (patches no. 3, 4, 8) - Document SM7325 as fallback to QCM6490 (patch no. 5) - Drop patch no. 6 from v1 - Document PN553 NFC IC as fallback to nxp-nci-i2c (patch no. 6) - Add Krzysztof's A-b tag (patches no. 7, 9) - Switch nl.nothing.tech/nothing.tech in commit msg (patch no. 9) - Add fallback compatibility for NFC (patch no. 10) - Fix interrupt type for NFC (patch no. 10) - Link to v1: https://lore.kernel.org/all/20240729201843.142918-1-danila@xxxxxxxxxxx/ To: Rob Herring <robh@xxxxxxxxxx> To: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx> To: Conor Dooley <conor+dt@xxxxxxxxxx> To: Bjorn Andersson <andersson@xxxxxxxxxx> To: Konrad Dybcio <konradybcio@xxxxxxxxxx> To: Andrew Lunn <andrew+netdev@xxxxxxx> To: "David S. Miller" <davem@xxxxxxxxxxxxx> To: Eric Dumazet <edumazet@xxxxxxxxxx> To: Jakub Kicinski <kuba@xxxxxxxxxx> To: Paolo Abeni <pabeni@xxxxxxxxxx> To: Kees Cook <kees@xxxxxxxxxx> To: Tony Luck <tony.luck@xxxxxxxxx> To: "Guilherme G. Piccoli" <gpiccoli@xxxxxxxxxx> To: Sibi Sankar <quic_sibis@xxxxxxxxxxx> To: Rajendra Nayak <quic_rjendra@xxxxxxxxxxx> To: Ivaylo Ivanov <ivo.ivanov.ivanov1@xxxxxxxxx> To: Andre Przywara <andre.przywara@xxxxxxx> To: David Wronek <davidwronek@xxxxxxxxx> To: Igor Belwon <igor.belwon@xxxxxxxxxxxxxxxxxxxxxxxxxx> To: Neil Armstrong <neil.armstrong@xxxxxxxxxx> To: Heiko Stuebner <heiko.stuebner@xxxxxxxxx> To: "Rafał Miłecki" <rafal@xxxxxxxxxx> To: Lorenzo Pieralisi <lpieralisi@xxxxxxxxxx> Cc: devicetree@xxxxxxxxxxxxxxx Cc: linux-kernel@xxxxxxxxxxxxxxx Cc: linux-arm-msm@xxxxxxxxxxxxxxx Cc: netdev@xxxxxxxxxxxxxxx Cc: linux-hardening@xxxxxxxxxxxxxxx Cc: linux@xxxxxxxxxxxxxx Signed-off-by: Danila Tikhonov <danila@xxxxxxxxxxx> Danila Tikhonov (4): dt-bindings: nfc: nxp,nci: Document PN553 compatible dt-bindings: arm: cpus: Add qcom kryo670 compatible dt-bindings: vendor-prefixes: Add Nothing Technology Limited dt-bindings: arm: qcom: Add SM7325 Nothing Phone 1 Eugene Lepshy (2): arm64: dts: qcom: Add SM7325 device tree arm64: dts: qcom: sm7325: Add device-tree for Nothing Phone 1 .../devicetree/bindings/arm/cpus.yaml | 1 + .../devicetree/bindings/arm/qcom.yaml | 6 + .../devicetree/bindings/net/nfc/nxp,nci.yaml | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../boot/dts/qcom/sm7325-nothing-spacewar.dts | 1260 +++++++++++++++++ arch/arm64/boot/dts/qcom/sm7325.dtsi | 17 + 7 files changed, 1288 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/sm7325-nothing-spacewar.dts create mode 100644 arch/arm64/boot/dts/qcom/sm7325.dtsi -- 2.47.0