Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1438205
| From | Sanchayan Maity <maitysanchayan@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 2/5] ARM: dts: vfxxx: Add On-Chip ROM node for Vybrid |
| Date | 2016-07-07 08:50 +0200 |
| Message-ID | <rSbii-3kT-23@gated-at.bofh.it> (permalink) |
| References | <rSbih-3kT-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add a device tree node for the On-Chip ROM on Vybrid.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
---
arch/arm/boot/dts/vfxxx.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
index 0e34d44..6c5222e 100644
--- a/arch/arm/boot/dts/vfxxx.dtsi
+++ b/arch/arm/boot/dts/vfxxx.dtsi
@@ -91,6 +91,11 @@
interrupt-parent = <&mscm_ir>;
ranges;
+ ocrom: ocrom@00000000 {
+ compatible = "fsl,vf610-ocrom", "syscon";
+ reg = <0x00000000 0x18000>;
+ };
+
aips0: aips-bus@40000000 {
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;
--
2.9.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v4 2/5] ARM: dts: vfxxx: Add On-Chip ROM node for Vybrid Sanchayan Maity <maitysanchayan@gmail.com> - 2016-07-07 08:50 +0200
csiph-web