Merge "fix(rd1ae): fix rd1-ae device tree" into integration

This commit is contained in:
Olivier Deprez 2024-12-09 12:12:01 +01:00 committed by TrustedFirmware Code Review
commit faddccc43e

View file

@ -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>;
}; };
}; };