From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-244116.protonmail.ch (mail-244116.protonmail.ch [109.224.244.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 35E9B366570 for ; Mon, 23 Mar 2026 13:54:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=109.224.244.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774274089; cv=none; b=t6YfXVYdt4ndIlNYYFo9U88IYJNuHBy9JXLhuRZMTvzFtS+d7hf2YX3PlcGVW5/iabATfpeVkfEMjGCoTHZE6B6q7Yaq12F2ZPsjvCpiQA/163OS/jkg4qCtkTC4c261ES/3XUImZMxhzpdFel8HLHmFeAGH8Z1FmwTeOwVH4YA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774274089; c=relaxed/simple; bh=DGO9SRDcmimknpz/KsZxssMJ2sFtQlt6n2vH6LX9aQ4=; h=Date:To:From:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=VKthZMnqUrYBTZ2jT6gUmLutEjI7teHvrhmYFsZrGAScjaTvMOyiNwgj35F66w9wYFWb9MSaXxznojH7TThqJ+OBnhe8oRTg3n29bKU/CjSrE2wnJQmSMObIKAEsUneB8zD0fPj9gZdBFQHN1R/GRKwcD6JKsEXu4cNOdIIZPLY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me; spf=pass smtp.mailfrom=pm.me; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b=BzO0Xt6H; arc=none smtp.client-ip=109.224.244.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pm.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b="BzO0Xt6H" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1774274078; x=1774533278; bh=zzKwQIY6HotTyB0Oh/SBNUFiHj0bRK7c8RYQHyJx9IE=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=BzO0Xt6HMzHlmyn3c8OqX1DP8RmVO3LK9p0bmyj+dg8KLcOmfAuxPBTLf1odEvTAj VHj331GVr7zZmjWBZTJS00Mo6Pf3h2oHRomDeXe9bG/YK4Sz8MOHmGCcm6kdqrkp41 8pvRrHOLQdhZL8GQw8V81ZmRzebNPMUBNiLRG+hIPagZgcRotoYWlO27n4WuyQAbVS d/RJsltOFezeflrpnvCzhUoakpdWyrePOMGWwe0OIYVWCGIWc4cApbwCuVK5A6OdIJ 75DXel8KagNyXZR1/vV/jXRIIFGik46A62Ixs4mqomgPsSmuBeCxqQkMi6jWAF5ukw P0aRisrie2DJQ== Date: Mon, 23 Mar 2026 13:54:29 +0000 To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Kees Cook , Tony Luck , "Guilherme G. Piccoli" , Luca Weiss , Dmitry Baryshkov From: Alexander Koskovich Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Konrad Dybcio , Alexander Koskovich , Krzysztof Kozlowski Subject: [PATCH v2 0/3] arm64: dts: qcom: Add support for the Nothing Phone (3a) Message-ID: <20260323-asteroids-v2-0-1a35fa9e178a@pm.me> Feedback-ID: 37836894:user:proton X-Pm-Message-ID: a23e06926091e3324a6bb99957401fc6e5e8f257 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable This series adds initial support for the Nothing Phone (3a) smartphone, whi= ch is based on the on the Milos/SM7635 SoC. Signed-off-by: Alexander Koskovich --- Changes in v2: - Add comment to rmtfs_mem override in milos-fairphone-fp6 - Add missing stdout-path for debug UART in &chosen {} - Drop dr_mode from usb_1 as it is the default - Link to v1: https://lore.kernel.org/r/20260321-asteroids-v1-0-4b902901cb4= 9@pm.me --- Alexander Koskovich (3): arm64: dts: qcom: milos: Reduce rmtfs_mem size to 2.5MiB dt-bindings: arm: qcom: Add the Nothing Phone (3a) arm64: dts: qcom: Add the Nothing Phone (3a) Documentation/devicetree/bindings/arm/qcom.yaml | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts | 5 + .../boot/dts/qcom/milos-nothing-asteroids.dts | 964 +++++++++++++++++= ++++ arch/arm64/boot/dts/qcom/milos.dtsi | 2 +- 5 files changed, 972 insertions(+), 1 deletion(-) --- base-commit: f338e77383789c0cae23ca3d48adcc5e9e137e3c change-id: 20260321-asteroids-58f7d0bf56f0 Best regards, --=20 Alexander Koskovich