Commit 7c2293f5 authored by Russell King's avatar Russell King Committed by Gregory CLEMENT
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 71296a39
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 {