u-boot-amlogic.groups.io archive mirror
 help / color / mirror / Atom feed
From: "Neil Armstrong" <neil.armstrong@linaro.org>
To: u-boot@lists.denx.de, u-boot-amlogic@groups.io,
	Neil Armstrong <neil.armstrong@linaro.org>
Subject: [PATCH 0/2] ARM: meson: Add support for Odroid-N2L
Date: Thu, 26 Jan 2023 10:48:19 +0100	[thread overview]
Message-ID: <20230126-u-boot-odroid-n2l-v1-0-c60f695e0f6c@linaro.org> (raw)

ODROID-N2L is a variant SBC in small form factor and some peripherals
are removed from ODROID-N2PLUS based on S922X SoC.

- On-board ethernet is removed
- On-board RTC is removed
- USB 3.0 hub is removed, so one USB 2.0 and one USB 3.0 host ports
  are available
- Huge heatsink is replaced with 40x40mm heatsink, 5V active heatsink
  is recommended or a tall passive sink is optional
- 3.5mm earjack is removed
- IR remote receiver is removed
- MIPI DSI port is added

Is uses Odroid-N2L support posted at [1] and merged for Linux v6.3-rc1.

It doesn't use the odroid-n2 board support since ADC revision
collides with Odroid-N2+ and since it doesn't have on-board ethernet
no need to load the MAC address from eFuses.

[1] https://lore.kernel.org/all/20230122-topic-odroid-n2l-upstream-initial-v2-0-8d3fea6d403d@linaro.org/

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Neil Armstrong (2):
      ARM: dts: Import Odroid-N2L support
      ARM: meson: Add support for Odroid-N2L

 arch/arm/dts/Makefile                          |   1 +
 arch/arm/dts/meson-g12b-odroid-n2.dtsi         | 410 +----------------------
 arch/arm/dts/meson-g12b-odroid-n2l-u-boot.dtsi |   7 +
 arch/arm/dts/meson-g12b-odroid-n2l.dts         | 125 +++++++
 arch/arm/dts/meson-g12b-odroid.dtsi            | 445 +++++++++++++++++++++++++
 configs/odroid-n2l_defconfig                   |  70 ++++
 doc/board/amlogic/index.rst                    |   2 +
 doc/board/amlogic/odroid-n2l.rst               |  31 ++
 8 files changed, 693 insertions(+), 398 deletions(-)
---
base-commit: 640192d04f9c4003959c967d11b2f98c3756c451
change-id: 20230126-u-boot-odroid-n2l-dc8b370b43c6

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>


             reply	other threads:[~2023-01-26  9:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-26  9:48 Neil Armstrong [this message]
2023-01-26  9:48 ` [PATCH 1/2] ARM: dts: Import Odroid-N2L support Neil Armstrong
2023-01-26  9:48 ` [PATCH 2/2] ARM: meson: Add support for Odroid-N2L Neil Armstrong
2023-01-30 13:24 ` [PATCH 0/2] " Neil Armstrong

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=20230126-u-boot-odroid-n2l-v1-0-c60f695e0f6c@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=u-boot-amlogic@groups.io \
    --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 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 read-only IMAP folder(s) and NNTP newsgroup(s).