From: Kaustabh Chakraborty <kauschluss@disroot.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Alim Akhtar <alim.akhtar@samsung.com>,
Kees Cook <kees@kernel.org>, Tony Luck <tony.luck@intel.com>,
"Guilherme G. Piccoli" <gpiccoli@igalia.com>,
Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-hardening@vger.kernel.org
Subject: Re: [PATCH v6 3/5] arm64: dts: exynos: add initial support for Samsung Galaxy J7 Prime
Date: Thu, 01 May 2025 11:01:53 +0000 [thread overview]
Message-ID: <4fe07fef083daed35898e8a1d11b6d2d@disroot.org> (raw)
In-Reply-To: <298d8c1f-40ca-4377-a7a5-69f81989d7ea@kernel.org>
On 2025-05-01 10:13, Krzysztof Kozlowski wrote:
> On 13/04/2025 20:58, Kaustabh Chakraborty wrote:
>> + key-volup {
>> + label = "Volume Up Key";
>> + gpios = <&gpa2 0 GPIO_ACTIVE_LOW>;
>> + linux,code = <KEY_VOLUMEUP>;
>> + };
>> + };
>> +
>> + memory@40000000 {
>> + device_type = "memory";
>> + reg = <0x0 0x40000000 0x3e400000>;
>> + };
>> +
>> + memory@80000000 {
>
> Why are these two separate device nodes, instead of one for two ranges?
> Does device has somehow two independent memory controllers?
This is from Galaxy J6:
memory@40000000 {
device_type = "memory";
reg = <0x0 0x40000000 0x3d800000>;
};
memory@80000000 {
device_type = "memory";
reg = <0x0 0x80000000 0x40000000>;
};
changes to
memory@40000000 {
device_type = "memory";
reg = <0x0 0x40000000 0x3d800000>,
<0x0 0x80000000 0x7d800000>;
};
I assume I have changed it correctly? `free -h` displays the full
and correct memory capacity.
>
>
> Best regards,
> Krzysztof
next prev parent reply other threads:[~2025-05-01 11:01 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-13 18:58 [PATCH v6 0/5] Add support for the Exynos7870 SoC, along with three devices Kaustabh Chakraborty
2025-04-13 18:58 ` [PATCH v6 1/5] dt-bindings: arm: samsung: add compatibles for exynos7870 devices Kaustabh Chakraborty
2025-04-13 18:58 ` [PATCH v6 2/5] arm64: dts: exynos: add initial devicetree support for exynos7870 Kaustabh Chakraborty
2025-05-01 10:14 ` Krzysztof Kozlowski
2025-04-13 18:58 ` [PATCH v6 3/5] arm64: dts: exynos: add initial support for Samsung Galaxy J7 Prime Kaustabh Chakraborty
2025-05-01 10:13 ` Krzysztof Kozlowski
2025-05-01 11:01 ` Kaustabh Chakraborty [this message]
2025-05-01 11:03 ` Krzysztof Kozlowski
2025-04-13 18:58 ` [PATCH v6 4/5] arm64: dts: exynos: add initial support for Samsung Galaxy A2 Core Kaustabh Chakraborty
2025-04-13 18:58 ` [PATCH v6 5/5] arm64: dts: exynos: add initial support for Samsung Galaxy J6 Kaustabh Chakraborty
2025-04-14 12:42 ` [PATCH v6 0/5] Add support for the Exynos7870 SoC, along with three devices Rob Herring (Arm)
2025-04-14 19:50 ` Kaustabh Chakraborty
2025-04-16 7:14 ` Krzysztof Kozlowski
2025-04-16 7:15 ` Krzysztof Kozlowski
2025-05-01 8:03 ` Kaustabh Chakraborty
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=4fe07fef083daed35898e8a1d11b6d2d@disroot.org \
--to=kauschluss@disroot.org \
--cc=alim.akhtar@samsung.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gpiccoli@igalia.com \
--cc=ivo.ivanov.ivanov1@gmail.com \
--cc=kees@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-hardening@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=robh@kernel.org \
--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