From: manabian@gmail.com (Joachim Eastwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: dts: lpc18xx: add boot rom node
Date: Tue, 13 Sep 2016 21:51:17 +0200 [thread overview]
Message-ID: <20160913195117.2887-4-manabian@gmail.com> (raw)
In-Reply-To: <20160913195117.2887-1-manabian@gmail.com>
Add node for the boot ROM found on all NXP LPC18xx/43xx devices.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
---
arch/arm/boot/dts/lpc18xx.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/lpc18xx.dtsi b/arch/arm/boot/dts/lpc18xx.dtsi
index 631e6f6c..9f94f3e 100644
--- a/arch/arm/boot/dts/lpc18xx.dtsi
+++ b/arch/arm/boot/dts/lpc18xx.dtsi
@@ -81,6 +81,14 @@
status = "disabled";
};
+ boot_rom: firmware at 10400000 {
+ compatible = "nxp,lpc1850-boot-rom";
+ reg = <0x10400000 0x10000>;
+ syscon = <&creg>;
+ nvmem-cells = <&part_id>;
+ nvmem-cell-names = "PartID";
+ };
+
dmac: dma-controller at 40002000 {
compatible = "arm,pl080", "arm,primecell";
arm,primecell-periphid = <0x00041080>;
--
2.9.3
next prev parent reply other threads:[~2016-09-13 19:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-13 19:51 [PATCH 0/3] firmware: add driver for lpc18xx boot ROM Joachim Eastwood
2016-09-13 19:51 ` [PATCH 1/3] firmware: add lpc18xx boot rom driver Joachim Eastwood
2016-10-07 1:42 ` Vladimir Zapolskiy
2016-10-08 10:49 ` Joachim Eastwood
2016-09-13 19:51 ` [PATCH 2/3] firmware: dt: document lpc1850 boot ROM bindings Joachim Eastwood
2016-09-23 13:39 ` Rob Herring
2016-09-23 20:01 ` Joachim Eastwood
2016-09-13 19:51 ` Joachim Eastwood [this message]
2016-10-07 1:50 ` [PATCH 3/3] ARM: dts: lpc18xx: add boot rom node Vladimir Zapolskiy
2016-10-08 10:28 ` Joachim Eastwood
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=20160913195117.2887-4-manabian@gmail.com \
--to=manabian@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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).