All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Rehn <rehn.andreas86@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 1/6] dts: sunxi: add licheepi-zero-dock
Date: Wed, 19 May 2021 23:55:48 +0200	[thread overview]
Message-ID: <CAPmT5Deh02J-DvWD-DCP1sQ9ufo-t2+WyZ8qp+=nVg-k3uLMcw@mail.gmail.com> (raw)
In-Reply-To: <20210519224238.51bcc0da@slackpad.fritz.box>

hey andre,

thx for the fast response!

I thought this would be the right choice since she did the initial work a
long time ago. also, she maintains the lichee-zero (without dock) already.

sorry, this is my first patchset to u-boot and I'm not aware of the process.

greetings
Andreas

Am Mi., 19. Mai 2021 um 23:42 Uhr schrieb Andre Przywara <
andre.przywara@arm.com>:

> On Wed, 19 May 2021 21:42:03 +0200
> Andreas Rehn <rehn.andreas86@gmail.com> wrote:
>
> Hi Andreas,
>
> > licheepi-zero dock is the second gen licheepi-zero board
> > and brings addtional periperals like
> > mic, speaker, ethernet, MIPI Camera Interface, 4 push buttons,
> > second TF Card slot for Wifi or SD.
> >
> > As the device tree is synchronized in a previous commit, just add it to
> > Makefile, create a new MAINTAINER item and provide a defconfig.
>
> Thanks for upstreaming this!
>
> >
> > Signed-off-by: Andreas Rehn <rehn.andreas86@gmail.com>
> > ---
> >  arch/arm/dts/Makefile                | 3 ++-
> >  board/sunxi/MAINTAINERS              | 5 +++++
> >  configs/LicheePi_Zero_dock_defconfig | 7 +++++++
> >  3 files changed, 14 insertions(+), 1 deletion(-)
> >  create mode 100644 configs/LicheePi_Zero_dock_defconfig
> >
> > diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
> > index 9c601a5c98..a5253ac112 100644
> > --- a/arch/arm/dts/Makefile
> > +++ b/arch/arm/dts/Makefile
> > @@ -609,7 +609,8 @@ dtb-$(CONFIG_MACH_SUN8I_R40) += \
> >       sun8i-v40-bananapi-m2-berry.dtb
> >  dtb-$(CONFIG_MACH_SUN8I_V3S) += \
> >       sun8i-s3-pinecube.dtb \
> > -     sun8i-v3s-licheepi-zero.dtb
> > +     sun8i-v3s-licheepi-zero.dtb \
> > +     sun8i-v3s-licheepi-zero-dock.dtb
> >  dtb-$(CONFIG_MACH_SUN50I_H5) += \
> >       sun50i-h5-bananapi-m2-plus.dtb \
> >       sun50i-h5-emlid-neutis-n5-devboard.dtb \
> > diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
> > index 76eba2ad20..e956087b76 100644
> > --- a/board/sunxi/MAINTAINERS
> > +++ b/board/sunxi/MAINTAINERS
> > @@ -266,6 +266,11 @@ M:       Icenowy Zheng <icenowy@aosc.xyz>
> >  S:   Maintained
> >  F:   configs/LicheePi_Zero_defconfig
> >
> > +LICHEEPI-ZERO-DOCK BOARD
> > +M:   Icenowy Zheng <icenowy@aosc.xyz>
>
> Does she know about this? How it normally works is that the submitter
> of the defconfig takes "maintainership". Which mostly means that he
> or she owns the board and can be reached for questions or testing
> requests.
>
> Cheers,
> Andre
>
> > +S:   Maintained
> > +F:   configs/LicheePi_Zero_dock_defconfig
> > +
> >  LINKSPRITE-PCDUINO BOARD
> >  M:   Zoltan Herpai <wigyori@uid0.hu>
> >  S:   Maintained
> > diff --git a/configs/LicheePi_Zero_dock_defconfig
> b/configs/LicheePi_Zero_dock_defconfig
> > new file mode 100644
> > index 0000000000..d890151f80
> > --- /dev/null
> > +++ b/configs/LicheePi_Zero_dock_defconfig
> > @@ -0,0 +1,7 @@
> > +CONFIG_ARM=y
> > +CONFIG_ARCH_SUNXI=y
> > +CONFIG_SPL=y
> > +CONFIG_MACH_SUN8I_V3S=y
> > +CONFIG_DRAM_CLK=360
> > +CONFIG_DEFAULT_DEVICE_TREE="sun8i-v3s-licheepi-zero-dock"
> > +CONFIG_SUN8I_EMAC=y
>
>

-- 
Mit freundlichen Gr??en / kind regards
Andreas Rehn | Master of Engineering (M.Eng)

  reply	other threads:[~2021-05-19 21:55 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19 19:42 [PATCH 0/6] arm: sunxi: v3s: add ethernet support Andreas Rehn
2021-05-19 19:42 ` [PATCH 1/6] dts: sunxi: add licheepi-zero-dock Andreas Rehn
2021-05-19 21:42   ` Andre Przywara
2021-05-19 21:55     ` Andreas Rehn [this message]
2021-05-19 19:42 ` [PATCH 2/6] clk: sunxi: v3s: Implement EMAC clocks/resets Andreas Rehn
2021-05-19 21:43   ` Andre Przywara
2021-05-19 19:42 ` [PATCH 3/6] clk: sunxi: v3s: fix tabs / spaces Andreas Rehn
2021-05-19 21:43   ` Andre Przywara
2021-05-19 21:59     ` Andreas Rehn
2021-05-22 23:17   ` [PATCH v2 " Andreas Rehn
2021-05-26 23:16     ` Andre Przywara
2022-01-15 17:36       ` Sean Anderson
2021-05-19 19:42 ` [PATCH 4/6] net: sun8i-emac: add v3s pinmux setting Andreas Rehn
2021-05-19 21:44   ` Andre Przywara
2021-05-22 23:22   ` [PATCH v2 4/6] net: sun8i-emac: add v3s variant Andreas Rehn
2021-05-25  6:53     ` Ramon Fried
2021-05-26 23:24     ` Andre Przywara
2021-12-07  6:13     ` Jagan Teki
2021-05-19 19:42 ` [PATCH 5/6] dts: sunxi: v3s: enable emac support Andreas Rehn
2021-05-19 21:44   ` Andre Przywara
2021-05-19 19:42 ` [PATCH 6/6] net: sun8i-emac: v3s: fix soft reset timeout Andreas Rehn
2021-05-19 21:44   ` Andre Przywara
2021-05-19 22:10     ` Andreas Rehn
2021-05-19 22:46       ` Andre Przywara
2021-05-20  0:18       ` Andre Przywara
2021-05-21 20:14         ` Andreas Rehn
2021-06-03 13:56           ` Andre Przywara
2021-06-03 14:43             ` Heinrich Schuchardt
2021-06-03 15:29               ` Andreas Rehn
2021-05-22 23:23   ` [PATCH v2 " Andreas Rehn

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='CAPmT5Deh02J-DvWD-DCP1sQ9ufo-t2+WyZ8qp+=nVg-k3uLMcw@mail.gmail.com' \
    --to=rehn.andreas86@gmail.com \
    --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.