From: Nishanth Menon <nm@ti.com>
To: Suman Anna <s-anna@ti.com>
Cc: Device Tree Mailing List <devicetree@vger.kernel.org>,
Grygorii Strashko <grygorii.strashko@ti.com>,
Lokesh Vutla <lokeshvutla@ti.com>, Sekhar Nori <nsekhar@ti.com>,
Kishon Vijay Abraham I <kishon@ti.com>,
Tero Kristo <t-kristo@ti.com>, Rob Herring <robh+dt@kernel.org>,
Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v4 5/5] arm64: dts: ti: Add support for J7200 Common Processor Board
Date: Tue, 15 Sep 2020 20:15:52 -0500 [thread overview]
Message-ID: <20200916011552.armvw6s7jxr4gxca@akan> (raw)
In-Reply-To: <7d7f3ba2-d687-a90b-e4e9-6bec835e093f@ti.com>
On 10:33-20200915, Suman Anna wrote:
> On 9/14/20 11:22 AM, Lokesh Vutla wrote:
> > Add support for J7200 Common Processor Board.
> > The EVM architecture is very similar to J721E as follows:
> >
> > +------------------------------------------------------+
> > | +-------------------------------------------+ |
> > | | | |
> > | | Add-on Card 1 Options | |
> > | | | |
> > | +-------------------------------------------+ |
> > | |
> > | |
> > | +-------------------+ |
> > | | | |
> > | | SOM | |
> > | +--------------+ | | |
> > | | | | | |
> > | | Add-on | +-------------------+ |
> > | | Card 2 | | Power Supply
> > | | Options | | |
> > | | | | |
> > | +--------------+ | <---
> > +------------------------------------------------------+
> > Common Processor Board
> >
> > Common Processor board is the baseboard that has most of the actual
> > connectors, power supply etc. A SOM (System on Module) is plugged on
> > to the common processor board and this contains the SoC, PMIC, DDR and
> > basic high speed components necessary for functionality.
> >
> > Note:
> > * The minimum configuration required to boot up the board is System On
> > Module(SOM) + Common Processor Board.
> > * Since there is just a single SOM and Common Processor Board, we are
> > maintaining common processor board as the base dts and SOM as the dtsi
> > that we include. In the future as more SOM's appear, we should move
> > common processor board as a dtsi and include configurations as dts.
> > * All daughter cards beyond the basic boards shall be maintained as
> > overlays.
> >
> > Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
> > Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> > Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
> > ---
> > arch/arm64/boot/dts/ti/Makefile | 2 +
> > .../dts/ti/k3-j7200-common-proc-board.dts | 64 +++++++++++++++++++
> > arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi | 29 +++++++++
> > 3 files changed, 95 insertions(+)
> > create mode 100644 arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts
> > create mode 100644 arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi
> >
> > diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
> > index 7f28be62b8da..65506f21ba30 100644
> > --- a/arch/arm64/boot/dts/ti/Makefile
> > +++ b/arch/arm64/boot/dts/ti/Makefile
> > @@ -9,3 +9,5 @@
> > dtb-$(CONFIG_ARCH_K3) += k3-am654-base-board.dtb
> >
> > dtb-$(CONFIG_ARCH_K3) += k3-j721e-common-proc-board.dtb
> > +
> > +dtb-$(CONFIG_ARCH_K3) += k3-j7200-common-proc-board.dtb
> > diff --git a/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts
> > new file mode 100644
> > index 000000000000..e27069317c4e
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts
> > @@ -0,0 +1,64 @@
> > +// SPDX-License-Identifier: GPL-2.0
> > +/*
> > + * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
> > + */
> > +
> > +/dts-v1/;
> > +
> > +#include "k3-j7200-som-p0.dtsi"
> > +
> > +/ {
> > + chosen {
> > + stdout-path = "serial2:115200n8";
> > + bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000";
> > + };
> > +};
> > +
> > +&wkup_uart0 {
> > + /* Wakeup UART is used by System firmware */
> > + status = "disabled";
> > +};
> > +
> > +&main_uart0 {
> > + power-domains = <&k3_pds 146 TI_SCI_PD_SHARED>;
>
> Perhaps a comment here to explain why this is being overwritten to use
> PD_SHARED. I don't see anything in the Changelog either.
Shared with ATF on this platform -> I can add this comment on applying.
>
> Otherwise, looks good.
Would that be a reviewed-by?
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-09-16 1:17 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-14 16:22 [PATCH v4 0/5] arm64: Initial support for Texas Instrument's J7200 Platform Lokesh Vutla
2020-09-14 16:22 ` [PATCH v4 1/5] arm64: dts: ti: Makefile: Use ARCH_K3 for building dtbs Lokesh Vutla
2020-09-15 15:28 ` Suman Anna
2020-09-14 16:22 ` [PATCH v4 2/5] dt-bindings: arm: ti: Convert K3 board/soc bindings to DT schema Lokesh Vutla
2020-09-15 15:31 ` Suman Anna
2020-09-22 23:41 ` Rob Herring
2020-09-28 16:51 ` Rob Herring
2020-09-30 12:15 ` Nishanth Menon
2020-09-14 16:22 ` [PATCH v4 3/5] dt-bindings: arm: ti: Add bindings for J7200 SoC Lokesh Vutla
2020-09-15 15:28 ` Suman Anna
2020-09-22 23:41 ` Rob Herring
2020-09-14 16:22 ` [PATCH v4 4/5] arm64: dts: ti: Add support " Lokesh Vutla
2020-09-15 5:09 ` Vignesh Raghavendra
2020-09-15 11:34 ` Nishanth Menon
2020-09-15 11:36 ` Vignesh Raghavendra
2020-09-15 12:11 ` Kishon Vijay Abraham I
2020-09-14 16:22 ` [PATCH v4 5/5] arm64: dts: ti: Add support for J7200 Common Processor Board Lokesh Vutla
2020-09-15 15:33 ` Suman Anna
2020-09-16 1:15 ` Nishanth Menon [this message]
2020-09-16 3:05 ` Suman Anna
2020-09-15 11:35 ` [PATCH v4 0/5] arm64: Initial support for Texas Instrument's J7200 Platform Nishanth Menon
2020-09-23 14:24 ` Nishanth Menon
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=20200916011552.armvw6s7jxr4gxca@akan \
--to=nm@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=grygorii.strashko@ti.com \
--cc=kishon@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=lokeshvutla@ti.com \
--cc=nsekhar@ti.com \
--cc=robh+dt@kernel.org \
--cc=s-anna@ti.com \
--cc=t-kristo@ti.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