mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 05:16:53 +07:00
ARM: dt: dove: add video decoder power domain description
Add the description of the video decoder power domain to the PMU DT entry. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
71296a39c5
commit
7c2293f523
@ -432,6 +432,12 @@ pmu: power-management@d0000 {
|
||||
#reset-cells = <1>;
|
||||
|
||||
domains {
|
||||
vpu_domain: vpu-domain {
|
||||
#power-domain-cells = <0>;
|
||||
marvell,pmu_pwr_mask = <0x00000008>;
|
||||
marvell,pmu_iso_mask = <0x00000001>;
|
||||
resets = <&pmu 16>;
|
||||
};
|
||||
};
|
||||
|
||||
thermal: thermal-diode@001c {
|
||||
|
Loading…
Reference in New Issue
Block a user