From 0129c16cb561c655db3e940a90b2765c531e5f2c Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar Date: Tue, 19 Feb 2013 17:29:24 +0530 Subject: [PATCH] ARM: dts: OMAP5: Update the timer and GIC nodes for HYP kernel support To be able to run kernel in HYP mode, virtual timer and GIC node information needs to be populated. Signed-off-by: Santosh Shilimkar Signed-off-by: Benoit Cousson --- arch/arm/boot/dts/omap5.dtsi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 470124413c73..ff09720b4b1b 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -46,7 +46,9 @@ compatible = "arm,armv7-timer"; /* PPI secure/nonsecure IRQ, active low level-sensitive */ interrupts = <1 13 0x308>, - <1 14 0x308>; + <1 14 0x308>, + <1 11 0x308>, + <1 10 0x308>; clock-frequency = <6144000>; }; @@ -55,7 +57,9 @@ interrupt-controller; #interrupt-cells = <3>; reg = <0x48211000 0x1000>, - <0x48212000 0x1000>; + <0x48212000 0x1000>, + <0x48214000 0x2000>, + <0x48216000 0x2000>; }; /* -- 2.20.1