All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Marko <robert.marko@sartura.hr>
To: u-boot@lists.denx.de
Subject: [PATCH 1/3] arm: Add support for Qualcomm IPQ40xx family
Date: Fri, 10 Jul 2020 19:31:34 +0200	[thread overview]
Message-ID: <CA+HBbNEBK_2uFqb-KJMhCsQUy9R96gZaZekVeB7miv3kPBtumg@mail.gmail.com> (raw)
In-Reply-To: <20200710165752.GD6246@bill-the-cat>

On Fri, Jul 10, 2020 at 6:57 PM Tom Rini <trini@konsulko.com> wrote:
>
> On Fri, Jul 10, 2020 at 05:52:51PM +0200, Robert Marko wrote:
> > On Fri, Jul 10, 2020 at 5:25 PM Tom Rini <trini@konsulko.com> wrote:
> >
> > > On Mon, Jul 06, 2020 at 10:37:54AM +0200, Robert Marko wrote:
> > >
> > > > This introduces initial support for the popular Qualcomm
> > > > IPQ40x8 and IPQ40x9 WiSoC series.
> > > >
> > > > IPQ40xx series have 4x Cortex A7 ARM-v7A cores.
> > > > Supported are: IPQ4018, IPQ4019, IPQ4028 and IPQ4029.
> > > >
> > > > IPQ40x8 and IPQ40x9 use the same cores, but differ in
> > > > addressable RAM size (1GB for IPQ40x9 and 256MB for IPQ40x8)
> > > > and supported peripherals (IPQ40x8 lacks RGMII, LCD controller
> > > > and EMMC/SDHCI controllers).
> > > >
> > > > IQP4028/IPQ4029 models differ from IPQ4018/IPQ4019 only
> > > > by their rated temperatures rates with IPQ402X models being
> > > > rated for wider temperature ranges.
> > > >
> > > > Initially this supports:
> > > > * Simple clock driver (Only for UART1 now, will be extended)
> > > > * Pinctrl driver (Supports UARTX and GPIO now, will be extended)
> > > > * GPIOs already supported by msm_gpio driver with updates
> > > > * UARTs already supported by serial_msm driver with updates
> > > >
> > > > Further peripherals will come in later patches.
> > > >
> > > > Signed-off-by: Robert Marko <robert.marko@sartura.hr>
> > > > ---
> > > >  MAINTAINERS                                |   7 ++
> > > >  arch/arm/Kconfig                           |  13 ++
> > > >  arch/arm/Makefile                          |   1 +
> > > >  arch/arm/dts/qcom-ipq4019.dtsi             |  79 ++++++++++++
> > >
> > > The goal with dts files (that aren't the -u-boot.dtsi ones of course) is
> > > that they come from upstream Linux.  How far along is that with this
> > > SoC?  Everything else here looks fine, thanks.
> > >
> > Well, I tried to keep as much as possible identical or really similar to
> > the upstream Linux nodes,
> > but there are still differences due to how drivers are simplified.
>
> OK.  You should be able to take the base upstream DTS files and between
> things like CONFIG_OF_REMOVE_PROPS / CONFIG_OF_SPL_REMOVE_PROPS and the
> automatically included -u-boot.dtsi files make any further changes that
> we have to make for space reasons or other tweaks.
Well, I would actually like to avoid that kind of scenario as Linux
DTS has way more nodes that U-boot will ever have.
I intentionally used the smallest possible amount of DT nodes that made sense.

Regards,
Robert
>
> --
> Tom

  reply	other threads:[~2020-07-10 17:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-06  8:37 [PATCH 1/3] arm: Add support for Qualcomm IPQ40xx family Robert Marko
2020-07-06  8:37 ` [PATCH 2/3] msm_serial: Read bit rate register value from DT Robert Marko
2020-07-10 15:26   ` Tom Rini
2020-07-12  4:31   ` Ramon Fried
2020-07-29 13:43   ` Tom Rini
2020-07-06  8:37 ` [PATCH 3/3] msm_gpio: Add support for Qualcomm IPQ40xx Robert Marko
2020-07-10 15:26   ` Tom Rini
2020-07-12  4:31   ` Ramon Fried
2020-07-29 13:43   ` Tom Rini
2020-07-10 15:25 ` [PATCH 1/3] arm: Add support for Qualcomm IPQ40xx family Tom Rini
2020-07-10 15:52   ` Robert Marko
2020-07-10 16:57     ` Tom Rini
2020-07-10 17:31       ` Robert Marko [this message]
2020-07-10 17:43         ` Tom Rini
2020-07-13  8:32           ` Robert Marko
2020-07-29 13:43 ` Tom Rini

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=CA+HBbNEBK_2uFqb-KJMhCsQUy9R96gZaZekVeB7miv3kPBtumg@mail.gmail.com \
    --to=robert.marko@sartura.hr \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.