arm64: dts: mt8183: change rpmsg property name
authorTinghan Shen <tinghan.shen@mediatek.com>
Fri, 24 Sep 2021 03:39:35 +0000 (11:39 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Mon, 15 Nov 2021 12:07:08 +0000 (13:07 +0100)
The the rpmsg property name is changed to "mediatek," to sync with the
vendor name defined in vendor-prefixes.yaml.

Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
Reviewed-By: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20210924033935.2127-7-tinghan.shen@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi

index b42d81d..a1a8fc7 100644 (file)
 
        cros_ec {
                compatible = "google,cros-ec-rpmsg";
-               mtk,rpmsg-name = "cros-ec-rpmsg";
+               mediatek,rpmsg-name = "cros-ec-rpmsg";
        };
 };