mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
Merge "fix(rd1ae): fix rd1-ae device tree" into integration
This commit is contained in:
commit
faddccc43e
1 changed files with 2 additions and 2 deletions
|
@ -273,7 +273,7 @@
|
||||||
gic: interrupt-controller@30000000 {
|
gic: interrupt-controller@30000000 {
|
||||||
compatible = "arm,gic-v3";
|
compatible = "arm,gic-v3";
|
||||||
reg = <0x0 0x30000000 0 0x10000>, // GICD
|
reg = <0x0 0x30000000 0 0x10000>, // GICD
|
||||||
<0x0 0x301c0000 0 0x8000000>; // GICR
|
<0x0 0x301c0000 0 0x400000>; // GICR
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
|
@ -425,7 +425,7 @@
|
||||||
method = "smc";
|
method = "smc";
|
||||||
cpu_suspend = <0xc4000001>;
|
cpu_suspend = <0xc4000001>;
|
||||||
cpu_off = <0x84000002>;
|
cpu_off = <0x84000002>;
|
||||||
cpu_on = <0x84000003>;
|
cpu_on = <0xc4000003>;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue