Skip to content

Commit 97801cf

Browse files
wensarndb
authored andcommitted
arm64: dts: mediatek: mt8195: Fix vdosys* compatible strings
When vdosys1 was initially added, it was incorrectly assumed to be compatible with vdosys0, and thus both had the same mt8195-mmsys compatible attached. This has since been corrected in commit b237efd ("dt-bindings: arm: mediatek: mmsys: change compatible for MT8195") and commit 82219cf ("dt-bindings: arm: mediatek: mmsys: add vdosys1 compatible for MT8195"). The device tree needs to be fixed as well, otherwise the vdosys1 block fails to work, and causes its dependent power domain controller to not work either. Change the compatible string of vdosys1 to "mediatek,mt8195-vdosys1". While at it, also add the new "mediatek,mt8195-vdosys0" compatible to vdosys0. Fixes: 6aa5b46 ("arm64: dts: mt8195: Add vdosys and vppsys clock nodes") Signed-off-by: Chen-Yu Tsai <[email protected]> Tested-by: AngeloGioacchino Del Regno <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Acked-by: Matthias Brugger <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 07975ef commit 97801cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@
21462146
};
21472147

21482148
vdosys0: syscon@1c01a000 {
2149-
compatible = "mediatek,mt8195-mmsys", "syscon";
2149+
compatible = "mediatek,mt8195-vdosys0", "mediatek,mt8195-mmsys", "syscon";
21502150
reg = <0 0x1c01a000 0 0x1000>;
21512151
mboxes = <&gce0 0 CMDQ_THR_PRIO_4>;
21522152
#clock-cells = <1>;
@@ -2292,7 +2292,7 @@
22922292
};
22932293

22942294
vdosys1: syscon@1c100000 {
2295-
compatible = "mediatek,mt8195-mmsys", "syscon";
2295+
compatible = "mediatek,mt8195-vdosys1", "syscon";
22962296
reg = <0 0x1c100000 0 0x1000>;
22972297
#clock-cells = <1>;
22982298
};

0 commit comments

Comments
 (0)