mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 23:46:59 +07:00
arm64: dts: marvell: armada-37xx: add the node allowing AVS support
In order to be able to use Adaptive Voltage Scaling, we need to add a reference to these registers. Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
22613c2950
commit
d970737fa3
@ -98,6 +98,12 @@ i2c1: i2c@11080 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
avs: avs@11500 {
|
||||
compatible = "marvell,armada-3700-avs",
|
||||
"syscon";
|
||||
reg = <0x11500 0x40>;
|
||||
};
|
||||
|
||||
uart0: serial@12000 {
|
||||
compatible = "marvell,armada-3700-uart";
|
||||
reg = <0x12000 0x200>;
|
||||
|
Loading…
Reference in New Issue
Block a user