From nobody Tue Dec 2 00:25:43 2025 Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [80.241.56.171]) (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 5BB7A327C1A; Tue, 25 Nov 2025 15:13:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=80.241.56.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764083585; cv=none; b=IEHsg2ZQQaFPg/jhTjtrvalBPYrucjjXpvPs89kGGAPIxLFc/4AjVl3QRvwQfjXD4sZ63etHikuaJ/ybNkczeFLot0kX5z3UbKalHBqNuxufcTFqPjsFDhAPdA8+8kLZTbVxeDPx1YnKb8/nPZXvkfWVmBnVPi2pg4x809lUWh4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764083585; c=relaxed/simple; bh=x1v0MJUWK9BMlzbS3/wVIg7Szywnt4X4hx4pJPzYhGk=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=mLunotKN282lID3M9vxULdMJfzeAm4kqkSrQwDp4LlDvDMiluS0D9e/RDfSEDtBiTfJY5de9Pgt5yqZsf6uo2QAutcpJxh0nXnAMwDMCudmm3tNhUP3oOTZ7YyDcA5P1hMVVA3vgIo+sZtVG3pw2CjSoC7AfDX3kkSngDCThq7E= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=timmermann.space; spf=pass smtp.mailfrom=timmermann.space; arc=none smtp.client-ip=80.241.56.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=timmermann.space Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=timmermann.space Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4dG5m536Knz9v6q; Tue, 25 Nov 2025 16:12:53 +0100 (CET) From: Lukas Timmermann Date: Tue, 25 Nov 2025 16:12:40 +0100 Subject: [PATCH v2 1/3] dt-bindings: ARM: samsung: Add Google Manta (Nexus 10) Precedence: bulk X-Mailing-List: linux-kernel@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 Message-Id: <20251125-google-manta-v2-1-0f097cfff39c@timmermann.space> References: <20251125-google-manta-v2-0-0f097cfff39c@timmermann.space> In-Reply-To: <20251125-google-manta-v2-0-0f097cfff39c@timmermann.space> To: Krzysztof Kozlowski , Alim Akhtar , Rob Herring , Conor Dooley , Russell King Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Lukas Timmermann , Alexandre Marquet From: Alexandre Marquet Add the Google Nexus 10 board to documentation. Signed-off-by: Alexandre Marquet Signed-off-by: Lukas Timmermann --- Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.y= aml b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml index f8e20e602c20..13d97257f070 100644 --- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml +++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml @@ -117,6 +117,7 @@ properties: - description: Exynos5250 based boards items: - enum: + - google,manta # Google Manta (Nexus 10) - google,snow-rev5 # Google Snow Rev 5+ - google,spring # Google Spring - insignal,arndale # Insignal Arndale --=20 2.52.0