From: Jon Mason <jon.mason@broadcom.com>
To: f.fainelli@gmail.com
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Scott Branden <sbranden@broadcom.com>,
Pawel Moll <pawel.moll@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Ray Jui <rjui@broadcom.com>,
linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
bcm-kernel-feedback-list@broadcom.com,
Kumar Gala <galak@codeaurora.org>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/11] ARM: dts: NSP: define SATA, Reboot, RAM and new device tree files
Date: Wed, 3 Aug 2016 14:38:55 -0400 [thread overview]
Message-ID: <1470249546-12440-1-git-send-email-jon.mason@broadcom.com> (raw)
This patch series adds SATA and RAM for the existing HR and XMC device
tree files (as they were missed when those peices were originally
added). It also adds GPIO rebooting to the platforms that support that
feature. Finally, add device tree files for all known NSP based
reference boards.
The only outstanding HW that isn't fully supported on all NSP boards is
USB and sound. So, we're getting close :)
NOTE: SATA is not in the NSP DTSI in Florian's git tree, but it is
currently in Linus' (due to it going through another maintainer). So,
it won't build until the merge with Linus' tree is done. I thought it
better to do it this way instead of splitting it off and sending it as
a follow-on in a couple of weeks. Let me know if it is preferred I do
it that way.
Thanks,
Jon
Jon Mason (11):
ARM: dts: NSP: Enable SATA on bcm958625hr
ARM: dts: NSP: Enable SATA and add i2c devices on XMC
ARM: dts: NSP: Specify RAM amount for BCM958625K board
ARM: dts: NSP: Specify RAM amount for BCM958525XMC board
ARM: dts: NSP: Add GPIO reboot method to bcm958625hr DTS file
ARM: dts: NSP: Add GPIO reboot method to bcm958625xmc DTS file
ARM: dts: NSP: Add new DT file for bcm958525er
ARM: dts: NSP: Add new DT file for bcm958522er
ARM: dts: NSP: Add new DT file for bcm988312hr
ARM: dts: NSP: Add new DT file for bcm958623hr
ARM: dts: NSP: Add new DT file for bcm958622hr
arch/arm/boot/dts/Makefile | 5 +
arch/arm/boot/dts/bcm958522er.dts | 130 ++++++++++++++++++++++++++
arch/arm/boot/dts/bcm958525er.dts | 142 +++++++++++++++++++++++++++++
arch/arm/boot/dts/bcm958525xmc.dts | 44 ++++++++-
arch/arm/boot/dts/bcm958622hr.dts | 170 ++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/bcm958623hr.dts | 178 ++++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/bcm958625hr.dts | 19 ++++
arch/arm/boot/dts/bcm958625k.dts | 5 +
arch/arm/boot/dts/bcm988312hr.dts | 182 +++++++++++++++++++++++++++++++++++++
9 files changed, 874 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/bcm958522er.dts
create mode 100644 arch/arm/boot/dts/bcm958525er.dts
create mode 100644 arch/arm/boot/dts/bcm958622hr.dts
create mode 100644 arch/arm/boot/dts/bcm958623hr.dts
create mode 100644 arch/arm/boot/dts/bcm988312hr.dts
--
2.7.4
next reply other threads:[~2016-08-03 18:38 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-03 18:38 Jon Mason [this message]
2016-08-03 18:38 ` [PATCH 01/11] ARM: dts: NSP: Enable SATA on bcm958625hr Jon Mason
2016-08-03 18:38 ` [PATCH 02/11] ARM: dts: NSP: Enable SATA and add i2c devices on XMC Jon Mason
[not found] ` <1470249546-12440-1-git-send-email-jon.mason-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-08-03 18:38 ` [PATCH 03/11] ARM: dts: NSP: Specify RAM amount for BCM958625K board Jon Mason
2016-08-03 18:39 ` [PATCH 08/11] ARM: dts: NSP: Add new DT file for bcm958522er Jon Mason
2016-08-03 18:39 ` [PATCH 09/11] ARM: dts: NSP: Add new DT file for bcm988312hr Jon Mason
2016-08-03 18:39 ` [PATCH 11/11] ARM: dts: NSP: Add new DT file for bcm958622hr Jon Mason
2016-08-09 1:42 ` [PATCH 00/11] ARM: dts: NSP: define SATA, Reboot, RAM and new device tree files Florian Fainelli
2016-08-03 18:38 ` [PATCH 04/11] ARM: dts: NSP: Specify RAM amount for BCM958525XMC board Jon Mason
2016-08-03 18:39 ` [PATCH 05/11] ARM: dts: NSP: Add GPIO reboot method to bcm958625hr DTS file Jon Mason
2016-08-03 18:39 ` [PATCH 06/11] ARM: dts: NSP: Add GPIO reboot method to bcm958625xmc " Jon Mason
2016-08-03 18:39 ` [PATCH 07/11] ARM: dts: NSP: Add new DT file for bcm958525er Jon Mason
2016-08-03 18:39 ` [PATCH 10/11] ARM: dts: NSP: Add new DT file for bcm958623hr Jon Mason
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=1470249546-12440-1-git-send-email-jon.mason@broadcom.com \
--to=jon.mason@broadcom.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=rjui@broadcom.com \
--cc=robh+dt@kernel.org \
--cc=sbranden@broadcom.com \
/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 NNTP newsgroup(s).