From patchwork Thu Oct 17 16:43:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umer Uddin X-Patchwork-Id: 13840362 Received: from out-03.smtp.spacemail.com (out-03.smtp.spacemail.com [63.250.43.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 04B851DF72C; Thu, 17 Oct 2024 16:43:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=63.250.43.88 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729183431; cv=none; b=UAN+13m1XLnnWpzZ6UuywwMKyVxOd4UKXPKeNpZiCxJS25Uj63Tow7bVnLlmsjd4oni7pOII+0PkMGlf7fE9L6A2vkyHVTrNc6+KwaBS5YWv81Od9UvFsq2BRrSay7L93HEJ+vQS3DUb86+OLmCdxXqov4WtYPfDzn6fPpHI5ro= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729183431; c=relaxed/simple; bh=YKA5oZNA6Y8WRMnaHj84OJT2eyExbepDtXA/B9xr3k0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Sm95xv+5m2Szf6K1vi7RzJG09YKMCRXtNlaPkqSU2PM58MQv2XFSQdsRXg33d6VWGIDdGk1qZR+3IMHrIYPPJ+pl8aRDOBrm9+qPx5zZkUpl0sppBY8erWR7JTCrxTYGjYAL/VFyNAiSf1SdgKtzjfzpd3xl+aiXKbc4Y7Ebxz0= 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=mentallysanemainliners.org header.i=@mentallysanemainliners.org header.b=JhbYUOhl; arc=none smtp.client-ip=63.250.43.88 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=mentallysanemainliners.org header.i=@mentallysanemainliners.org header.b="JhbYUOhl" Received: from prod-lbout-phx.jellyfish.systems (unknown [198.177.122.3]) by smtp.spacemail.com (Postfix) with ESMTPA id 4XTtvK19RJzGpSv; Thu, 17 Oct 2024 16:43:41 +0000 (UTC) Received: from l-latitude7390.lan (host-80-41-166-50.as13285.net [80.41.166.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.spacemail.com (Postfix) with ESMTPSA id 4XTtv95SKdz6tkM; Thu, 17 Oct 2024 16:43:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mentallysanemainliners.org; s=spacemail; t=1729183416; bh=YKA5oZNA6Y8WRMnaHj84OJT2eyExbepDtXA/B9xr3k0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JhbYUOhl0SEzHuwrqR9Y0tGGntYWScEUxCTbxO1cL8DCTXuLfi6YNNIi3ojtRzZEr NiavFRChgEwNho+DlsiCBHAnLn2tE3aVz12KAshrumf46gh1qCCa9p8AadIxayByXZ 80RfucXLLtFK6lgeDmtBL4dOiBOtGGoS2oEbycpp6BPp9e1XzzhD9zikWPjhy+amv7 72ish6JZh8QOa2M+9FIVJc6ji+hXJzqTXEX6tdvs5lIH3solcEWNba0uP9F4/SPRrU xJjyQqGZpHM2Rcgu/NSY+XDXJMPdV48K38rvM2pWq8e7LEGJFqKHbUhRlJa0qgk0nJ 8h5cdTwY0mzCA== 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 v2 1/4] dt-bindings: arm: samsung: samsung-boards: Add bindings for SM-G981B and SM-G980F board Date: Thu, 17 Oct 2024 17:43:24 +0100 Message-ID: <20241017164328.17077-2-umer.uddin@mentallysanemainliners.org> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20241017164328.17077-1-umer.uddin@mentallysanemainliners.org> References: <20241017164328.17077-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 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 d25a17e69..70a915240 100644 --- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml +++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml @@ -234,6 +234,8 @@ properties: items: - enum: - samsung,c1s # Samsung Galaxy Note20 5G (SM-N981B) + - samsung,x1s # Samsung Galaxy S20 5G (SM-G981B) + - samsung,x1slte # Samsung Galaxy S20 (SM-G980F) - const: samsung,exynos990 - description: Exynos Auto v9 based boards From patchwork Thu Oct 17 16:43:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umer Uddin X-Patchwork-Id: 13840365 Received: from out-02.smtp.spacemail.com (out-02.smtp.spacemail.com [63.250.43.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 78F511DFDB2; Thu, 17 Oct 2024 16:43:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=63.250.43.87 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729183439; cv=none; b=pVjjh7Uz51PrT5KRjzlIlfdM4J4RTCTQp1GA7Klbp2tp2etOfesIJ7wSJ5p9khmaEQopwEdJvKLW/AuNn6DrkURkFRLhAJ2iCmPFOJiwHH1+gSZg5tOx8nd8pyeaRlJceG/WYPa0C8KFZ3H7R72KAaHMmKj0HyFNXCz49TTKx3s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729183439; c=relaxed/simple; bh=jmRMCdEnRZvQBpN/U+vpdq7Q26dSNADyNSxdGo7Ewcg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=AjiswX6HpryNX3I+p65Vli8qZnwhNAjXJaHz5wik1+NWwEhZkBt39fnLAZc5Bphm9iIaYq+FZLdNiy7C3yaqkr0puJfVnDmdu93WILJPmKBeCNelDh+4ZtfDal/CLSmKFTV3pB0IToovWDQKny68C4mSLW9oIEhOpn/FRtGpBNc= 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=mentallysanemainliners.org header.i=@mentallysanemainliners.org header.b=Q5PcmY3h; arc=none smtp.client-ip=63.250.43.87 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=mentallysanemainliners.org header.i=@mentallysanemainliners.org header.b="Q5PcmY3h" Received: from prod-lbout-phx.jellyfish.systems (unknown [198.177.122.3]) by smtp.spacemail.com (Postfix) with ESMTPA id 4XTtvM5zlNz4wgR; Thu, 17 Oct 2024 16:43:43 +0000 (UTC) Received: from l-latitude7390.lan (host-80-41-166-50.as13285.net [80.41.166.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.spacemail.com (Postfix) with ESMTPSA id 4XTtvD356Rz6tkP; Thu, 17 Oct 2024 16:43:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mentallysanemainliners.org; s=spacemail; t=1729183418; bh=jmRMCdEnRZvQBpN/U+vpdq7Q26dSNADyNSxdGo7Ewcg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Q5PcmY3hisL4AqxtAAjKzVI3JCGLuyKRk1Y2ogsW3rOFbV2BXPT7bC+SaBZ9O1mIL iACsQD8fkMB1fHlyBsF9RpjsptFOOdjoHb6mY7IbYs7Hpoe5rlCuAVwK4UNx6T6J90 7qGz1630XLbQ6FIHoscvU28oxJeUP8tCqSqFdLp7Z5JKC9BWPavdoxbpKSOd4xlP1y deGe8uDnDX1Vc0rRTJ1fM2nGWzKDrUg5q/p77zLwrLqpYclZ4Gh+9JjMRYFMEgfK78 kH+PhKFpa5SMHAhu6T4qr2hjZajr0x7gt3pyQZg2ACWOLgB+37bJiJbENCZhdj8vNo x34O5IFR3pYIQ== 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 v2 2/4] arm64: dts: exynos: Add initial support for Samsung Galaxy S20 Series boards (hubble) Date: Thu, 17 Oct 2024 17:43:25 +0100 Message-ID: <20241017164328.17077-3-umer.uddin@mentallysanemainliners.org> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20241017164328.17077-1-umer.uddin@mentallysanemainliners.org> References: <20241017164328.17077-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 Add initial support for the Samsung Galaxy S20 Series (hubble) phones. They were launched in 2020, and are based on the Exynos 990 SoC. The devices have multiple RAM configurations, starting from 8GB going all the way up to 16GB for the S20 Ultra devices. This device tree adds support for the following: - SimpleFB - 8GB RAM (Any more will be mapped in device trees) - Buttons Signed-off-by: Umer Uddin --- .../dts/exynos/exynos990-hubble-common.dtsi | 109 ++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 arch/arm64/boot/dts/exynos/exynos990-hubble-common.dtsi diff --git a/arch/arm64/boot/dts/exynos/exynos990-hubble-common.dtsi b/arch/arm64/boot/dts/exynos/exynos990-hubble-common.dtsi new file mode 100644 index 000000000..2c634e4bb --- /dev/null +++ b/arch/arm64/boot/dts/exynos/exynos990-hubble-common.dtsi @@ -0,0 +1,109 @@ +// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause +/* + * Samsung Galaxy S20 Series device tree source + * + * Copyright (c) 2024, Umer Uddin + */ + +/dts-v1/; +#include "exynos990.dtsi" +#include +#include +#include + +/ { + chosen { + #address-cells = <2>; + #size-cells = <2>; + ranges; + + framebuffer0: framebuffer@f1000000 { + compatible = "simple-framebuffer"; + reg = <0 0xf1000000 0 (1440 * 3200 * 4)>; + width = <1440>; + height = <3200>; + stride = <(1440 * 4)>; + format = "a8r8g8b8"; + }; + }; + + memory@80000000 { + device_type = "memory"; + reg = <0x0 0x80000000 0x0 0x3ab00000>, + /* Memory hole */ + <0x0 0xc1200000 0x0 0x1ee00000>, + /* Memory hole */ + <0x0 0xe1900000 0x0 0x1e700000>, + /* Memory hole */ + <0x8 0x80000000 0x1 0x7ec00000>; + }; + + reserved-memory { + #address-cells = <2>; + #size-cells = <2>; + ranges; + + cont_splash_mem: framebuffer@f1000000 { + reg = <0 0xf1000000 0 0x1194000>; + no-map; + }; + + abox_reserved: audio@f7fb0000 { + reg = <0 0xf7fb0000 0 0x2a50000>; + no-map; + }; + }; + + gpio-keys { + compatible = "gpio-keys"; + + pinctrl-0 = <&key_power &key_voldown &key_volup>; + pinctrl-names = "default"; + + power-key { + label = "Power"; + linux,code = ; + gpios = <&gpa2 4 GPIO_ACTIVE_LOW>; + wakeup-source; + }; + + voldown-key { + label = "Volume Down"; + linux,code = ; + gpios = <&gpa0 4 GPIO_ACTIVE_LOW>; + }; + + volup-key { + label = "Volume Up"; + linux,code = ; + gpios = <&gpa0 3 GPIO_ACTIVE_LOW>; + }; + }; +}; + +&oscclk { + clock-frequency = <26000000>; +}; + +&pinctrl_alive { + key_power: key-power-pins { + samsung,pins = "gpa2-4"; + samsung,pin-function = ; + samsung,pin-pud = ; + samsung,pin-drv = ; + }; + + key_voldown: key-voldown-pins { + samsung,pins = "gpa0-4"; + samsung,pin-function = ; + samsung,pin-pud = ; + samsung,pin-drv = ; + }; + + key_volup: key-volup-pins { + samsung,pins = "gpa0-3"; + samsung,pin-function = ; + samsung,pin-pud = ; + samsung,pin-drv = ; + }; +}; From patchwork Thu Oct 17 16:43:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umer Uddin X-Patchwork-Id: 13840364 Received: from out-02.smtp.spacemail.com (out-02.smtp.spacemail.com [63.250.43.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A1F121DFDBC; Thu, 17 Oct 2024 16:43:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=63.250.43.87 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729183438; cv=none; b=ECoRFWzRA9hXZLcLlIN+G2nza2XDBBTxM9TtIq4oit4mU2w4FUtMh6bpIZPDTF4WLlziWDGzCEGoPnTylChEjkkrpXmxy+V7thjp7M46nHufaesNNC3nE0JXNoGOIURRLKQb67iPHBBeluECFI94EcMQyYODKA3juQnhIbQG2Bg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729183438; c=relaxed/simple; bh=+ctTxFEFzqgLQRCVpY4zseoqPQJk7ohMEUkBFtNFoLw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=D8Z/iFRoDtU7wydvhZpv6ltHr+OkRxcjXgVSKdtMyyhpTUC8vkyyjcStCAu399NO+wfLA2H607nnvCbJDBjhPiDdSJ/TMSrsYlp8utNTDvCrD5/5UlE6hay3k1xxpfD034t4FKkvPKbs2F1TCu8drigkTkLHEF7Zh7Ieqix1mgc= 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=mentallysanemainliners.org header.i=@mentallysanemainliners.org header.b=cY193j0w; arc=none smtp.client-ip=63.250.43.87 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=mentallysanemainliners.org header.i=@mentallysanemainliners.org header.b="cY193j0w" Received: from prod-lbout-phx.jellyfish.systems (unknown [198.177.122.3]) by smtp.spacemail.com (Postfix) with ESMTPA id 4XTtvQ3z2mz4wgb; Thu, 17 Oct 2024 16:43:46 +0000 (UTC) Received: from l-latitude7390.lan (host-80-41-166-50.as13285.net [80.41.166.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.spacemail.com (Postfix) with ESMTPSA id 4XTtvH12bkz6tkK; Thu, 17 Oct 2024 16:43:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mentallysanemainliners.org; s=spacemail; t=1729183421; bh=+ctTxFEFzqgLQRCVpY4zseoqPQJk7ohMEUkBFtNFoLw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cY193j0w+rLD4qo2x+16/HQaUfXuxKinsJ6w7AgPzRe7F4pLVuvHc3Thf5X9tzUpF pagLJffFLAj52Bbxhl2J+d/6gHjiiDOjfW9TzJhW/mpuYADmcMOpJBjTpZ/PHP0xH7 QbEaf65/K9utBULbZY0WQ0UBQIM2n/OILL7fmWRxHvkNOB6nawwHgT59rwRhWe0cp6 dPzhvIFDlPBPEobRxre1y1+hLig68qftFCFPvGNOmuDNO8e2JytuZN3lPnrWMm+U0U u7ON6AQcEMcX4elLV/lT0VtawN7aFz72A2ThqK0hISUjf/wxzoeoaKohmSeDxznnA1 lcl/ZlGFCkKSA== 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 v2 3/4] arm64: dts: exynos: Add initial support for Samsung Galaxy S20 5G (x1s) Date: Thu, 17 Oct 2024 17:43:26 +0100 Message-ID: <20241017164328.17077-4-umer.uddin@mentallysanemainliners.org> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20241017164328.17077-1-umer.uddin@mentallysanemainliners.org> References: <20241017164328.17077-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 Add initial support for the Samsung Galaxy S20 5G (x1s/SM-G981B) phone. It was launched in 2020, and it's based on the Exynos 990 SoC. It has only one configuration with 12GB of RAM and 128GB of UFS 3.0 storage. This device tree adds support for the following: - SimpleFB - 12GB RAM - Buttons Signed-off-by: Umer Uddin --- arch/arm64/boot/dts/exynos/Makefile | 1 + arch/arm64/boot/dts/exynos/exynos990-x1s.dts | 23 ++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 arch/arm64/boot/dts/exynos/exynos990-x1s.dts diff --git a/arch/arm64/boot/dts/exynos/Makefile b/arch/arm64/boot/dts/exynos/Makefile index 7a934499b..deb8dc509 100644 --- a/arch/arm64/boot/dts/exynos/Makefile +++ b/arch/arm64/boot/dts/exynos/Makefile @@ -9,5 +9,6 @@ dtb-$(CONFIG_ARCH_EXYNOS) += \ exynos850-e850-96.dtb \ exynos8895-dreamlte.dtb \ exynos990-c1s.dtb \ + exynos990-x1s.dtb \ exynosautov9-sadk.dtb \ exynosautov920-sadk.dtb diff --git a/arch/arm64/boot/dts/exynos/exynos990-x1s.dts b/arch/arm64/boot/dts/exynos/exynos990-x1s.dts new file mode 100644 index 000000000..f7b1afd0e --- /dev/null +++ b/arch/arm64/boot/dts/exynos/exynos990-x1s.dts @@ -0,0 +1,23 @@ +// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause +/* + * Samsung Galaxy S20 5G (x1s/SM-G981B) device tree source + * + * Copyright (c) 2024, Umer Uddin + */ + +/dts-v1/; +#include "exynos990-hubble-common.dtsi" + +/ { + #address-cells = <2>; + #size-cells = <2>; + + model = "Samsung Galaxy S20 5G"; + compatible = "samsung,x1s", "samsung,exynos990"; + + memory@9fec00000 { + device_type = "memory"; + reg = <0x9 0xfec00000 0x0 0x01400000>, + <0xa 0x0 0x0 0xfe800000>; + }; +}; From patchwork Thu Oct 17 16:43:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umer Uddin X-Patchwork-Id: 13840363 Received: from out-02.smtp.spacemail.com (out-02.smtp.spacemail.com [63.250.43.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8EDBF1DFE16; Thu, 17 Oct 2024 16:43:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=63.250.43.87 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729183437; cv=none; b=i88pzD8nCA1BmnPJMQ1Wl2p0d4SKZ1klfW1uDQQb44HKbqi9yB4ElWVok0QKT9T/w7SY/O49nbzR7G79xrMWSItpeZ48bX1Ia439QUjYi50dXhhtmvqpf4ggsMxe+wWt5Aj8COc8Vi3on43NFt4K7Rl8euUpusn6bbsv2hhfW9o= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729183437; c=relaxed/simple; bh=6pRsPnkD7QklEmezrrAWGGBF9feai6FOCBnf7MplZ+4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Ow0S9RJPxpiG/weXrBa6h7lEtNPHGOyJpGkzaB8N+IK3mOn0xbxZlZcF6bIiCKor4WF0KscIQ7l/JkNWVpapkXSTdnpwKeNL8WgvTE1VDaM1wfpJBehKoj3aE2O6zABLblMsYuGYtEHxb4aPsicPOcHMjFjx6WcC1+zhB/cuXus= 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=mentallysanemainliners.org header.i=@mentallysanemainliners.org header.b=JA+f8Nhi; arc=none smtp.client-ip=63.250.43.87 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=mentallysanemainliners.org header.i=@mentallysanemainliners.org header.b="JA+f8Nhi" Received: from prod-lbout-phx.jellyfish.systems (unknown [198.177.122.3]) by smtp.spacemail.com (Postfix) with ESMTPA id 4XTtvT20h7z4wfk; Thu, 17 Oct 2024 16:43:49 +0000 (UTC) Received: from l-latitude7390.lan (host-80-41-166-50.as13285.net [80.41.166.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.spacemail.com (Postfix) with ESMTPSA id 4XTtvK5rvqz6tkR; Thu, 17 Oct 2024 16:43:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mentallysanemainliners.org; s=spacemail; t=1729183424; bh=6pRsPnkD7QklEmezrrAWGGBF9feai6FOCBnf7MplZ+4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JA+f8Nhi57zIlsmzrqHxs91BODV10lRZWOJ1Z24FKO6xHPeKVNH2/3sBOBu/mJPPn iIOqboeM5p2bJLnuOzB/9MXodXHRrHmmNSqJZJyc8ZyqOPsCqQCIFko/T7ipiUNQy/ dbpDFA2KZoNVbjTiC8jLaeXiIUGi6zWCDOpfYHnkt6E68gH9f8rmachWzn/dxHx57S 8alJj0oMUEpAAnfxMktd+UtArtuuL3WXJ3lakgpGW1rVVYfD3Wc71BCAk/hrLmmD1Y Vci8eCfn0ZSOKyt03tvZZV/Rr3w3ILs0n3ZOSA6MA2962gaCBp0QOihgFp/aO08f9g /LzAkO31gxibQ== 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 v2 4/4] arm64: dts: exynos: Add initial support for Samsung Galaxy S20 (x1slte) Date: Thu, 17 Oct 2024 17:43:27 +0100 Message-ID: <20241017164328.17077-5-umer.uddin@mentallysanemainliners.org> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20241017164328.17077-1-umer.uddin@mentallysanemainliners.org> References: <20241017164328.17077-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 Add initial support for the Samsung Galaxy S20 (x1slte/SM-G980F) phone. It was launched in 2020, and it's based on the Exynos 990 SoC. It has only one configuration with 8GB of RAM and 128GB of UFS 3.0 storage. This device tree adds support for the following: - SimpleFB - 8GB RAM - Buttons Signed-off-by: Umer Uddin --- arch/arm64/boot/dts/exynos/Makefile | 1 + arch/arm64/boot/dts/exynos/exynos990-x1slte.dts | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 arch/arm64/boot/dts/exynos/exynos990-x1slte.dts diff --git a/arch/arm64/boot/dts/exynos/Makefile b/arch/arm64/boot/dts/exynos/Makefile index deb8dc509..783807249 100644 --- a/arch/arm64/boot/dts/exynos/Makefile +++ b/arch/arm64/boot/dts/exynos/Makefile @@ -10,5 +10,6 @@ dtb-$(CONFIG_ARCH_EXYNOS) += \ exynos8895-dreamlte.dtb \ exynos990-c1s.dtb \ exynos990-x1s.dtb \ + exynos990-x1slte.dtb \ exynosautov9-sadk.dtb \ exynosautov920-sadk.dtb diff --git a/arch/arm64/boot/dts/exynos/exynos990-x1slte.dts b/arch/arm64/boot/dts/exynos/exynos990-x1slte.dts new file mode 100644 index 000000000..9e6a1a060 --- /dev/null +++ b/arch/arm64/boot/dts/exynos/exynos990-x1slte.dts @@ -0,0 +1,17 @@ +// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause +/* + * Samsung Galaxy S20 (x1slte/SM-G980F) device tree source + * + * Copyright (c) 2024, Umer Uddin + */ + +/dts-v1/; +#include "exynos990-hubble-common.dtsi" + +/ { + #address-cells = <2>; + #size-cells = <2>; + + model = "Samsung Galaxy S20"; + compatible = "samsung,x1slte", "samsung,exynos990"; +};