From: Jaedon Shin <jaedon.shin@gmail.com>
To: Ralf Baechle <ralf@linux-mips.org>,
Florian Fainelli <f.fainelli@gmail.com>,
Jonas Gorski <jonas.gorski@gmail.com>
Cc: Kevin Cernekee <cernekee@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
MIPS Mailing List <linux-mips@linux-mips.org>,
devicetree@vger.kernel.org, Jaedon Shin <jaedon.shin@gmail.com>
Subject: [v4 0/5] Add device nodes for BCM7xxx SoCs
Date: Fri, 19 Aug 2016 11:52:25 +0900 [thread overview]
Message-ID: <20160819025230.31882-1-jaedon.shin@gmail.com> (raw)
This patch series adds support for Broadcom BCM7xxx MIPS based SoCs.
The NAND device nodes have common file including chip select, BCH
and partitions for the reference board with the same properties.
Changes in v4:
- Fixed interrupt-controller@ at first.
- Fixed NAND properties for various boards.
Changes in v3:
- Fixed incorrect interrupt number in aon_pm_l2_intc.
Changes in v2:
- Removed status properties in always enabled GPIO nodes.
- Removed NAND nodes for v3.3 brcmnand controller.
- Renamed interrupt-controller instead of lable string.
- Renamed bcm97xxx-nand-cs1-bch8.dtsi
Jaedon Shin (5):
MIPS: BMIPS: Add support PWM device nodes
MIPS: BMIPS: Add support GPIO device nodes
MIPS: BMIPS: Add support SDHCI device nodes
MIPS: BMIPS: Add support NAND device nodes
MIPS: BMIPS: Use interrupt-controller node name
arch/mips/boot/dts/brcm/bcm7125.dtsi | 34 ++++++-
arch/mips/boot/dts/brcm/bcm7346.dtsi | 97 +++++++++++++++++-
arch/mips/boot/dts/brcm/bcm7358.dtsi | 89 ++++++++++++++++-
arch/mips/boot/dts/brcm/bcm7360.dtsi | 89 ++++++++++++++++-
arch/mips/boot/dts/brcm/bcm7362.dtsi | 89 ++++++++++++++++-
arch/mips/boot/dts/brcm/bcm7420.dtsi | 42 +++++++-
arch/mips/boot/dts/brcm/bcm7425.dtsi | 109 ++++++++++++++++++++-
arch/mips/boot/dts/brcm/bcm7435.dtsi | 109 ++++++++++++++++++++-
arch/mips/boot/dts/brcm/bcm97125cbmb.dts | 4 +
arch/mips/boot/dts/brcm/bcm97346dbsmb.dts | 17 ++++
arch/mips/boot/dts/brcm/bcm97358svmb.dts | 13 +++
arch/mips/boot/dts/brcm/bcm97360svmb.dts | 8 ++
arch/mips/boot/dts/brcm/bcm97362svmb.dts | 13 +++
arch/mips/boot/dts/brcm/bcm97420c.dts | 8 ++
arch/mips/boot/dts/brcm/bcm97425svmb.dts | 21 ++++
arch/mips/boot/dts/brcm/bcm97435svmb.dts | 21 ++++
.../boot/dts/brcm/bcm97xxx-nand-cs1-bch24.dtsi | 25 +++++
.../mips/boot/dts/brcm/bcm97xxx-nand-cs1-bch4.dtsi | 25 +++++
18 files changed, 775 insertions(+), 38 deletions(-)
create mode 100644 arch/mips/boot/dts/brcm/bcm97xxx-nand-cs1-bch24.dtsi
create mode 100644 arch/mips/boot/dts/brcm/bcm97xxx-nand-cs1-bch4.dtsi
--
2.9.3
next reply other threads:[~2016-08-19 2:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-19 2:52 Jaedon Shin [this message]
[not found] ` <20160819025230.31882-1-jaedon.shin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-08-19 2:52 ` [v4 1/5] MIPS: BMIPS: Add support PWM device nodes Jaedon Shin
2016-08-19 2:52 ` [v4 2/5] MIPS: BMIPS: Add support GPIO " Jaedon Shin
2016-08-19 2:52 ` [v4 3/5] MIPS: BMIPS: Add support SDHCI " Jaedon Shin
2016-08-19 2:52 ` [v4 4/5] MIPS: BMIPS: Add support NAND " Jaedon Shin
2016-08-19 2:52 ` [v4 5/5] MIPS: BMIPS: Use interrupt-controller node name Jaedon Shin
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=20160819025230.31882-1-jaedon.shin@gmail.com \
--to=jaedon.shin@gmail.com \
--cc=cernekee@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=jonas.gorski@gmail.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
--cc=robh+dt@kernel.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 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).