mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 20:45:20 +07:00
ad1cfdf518
The 2nd additional region is the GIC virtual cpu interface register
base and size.
As the gic400 of rk3368 says, the cpu interface register map as below
:
-0x0000 GICC_CTRL
.
.
.
-0x00fc GICC_IIDR
-0x1000 GICC_IDR
Obviously, the region size should be greater than 0x1000.
So we should make sure to include the GICC_IDR since the kernel will access
it in some cases.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
rk3368-evb-act8846.dts | ||
rk3368-evb.dtsi | ||
rk3368-geekbox.dts | ||
rk3368-r88.dts | ||
rk3368.dtsi | ||
rk3399-evb.dts | ||
rk3399.dtsi |