mirror of https://gitee.com/openkylin/linux.git
ARM: dts: imx6qdl: Add power-domain phandle to CODA device node
The CODA960 VPU is part of the PU power domain. Add power-domains phandle so it can be associated with the PU generic pm domain for power gating. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
e9d6d6b62f
commit
29eea64c1b
|
@ -371,6 +371,7 @@ vpu: vpu@02040000 {
|
||||||
clocks = <&clks IMX6QDL_CLK_VPU_AXI>,
|
clocks = <&clks IMX6QDL_CLK_VPU_AXI>,
|
||||||
<&clks IMX6QDL_CLK_MMDC_CH0_AXI>;
|
<&clks IMX6QDL_CLK_MMDC_CH0_AXI>;
|
||||||
clock-names = "per", "ahb";
|
clock-names = "per", "ahb";
|
||||||
|
power-domains = <&gpc 1>;
|
||||||
resets = <&src 1>;
|
resets = <&src 1>;
|
||||||
iram = <&ocram>;
|
iram = <&ocram>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue