From: "Duje Mihanović" <duje.mihanovic@skole.hr>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Lubomir Rintel <lkundrak@v3.sk>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>, Andrew Lunn <andrew@lunn.ch>,
Gregory Clement <gregory.clement@bootlin.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Kees Cook <kees@kernel.org>, Tony Luck <tony.luck@intel.com>,
"Guilherme G. Piccoli" <gpiccoli@igalia.com>,
David Wronek <david@mainlining.org>,
Karel Balej <balejk@matfyz.cz>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-hardening@vger.kernel.org, phone-devel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht
Subject: Re: [PATCH v14 3/4] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte
Date: Thu, 16 Jan 2025 16:26:59 +0100 [thread overview]
Message-ID: <5849160.DvuYhMxLoT@radijator> (raw)
In-Reply-To: <ct7q2eaps2m2ceghiek2pmb7yhd5it6s53moumfncnyq4d4zmw@fmtoyyn3j5t2>
On Thursday 16 January 2025 09:00:40 Central European Standard Time Krzysztof
Kozlowski wrote:
> On Wed, Jan 15, 2025 at 09:35:56PM +0100, Duje Mihanović wrote:
> > Add DTS for Marvell PXA1908 SoC and Samsung Galaxy Core Prime Value
> > Edition LTE, a smartphone based on said SoC.
> >
> > Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
> > ---
> >
> > arch/arm64/boot/dts/marvell/Makefile | 3 +
> > .../dts/marvell/pxa1908-samsung-coreprimevelte.dts | 336
> > +++++++++++++++++++++ arch/arm64/boot/dts/marvell/pxa1908.dtsi
|
> > 300 ++++++++++++++++++ 3 files changed, 639 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/marvell/Makefile
> > b/arch/arm64/boot/dts/marvell/Makefile index
> > ce751b5028e2628834340b5c50f8992092226eba..
39c5749e631db33aa8fb0386a951c0a70
> > 215bc02 100644 --- a/arch/arm64/boot/dts/marvell/Makefile
> > +++ b/arch/arm64/boot/dts/marvell/Makefile
> > @@ -32,3 +32,6 @@ dtb-$(CONFIG_ARCH_MVEBU) += cn9130-cf-base.dtb
> >
> > dtb-$(CONFIG_ARCH_MVEBU) += cn9130-cf-pro.dtb
> > dtb-$(CONFIG_ARCH_MVEBU) += cn9131-cf-solidwan.dtb
> > dtb-$(CONFIG_ARCH_MVEBU) += cn9132-clearfog.dtb
> >
> > +
> > +# MMP SoC Family
> > +dtb-$(CONFIG_ARCH_MMP) += pxa1908-samsung-coreprimevelte.dtb
>
> Hm, why separate ARCH if this is part of Marvell Makefile? One ARCH per
> vendor, so if you think this is different than MVEBU, then should be in
> a separate subdirectory of marvell.
I see, for v15 I'll put these in a mmp/ subdir.
> > +
> > + ramoops@8100000 {
> > + compatible = "ramoops";
> > + reg = <0 0x8100000 0 0x40000>;
> > + record-size = <0x8000>;
> > + console-size = <0x20000>;
> > + max-reason = <5>;
> > + };
> > + };
> > +
> > +
>
> If there is going to be resend/new version:
> Just one blank line.
Will fix.
Regards,
--
Duje
next prev parent reply other threads:[~2025-01-16 15:35 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-15 20:35 [PATCH v14 0/4] Initial Marvell PXA1908 support Duje Mihanović via B4 Relay
2025-01-15 20:35 ` [PATCH v14 1/4] dt-bindings: marvell: Document PXA1908 SoC and samsung,coreprimevelte Duje Mihanović via B4 Relay
2025-01-15 20:35 ` [PATCH v14 2/4] arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform Duje Mihanović via B4 Relay
2025-01-16 7:52 ` Krzysztof Kozlowski
2025-01-17 6:13 ` kernel test robot
2025-01-15 20:35 ` [PATCH v14 3/4] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte Duje Mihanović via B4 Relay
2025-01-16 8:00 ` Krzysztof Kozlowski
2025-01-16 15:26 ` Duje Mihanović [this message]
2025-01-15 20:35 ` [PATCH v14 4/4] MAINTAINERS: add myself as Marvell PXA1908 maintainer Duje Mihanović via B4 Relay
2025-01-16 7:56 ` Krzysztof Kozlowski
2025-01-16 15:47 ` Duje Mihanović
2025-01-16 20:22 ` Krzysztof Kozlowski
2025-01-16 14:02 ` [PATCH v14 0/4] Initial Marvell PXA1908 support Rob Herring (Arm)
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=5849160.DvuYhMxLoT@radijator \
--to=duje.mihanovic@skole.hr \
--cc=andrew@lunn.ch \
--cc=balejk@matfyz.cz \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=david@mainlining.org \
--cc=devicetree@vger.kernel.org \
--cc=gpiccoli@igalia.com \
--cc=gregory.clement@bootlin.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=lkundrak@v3.sk \
--cc=phone-devel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sebastian.hesselbarth@gmail.com \
--cc=tony.luck@intel.com \
--cc=will@kernel.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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;
as well as URLs for NNTP newsgroup(s).