From patchwork Mon Dec 9 08:00:56 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umer Uddin X-Patchwork-Id: 13899055 Received: from sendmail.purelymail.com (sendmail.purelymail.com [34.202.193.197]) (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 21074189B85 for ; Mon, 9 Dec 2024 08:01:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=34.202.193.197 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733731302; cv=none; b=S5kGxoj7On4PGT/lxNLrtmCE2KpDy5+/e0+CqJFrONvC8zyJca6kDrEem80UyzRfiYPzfVSEmecjJvxP3iXEB3owztSoSMHUJZtPM43hv/DrIrcU6t/s764QkKu302xUEd4fHOTxQcQdxAt/Q5W84RINY21LPpRpq66oGqwuKHs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733731302; c=relaxed/simple; bh=euiQk/GCI+bp+pu7KciWhX1UAtRzddPAULx6OOPQAFo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=AFQwBdphi6ns8q4KWQWCUCjBNPO8/+CpO4pSFwzd0grKPTxZUfuK/ZLkXBSQnc/h7pVMxKbGABchNtR2Wfrp7BDE3ZYD9trRAxOXJRI6UDzeaC2nUI+CdWJd1IrnaqSt8V/u8kGNoqoa40LiS4PMBWIF3TCP818c8N2EVXMBe8Y= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=mentallysanemainliners.org; spf=pass smtp.mailfrom=mentallysanemainliners.org; dkim=pass (2048-bit key) header.d=purelymail.com header.i=@purelymail.com header.b=Jxc9xGMK; arc=none smtp.client-ip=34.202.193.197 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=mentallysanemainliners.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mentallysanemainliners.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=purelymail.com header.i=@purelymail.com header.b="Jxc9xGMK" Authentication-Results: purelymail.com; auth=pass DKIM-Signature: a=rsa-sha256; b=Jxc9xGMKduo5uvpQ4VlwVi/1hbzz1yqr2xULY/u4oLxx4njYxbNrFLBKy+xaNL7PORSahY266J62RtZ5aOcfno7yS0Bv7oyfIgQGWAYaNBQA+qZfnTiK2BrENCb8YaYINDfJU0A1hTA6ptDR7afF2Rp4XSsAIRj4GPpGCOR+RT7OyWSecx+s5B3n1YRSBUKCWI6Yao0cS1+oETEA1klWaziCJ/nwxzHMBnfeUDrO0ZKPCW4Lm+p1E28QLTq7ra3d0B5Wrc6L/f4iW9o5KVx9JQJKiHoXBGh/54RyumebLk8AJoumJMYS7bp2Pp0Ic57oT+PWt7KN1DFiFFclvD5GCQ==; s=purelymail2; d=purelymail.com; v=1; bh=euiQk/GCI+bp+pu7KciWhX1UAtRzddPAULx6OOPQAFo=; h=Feedback-ID:Received:From:To:Subject:Date; Feedback-ID: 68229:10037:null:purelymail X-Pm-Original-To: linux-samsung-soc@vger.kernel.org Received: by smtp.purelymail.com (Purelymail SMTP) with ESMTPSA id 1477585645; (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Mon, 09 Dec 2024 08:01:13 +0000 (UTC) From: Umer Uddin To: Krzysztof Kozlowski , Alim Akhtar , Rob Herring , Conor Dooley Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, igor.belwon@mentallysanemainliners.org Subject: [PATCH v7 1/4] dt-bindings: arm: samsung: samsung-boards: Add bindings for SM-G981B and SM-G980F board Date: Mon, 9 Dec 2024 08:00:56 +0000 Message-ID: <20241209080059.11891-2-umer.uddin@mentallysanemainliners.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241209080059.11891-1-umer.uddin@mentallysanemainliners.org> References: <20241209080059.11891-1-umer.uddin@mentallysanemainliners.org> Precedence: bulk X-Mailing-List: linux-samsung-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-MIME-Autoconverted: from 8bit to quoted-printable by Purelymail Add devicetree bindings for Samsung Galaxy S20 5G and Samsung Galaxy S20 board. Signed-off-by: Umer Uddin --- .../devicetree/bindings/arm/samsung/samsung-boards.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml index 168e77375..fab29f95d 100644 --- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml +++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml @@ -241,6 +241,8 @@ properties: - enum: - samsung,c1s # Samsung Galaxy Note20 5G (SM-N981B) - samsung,r8s # Samsung Galaxy S20 FE (SM-G780F) + - samsung,x1s # Samsung Galaxy S20 5G (SM-G981B) + - samsung,x1slte # Samsung Galaxy S20 (SM-G980F) - const: samsung,exynos990 - description: Exynos Auto v9 based boards