All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akash Gajjar <gajjar04akash@gmail.com>
To: naoki@radxa.com, kever.yang@rock-chips.com
Cc: Akash Gajjar <gajjar04akash@gmail.com>,
	Simon Glass <sjg@chromium.org>,
	Philipp Tomsich <philipp.tomsich@vrull.eu>,
	Andy Yan <andy.yan@rock-chips.com>,
	u-boot@lists.denx.de
Subject: [PATCH v2 0/1] Add Radxa ROCK Pi S support in U-boot
Date: Tue, 14 Feb 2023 21:01:08 +0530	[thread overview]
Message-ID: <20230214153110.7910-1-gajjar04akash@gmail.com> (raw)

ROCK Pi S is rk3308 soc based board from Radxa. Add board support in u-boot.
Booting logs is accessible at https://paste.ubuntu.com/p/cJDRzBRdXq/

Akash Gajjar (1):
  arm64: dts: rockchip: rk3308: Add Radxa ROCK Pi S support

 arch/arm/dts/rk3308-rock-pi-s-u-boot.dtsi |  17 ++
 arch/arm/dts/rk3308-rock-pi-s.dts         | 228 ++++++++++++++++++++++
 board/rockchip/evb_rk3308/MAINTAINERS     |   7 +
 configs/rock-pi-s-rk3308_defconfig        |  89 +++++++++
 4 files changed, 341 insertions(+)
 create mode 100644 arch/arm/dts/rk3308-rock-pi-s-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3308-rock-pi-s.dts
 create mode 100644 configs/rock-pi-s-rk3308_defconfig

-- 
2.25.1


             reply	other threads:[~2023-02-14 20:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-14 15:31 Akash Gajjar [this message]
2023-02-14 15:31 ` [PATCH v2 1/1] arm64: dts: rockchip: rk3308: Add Radxa ROCK Pi S support Akash Gajjar
2023-02-16  8:40   ` Kever Yang
2023-06-26 17:50     ` R: " Pegorer Massimo

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=20230214153110.7910-1-gajjar04akash@gmail.com \
    --to=gajjar04akash@gmail.com \
    --cc=andy.yan@rock-chips.com \
    --cc=kever.yang@rock-chips.com \
    --cc=naoki@radxa.com \
    --cc=philipp.tomsich@vrull.eu \
    --cc=sjg@chromium.org \
    --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.