Skip to content

Commit 58f1262

Browse files
nfrapradoAngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex1
Add the missing mediatek,gce-client-reg property to the mutex1 node to allow it to use the GCE. This prevents the "can't parse gce-client-reg property" error from being printed and should result in better performance. Fixes: 92d2c23 ("arm64: dts: mt8195: add display node for vdosys1") Suggested-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Nícolas F. R. A. Prado <[email protected]> Link: https://lore.kernel.org/r/20240229-gce-client-reg-add-missing-mt8192-95-v1-4-b12c233a8a33@collabora.com Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent 3b12994 commit 58f1262

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/mediatek/mt8195.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3335,6 +3335,7 @@
33353335
power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>;
33363336
clocks = <&vdosys1 CLK_VDO1_DISP_MUTEX>;
33373337
clock-names = "vdo1_mutex";
3338+
mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x1000 0x1000>;
33383339
mediatek,gce-events = <CMDQ_EVENT_VDO1_STREAM_DONE_ENG_0>;
33393340
};
33403341

0 commit comments

Comments
 (0)