RE: [PATCH] ARM: EXYNOS5440: DTS: Add virtual GIC DT bindings

2013-04-02 Thread Kukjin Kim
Giridhar Maruthy wrote:
 
 Exynos5440 has GIC which has virtualization support
 in them. These are used by KVM.
 
 Signed-off-by: Giridhar Maruthy giridha...@samsung.com
 ---
  arch/arm/boot/dts/exynos5440.dtsi |6 +-
  1 file changed, 5 insertions(+), 1 deletion(-)
 
 diff --git a/arch/arm/boot/dts/exynos5440.dtsi
 b/arch/arm/boot/dts/exynos5440.dtsi
 index c374a31..25c6134 100644
 --- a/arch/arm/boot/dts/exynos5440.dtsi
 +++ b/arch/arm/boot/dts/exynos5440.dtsi
 @@ -26,7 +26,11 @@
   compatible = arm,cortex-a15-gic;
   #interrupt-cells = 3;
   interrupt-controller;
 - reg = 0x2E1000 0x1000, 0x2E2000 0x1000;
 + reg =   0x2E1000 0x1000,
 + 0x2E2000 0x1000,
 + 0x2E4000 0x2000,
 + 0x2E6000 0x2000;
 + interrupts = 1 9 0xf04;
   };
 
   cpus {
 --
 1.7.9.5

Looks ok to me, applied.

Thanks.

- Kukjin

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] ARM: EXYNOS5440: DTS: Add virtual GIC DT bindings

2013-03-21 Thread Giridhar Maruthy
Exynos5440 has GIC which has virtualization support
in them. These are used by KVM.

Signed-off-by: Giridhar Maruthy giridha...@samsung.com
---
 arch/arm/boot/dts/exynos5440.dtsi |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5440.dtsi 
b/arch/arm/boot/dts/exynos5440.dtsi
index c374a31..25c6134 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -26,7 +26,11 @@
compatible = arm,cortex-a15-gic;
#interrupt-cells = 3;
interrupt-controller;
-   reg = 0x2E1000 0x1000, 0x2E2000 0x1000;
+   reg =   0x2E1000 0x1000,
+   0x2E2000 0x1000,
+   0x2E4000 0x2000,
+   0x2E6000 0x2000;
+   interrupts = 1 9 0xf04;
};
 
cpus {
-- 
1.7.9.5

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Fwd: [PATCH] ARM: EXYNOS5440: DTS: Add virtual GIC DT bindings

2013-03-21 Thread Giridhar Maruthy
This patch is similar to the ones already submitted by Alexander Graf
and also in Christoffer's tree in linux-kvm-arm for Arndale board,
while this is required for exynos5440.




Exynos5440 has GIC which has virtualization support
in them. These are used by KVM.

Signed-off-by: Giridhar Maruthy giridha...@samsung.com
---
 arch/arm/boot/dts/exynos5440.dtsi |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5440.dtsi
b/arch/arm/boot/dts/exynos5440.dtsi
index c374a31..25c6134 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -26,7 +26,11 @@
compatible = arm,cortex-a15-gic;
#interrupt-cells = 3;
interrupt-controller;
-   reg = 0x2E1000 0x1000, 0x2E2000 0x1000;
+   reg =   0x2E1000 0x1000,
+   0x2E2000 0x1000,
+   0x2E4000 0x2000,
+   0x2E6000 0x2000;
+   interrupts = 1 9 0xf04;
};

cpus {
--
1.7.9.5
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html