Commit 7fd731a8 authored by Matthias Brugger's avatar Matthias Brugger
Browse files

soc: mediatek: Add deprecated compatible to mmsys

parent ba136b5e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -303,6 +303,10 @@ static const struct of_device_id of_match_mtk_mmsys[] = {
		.compatible = "mediatek,mt8192-mmsys",
		.data = &mt8192_mmsys_driver_data,
	},
	{	/* deprecated compatible */
		.compatible = "mediatek,mt8195-mmsys",
		.data = &mt8195_vdosys0_driver_data,
	},
	{
		.compatible = "mediatek,mt8195-vdosys0",
		.data = &mt8195_vdosys0_driver_data,