[PATCH v3 2/4] ARM: dts: vfxxx: Add On-Chip ROM node for Vybrid

2016-05-20 Thread Sanchayan Maity
Add a device tree node for the On-Chip ROM on Vybrid.

Signed-off-by: Sanchayan Maity 
---
 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 = <_ir>;
ranges;
 
+   ocrom: ocrom@ {
+   compatible = "fsl,vf610-ocrom", "syscon";
+   reg = <0x 0x18000>;
+   };
+
aips0: aips-bus@4000 {
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;
-- 
2.8.2



[PATCH v3 2/4] ARM: dts: vfxxx: Add On-Chip ROM node for Vybrid

2016-05-20 Thread Sanchayan Maity
Add a device tree node for the On-Chip ROM on Vybrid.

Signed-off-by: Sanchayan Maity 
---
 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 = <_ir>;
ranges;
 
+   ocrom: ocrom@ {
+   compatible = "fsl,vf610-ocrom", "syscon";
+   reg = <0x 0x18000>;
+   };
+
aips0: aips-bus@4000 {
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;
-- 
2.8.2