From: Krzysztof Kozlowski <krzk@kernel.org>
To: Kaustabh Chakraborty <kauschluss@disroot.org>
Cc: Alim Akhtar <alim.akhtar@samsung.com>,
Rob Herring <robh@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Kees Cook <kees@kernel.org>, Tony Luck <tony.luck@intel.com>,
"Guilherme G. Piccoli" <gpiccoli@igalia.com>,
Andras Sebok <sebokandris2009@gmail.com>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] arm64: dts: exynos: add initial support for samsung-j5y17lte
Date: Thu, 5 Mar 2026 09:22:09 +0100 [thread overview]
Message-ID: <20260305-gentle-important-starling-48ca1b@quoll> (raw)
In-Reply-To: <20260304-exynos7870-j5y17lte-v1-2-eb25902c84c8@disroot.org>
On Wed, Mar 04, 2026 at 10:56:54PM +0530, Kaustabh Chakraborty wrote:
> From: Andras Sebok <sebokandris2009@gmail.com>
>
> Add initial devicetree support for samsung-j5y17lte (exynos7870)
>
> Signed-off-by: Andras Sebok <sebokandris2009@gmail.com>
> Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
> ---
> arch/arm64/boot/dts/exynos/Makefile | 1 +
> arch/arm64/boot/dts/exynos/exynos7870-j5y17lte.dts | 528 +++++++++++++++++++++
> 2 files changed, 529 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/exynos/Makefile b/arch/arm64/boot/dts/exynos/Makefile
> index fa6e6308e30a9..76cc23acb9b29 100644
> --- a/arch/arm64/boot/dts/exynos/Makefile
> +++ b/arch/arm64/boot/dts/exynos/Makefile
> @@ -8,6 +8,7 @@ dtb-$(CONFIG_ARCH_EXYNOS) += \
> exynos5433-tm2e.dtb \
> exynos7-espresso.dtb \
> exynos7870-a2corelte.dtb \
> + exynos7870-j5y17lte.dtb \
> exynos7870-j6lte.dtb \
> exynos7870-j7xelte.dtb \
> exynos7870-on7xelte.dtb \
> diff --git a/arch/arm64/boot/dts/exynos/exynos7870-j5y17lte.dts b/arch/arm64/boot/dts/exynos/exynos7870-j5y17lte.dts
> new file mode 100644
> index 0000000000000..d685bc0703cff
> --- /dev/null
> +++ b/arch/arm64/boot/dts/exynos/exynos7870-j5y17lte.dts
> @@ -0,0 +1,528 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * Samsung Galaxy J5 (2017) (j5y17lte) device tree source
> + *
> + * Copyright (c) 2024 Andras Sebok <sebokandris2009@gmail.com>
> + */
> +
> +/dts-v1/;
> +#include "exynos7870.dtsi"
> +#include <dt-bindings/gpio/gpio.h>
> +#include <dt-bindings/input/input.h>
> +#include <dt-bindings/interrupt-controller/irq.h>
These are ordered by name so interrupt < input.
> +
> +/ {
> + model = "Samsung Galaxy J5 (2017)";
> + compatible = "samsung,j5y17lte", "samsung,exynos7870";
> + chassis-type = "handset";
> +
> + aliases {
> + mmc0 = &mmc0;
> + mmc1 = &mmc1;
> + mmc2 = &mmc2;
> + serial0 = &serial0;
> + serial1 = &serial1;
> + serial2 = &serial2;
> + };
> +
> + chosen {
> + #address-cells = <2>;
> + #size-cells = <1>;
> + ranges;
> +
> + stdout-path = &serial2;
> +
> + framebuffer@67000000 {
> + compatible = "simple-framebuffer";
> + reg = <0x0 0x67000000 (720 * 1280 * 4)>;
> + width = <720>;
> + height = <1280>;
> + stride = <(720 * 4)>;
> + format = "a8r8g8b8";
> + };
> + };
> +
> + gpio-keys {
> + compatible = "gpio-keys";
> + pinctrl-names = "default";
> + pinctrl-0 = <&key_power &key_voldown &key_volup>;
> +
> + key-home {
> + interrupt-parent = <&gpa1>;
> + linux,code = <KEY_HOMEPAGE>;
> + label = "gpio-keys: KEY_HOMEPAGE";
> + gpios = <&gpa1 7 GPIO_ACTIVE_LOW>;
> + };
> +
> + key-power {
> + interrupt-parent = <&gpa0>;
> + linux,code = <KEY_POWER>;
> + label = "gpio-keys: KEY_POWER";
> + gpios = <&gpa0 0 GPIO_ACTIVE_LOW>;
> + };
> +
> + key-voldown {
> + interrupt-parent = <&gpa2>;
> + linux,code = <KEY_VOLUMEDOWN>;
> + label = "gpio-keys: KEY_VOLUMEDOWN";
> + gpios = <&gpa2 1 GPIO_ACTIVE_LOW>;
> + };
> +
> + key-volup {
> + interrupt-parent = <&gpa2>;
> + linux,code = <KEY_VOLUMEUP>;
> + label = "gpio-keys: KEY_VOLUMEUP";
> + gpios = <&gpa2 0 GPIO_ACTIVE_LOW>;
> + };
> + };
> +
> + memory@40000000 {
> + device_type = "memory";
> + reg = <0x0 0x40000000 0x3e400000>,
> + <0x0 0x80000000 0x40000000>;
> + };
> +
> + pwrseq_mmc1: pwrseq-mmc1 {
> + compatible = "mmc-pwrseq-simple";
> + reset-gpios = <&gpd3 6 GPIO_ACTIVE_LOW>;
> + };
> +
> + vdd_fixed_mmc2: regulator-fixed-mmc2 {
And this should be regulator-1 or regulator-xvx (see bindings).
No need to resend for these.
Best regards,
Krzysztof
next prev parent reply other threads:[~2026-03-05 8:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-04 17:26 [PATCH 0/2] Add exynos7870-j5y17lte Kaustabh Chakraborty
2026-03-04 17:26 ` [PATCH 1/2] dt-bindings: arm: samsung: add compatible for samsung-j5y17lte Kaustabh Chakraborty
2026-03-04 17:26 ` [PATCH 2/2] arm64: dts: exynos: add initial support " Kaustabh Chakraborty
2026-03-05 8:22 ` Krzysztof Kozlowski [this message]
2026-03-05 8:24 ` Krzysztof Kozlowski
2026-03-05 8:24 ` [PATCH 0/2] Add exynos7870-j5y17lte Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260305-gentle-important-starling-48ca1b@quoll \
--to=krzk@kernel.org \
--cc=alim.akhtar@samsung.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gpiccoli@igalia.com \
--cc=kauschluss@disroot.org \
--cc=kees@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sebokandris2009@gmail.com \
--cc=tony.luck@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox