All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
To: linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org,
	carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org,
	narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	will.deacon-5wv7dgnIgG8@public.gmane.org,
	catalin.marinas-5wv7dgnIgG8@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org,
	Martin Blumenstingl
	<martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Subject: [PATCH 0/1] meson-gxl: improve support for the P212 board
Date: Sun, 19 Feb 2017 23:41:13 +0100	[thread overview]
Message-ID: <20170219224114.17201-1-martin.blumenstingl@googlemail.com> (raw)

The P212 board is a reference design and re-used by other boards (similar
to the meson-gxbb-p20x.dtsi which is inherited by the Wetek boards).
Until now only very basic functionality was supported, but most of the
interesting things (wifi, SD, eMMC, IR, etc.) are not enabled yet - which
changes with this patch.

I have tested this with a Khadas VIM board (patch for this will follow)
as I don't have a P212 board itself. Thus it would be nice if someone
could test it on an actual P212 board.

Please also specifically review the copyright statements in
meson-gxl-s905x-p212.dtsi - I want to make sure I didn't mess anything
up there.

Martin Blumenstingl (1):
  ARM64: dts: meson-gxl: improve support for the P212 reference design

 .../boot/dts/amlogic/meson-gxl-s905x-p212.dts      |  21 +-
 .../boot/dts/amlogic/meson-gxl-s905x-p212.dtsi     | 214 +++++++++++++++++++++
 2 files changed, 226 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi

-- 
2.11.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: martin.blumenstingl@googlemail.com (Martin Blumenstingl)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/1] meson-gxl: improve support for the P212 board
Date: Sun, 19 Feb 2017 23:41:13 +0100	[thread overview]
Message-ID: <20170219224114.17201-1-martin.blumenstingl@googlemail.com> (raw)

The P212 board is a reference design and re-used by other boards (similar
to the meson-gxbb-p20x.dtsi which is inherited by the Wetek boards).
Until now only very basic functionality was supported, but most of the
interesting things (wifi, SD, eMMC, IR, etc.) are not enabled yet - which
changes with this patch.

I have tested this with a Khadas VIM board (patch for this will follow)
as I don't have a P212 board itself. Thus it would be nice if someone
could test it on an actual P212 board.

Please also specifically review the copyright statements in
meson-gxl-s905x-p212.dtsi - I want to make sure I didn't mess anything
up there.

Martin Blumenstingl (1):
  ARM64: dts: meson-gxl: improve support for the P212 reference design

 .../boot/dts/amlogic/meson-gxl-s905x-p212.dts      |  21 +-
 .../boot/dts/amlogic/meson-gxl-s905x-p212.dtsi     | 214 +++++++++++++++++++++
 2 files changed, 226 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi

-- 
2.11.1

WARNING: multiple messages have this Message-ID (diff)
From: martin.blumenstingl@googlemail.com (Martin Blumenstingl)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 0/1] meson-gxl: improve support for the P212 board
Date: Sun, 19 Feb 2017 23:41:13 +0100	[thread overview]
Message-ID: <20170219224114.17201-1-martin.blumenstingl@googlemail.com> (raw)

The P212 board is a reference design and re-used by other boards (similar
to the meson-gxbb-p20x.dtsi which is inherited by the Wetek boards).
Until now only very basic functionality was supported, but most of the
interesting things (wifi, SD, eMMC, IR, etc.) are not enabled yet - which
changes with this patch.

I have tested this with a Khadas VIM board (patch for this will follow)
as I don't have a P212 board itself. Thus it would be nice if someone
could test it on an actual P212 board.

Please also specifically review the copyright statements in
meson-gxl-s905x-p212.dtsi - I want to make sure I didn't mess anything
up there.

Martin Blumenstingl (1):
  ARM64: dts: meson-gxl: improve support for the P212 reference design

 .../boot/dts/amlogic/meson-gxl-s905x-p212.dts      |  21 +-
 .../boot/dts/amlogic/meson-gxl-s905x-p212.dtsi     | 214 +++++++++++++++++++++
 2 files changed, 226 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi

-- 
2.11.1

             reply	other threads:[~2017-02-19 22:41 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-19 22:41 Martin Blumenstingl [this message]
2017-02-19 22:41 ` [PATCH 0/1] meson-gxl: improve support for the P212 board Martin Blumenstingl
2017-02-19 22:41 ` Martin Blumenstingl
     [not found] ` <20170219224114.17201-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-02-19 22:41   ` [PATCH 1/1] ARM64: dts: meson-gxl: improve support for the P212 reference design Martin Blumenstingl
2017-02-19 22:41     ` Martin Blumenstingl
2017-02-19 22:41     ` Martin Blumenstingl
     [not found]     ` <20170219224114.17201-2-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-02-28 13:50       ` Neil Armstrong
2017-02-28 13:50         ` Neil Armstrong
2017-02-28 13:50         ` Neil Armstrong
2017-02-28 23:12       ` Rob Herring
2017-02-28 23:12         ` Rob Herring
2017-02-28 23:12         ` Rob Herring
2017-03-04  9:52   ` [PATCH v2 0/1] meson-gxl: improve support for the P212 board Martin Blumenstingl
2017-03-04  9:52     ` Martin Blumenstingl
2017-03-04  9:52     ` Martin Blumenstingl
     [not found]     ` <20170304095213.8221-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-03-04  9:52       ` [PATCH v2 1/1] ARM64: dts: meson-gxl: improve support for the P212 reference design Martin Blumenstingl
2017-03-04  9:52         ` Martin Blumenstingl
2017-03-04  9:52         ` Martin Blumenstingl
     [not found]         ` <20170304095213.8221-2-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-03-14 22:34           ` Kevin Hilman
2017-03-14 22:34             ` Kevin Hilman
2017-03-14 22:34             ` Kevin Hilman

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=20170219224114.17201-1-martin.blumenstingl@googlemail.com \
    --to=martin.blumenstingl-gm/ye1e23mwn+bqq9rbeug@public.gmane.org \
    --cc=carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org \
    --cc=catalin.marinas-5wv7dgnIgG8@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
    --cc=khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
    --cc=linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=will.deacon-5wv7dgnIgG8@public.gmane.org \
    /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.