Skip to content

Commit

Permalink
ARM: dt: dove: add video decoder power domain description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King authored and Gregory CLEMENT committed Aug 5, 2015
1 parent 71296a3 commit 7c2293f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/dove.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,12 @@
#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 {
Expand Down

0 comments on commit 7c2293f

Please sign in to comment.