diff options
author | Ryder Lee <ryder.lee@mediatek.com> | 2019-01-29 05:28:48 +0100 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2019-02-07 17:47:07 +0100 |
commit | 2663146427cedb9d7582cfa481d5d5611fb3138a (patch) | |
tree | fb6333afdb8f8a28e3745eeb8db9d1b0035e7ee3 /arch/arm/mach-mediatek/platsmp.c | |
parent | dt-bindings: soc: fix typo of MT8173 power dt-bindings (diff) | |
download | linux-2663146427cedb9d7582cfa481d5d5611fb3138a.tar.xz linux-2663146427cedb9d7582cfa481d5d5611fb3138a.zip |
Revert "ARM: mediatek: add MT7623a smp bringup code"
This reverts commit 3b99ab7deca1e5f4229b4bdecd005d71e22cfc60.
The compatible "mediatek,mt7623a" is useless, so remove it.
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/mach-mediatek/platsmp.c')
-rw-r--r-- | arch/arm/mach-mediatek/platsmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mediatek/platsmp.c b/arch/arm/mach-mediatek/platsmp.c index 6882ff07aaa6..51e85562098c 100644 --- a/arch/arm/mach-mediatek/platsmp.c +++ b/arch/arm/mach-mediatek/platsmp.c @@ -60,7 +60,6 @@ static const struct of_device_id mtk_tz_smp_boot_infos[] __initconst = { static const struct of_device_id mtk_smp_boot_infos[] __initconst = { { .compatible = "mediatek,mt6589", .data = &mtk_mt6589_boot }, { .compatible = "mediatek,mt7623", .data = &mtk_mt7623_boot }, - { .compatible = "mediatek,mt7623a", .data = &mtk_mt7623_boot }, {}, }; |