206fce55c44007bf5bab8e2c282db8ae39f90dac
[openwrt/openwrt.git] / target / linux / mediatek / patches-4.4 / 0022-soc-mediatek-add-compat-string-for-mt7623-to-scpsys.patch
1 From fa5d94d6b4b314f751b1c32bb5a87a80b866d05e Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Tue, 5 Jan 2016 16:52:31 +0100
4 Subject: [PATCH 22/91] soc: mediatek: add compat string for mt7623 to scpsys
5
6 Signed-off-by: John Crispin <blogic@openwrt.org>
7 ---
8 drivers/soc/mediatek/mtk-scpsys-mt2701.c | 2 ++
9 1 file changed, 2 insertions(+)
10
11 --- a/drivers/soc/mediatek/mtk-scpsys-mt2701.c
12 +++ b/drivers/soc/mediatek/mtk-scpsys-mt2701.c
13 @@ -136,6 +136,8 @@ static const struct of_device_id of_scps
14 {
15 .compatible = "mediatek,mt2701-scpsys",
16 }, {
17 + .compatible = "mediatek,mt7623-scpsys",
18 + }, {
19 /* sentinel */
20 }
21 };