Commit 109fd206 authored by Bilal Wasim's avatar Bilal Wasim Committed by Matthias Brugger
Browse files

arm64: dts: mediatek: mt8173: Add domain supply for mfg_async



da9211 regulator needs to be enabled before enabling the mfg_async power
domain. Otherwise the subdomain is not enabled and causes failure in
imgtec gpu driver boot.

Add the "domain-supply" property to the "mfg_async" node in DT.

Signed-off-by: default avatarBilal Wasim <Bilal.Wasim@imgtec.com>
Signed-off-by: default avatarEnric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20210701114012.RESEND.3.I9e27871bb700c807a564957302b292e9935dae0b@changeid


Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent a5d68a87
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -163,6 +163,10 @@
	};
};

&mfg_async {
	domain-supply = <&da9211_vgpu_reg>;
};

&cec {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -62,6 +62,10 @@
	};
};

&mfg_async {
	domain-supply = <&da9211_vgpu_reg>;
};

&cec {
	status = "okay";
};
+1 −1
Original line number Diff line number Diff line
@@ -504,7 +504,7 @@
					reg = <MT8173_POWER_DOMAIN_USB>;
					#power-domain-cells = <0>;
				};
				power-domain@MT8173_POWER_DOMAIN_MFG_ASYNC {
				mfg_async: power-domain@MT8173_POWER_DOMAIN_MFG_ASYNC {
					reg = <MT8173_POWER_DOMAIN_MFG_ASYNC>;
					clocks = <&clk26m>;
					clock-names = "mfg";