mirror of https://gitee.com/openkylin/linux.git
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 <santosh.shilimkar@ti.com> Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
This commit is contained in:
parent
ba1829bcaa
commit
0129c16cb5
|
@ -46,7 +46,9 @@ timer {
|
||||||
compatible = "arm,armv7-timer";
|
compatible = "arm,armv7-timer";
|
||||||
/* PPI secure/nonsecure IRQ, active low level-sensitive */
|
/* PPI secure/nonsecure IRQ, active low level-sensitive */
|
||||||
interrupts = <1 13 0x308>,
|
interrupts = <1 13 0x308>,
|
||||||
<1 14 0x308>;
|
<1 14 0x308>,
|
||||||
|
<1 11 0x308>,
|
||||||
|
<1 10 0x308>;
|
||||||
clock-frequency = <6144000>;
|
clock-frequency = <6144000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -55,7 +57,9 @@ gic: interrupt-controller@48211000 {
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
reg = <0x48211000 0x1000>,
|
reg = <0x48211000 0x1000>,
|
||||||
<0x48212000 0x1000>;
|
<0x48212000 0x1000>,
|
||||||
|
<0x48214000 0x2000>,
|
||||||
|
<0x48216000 0x2000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue