mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-12 12:25:18 +02:00
arm64: dts: amlogic: add power domain to hdmitx
[ Upstream commitf1ab099d65
] HDMI Tx needs HDMI Tx memory power domain turned on. This power domain is handled under the VPU power domain. The HDMI Tx currently works because it is enabling the PD by directly poking the power controller register. It is should not do that but properly use the power domain controller. Fix this by adding the power domain to HDMI Tx. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Link: https://lore.kernel.org/r/20240625145017.1003346-3-jbrunet@baylibre.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Stable-dep-of:1443b6ea80
("arm64: dts: amlogic: setup hdmi system clock") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
b44836994a
commit
fbb1f7ab0b
|
@ -367,6 +367,10 @@
|
|||
power-domains = <&pwrc PWRC_G12A_ETH_ID>;
|
||||
};
|
||||
|
||||
&hdmi_tx {
|
||||
power-domains = <&pwrc PWRC_G12A_VPU_ID>;
|
||||
};
|
||||
|
||||
&vpu {
|
||||
power-domains = <&pwrc PWRC_G12A_VPU_ID>;
|
||||
};
|
||||
|
|
|
@ -315,6 +315,7 @@
|
|||
<&clkc CLKID_HDMI_PCLK>,
|
||||
<&clkc CLKID_GCLK_VENCI_INT0>;
|
||||
clock-names = "isfr", "iahb", "venci";
|
||||
power-domains = <&pwrc PWRC_GXBB_VPU_ID>;
|
||||
};
|
||||
|
||||
&sysctrl {
|
||||
|
|
|
@ -327,6 +327,7 @@
|
|||
<&clkc CLKID_HDMI_PCLK>,
|
||||
<&clkc CLKID_GCLK_VENCI_INT0>;
|
||||
clock-names = "isfr", "iahb", "venci";
|
||||
power-domains = <&pwrc PWRC_GXBB_VPU_ID>;
|
||||
};
|
||||
|
||||
&sysctrl {
|
||||
|
|
|
@ -518,6 +518,10 @@
|
|||
"amlogic,meson-gpio-intc";
|
||||
};
|
||||
|
||||
&hdmi_tx {
|
||||
power-domains = <&pwrc PWRC_SM1_VPU_ID>;
|
||||
};
|
||||
|
||||
&pcie {
|
||||
power-domains = <&pwrc PWRC_SM1_PCIE_ID>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user