mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
db88977894
Compared to the armada-xp the 98DX3336 uses different registers to set the boot address for the secondary CPU so a new enable-method is needed. This will only work if the machine definition doesn't define an overall smp_ops because there is not currently a way of overriding this from the device tree if it is set in the machine definition. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
17 lines
321 B
Plaintext
17 lines
321 B
Plaintext
Resume Control
|
|
--------------
|
|
Available on Marvell SOCs: 98DX3336 and 98DX4251
|
|
|
|
Required properties:
|
|
|
|
- compatible: must be "marvell,98dx3336-resume-ctrl"
|
|
|
|
- reg: Should contain resume control registers location and length
|
|
|
|
Example:
|
|
|
|
resume@20980 {
|
|
compatible = "marvell,98dx3336-resume-ctrl";
|
|
reg = <0x20980 0x10>;
|
|
};
|