ramips: fix the number of uarts for MT7688
[openwrt/openwrt.git] / target / linux / mediatek / patches-4.4 / 0022-soc-mediatek-add-compat-string-for-mt7623-to-scpsys.patch
1 From f232c3b36355974bf3442de3a4726d2e499ed3fe 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 022/102] soc: mediatek: add compat string for mt7623 to
5 scpsys
6
7 Signed-off-by: John Crispin <blogic@openwrt.org>
8 ---
9 drivers/soc/mediatek/mtk-scpsys-mt2701.c | 2 ++
10 1 file changed, 2 insertions(+)
11
12 --- a/drivers/soc/mediatek/mtk-scpsys-mt2701.c
13 +++ b/drivers/soc/mediatek/mtk-scpsys-mt2701.c
14 @@ -136,6 +136,8 @@ static const struct of_device_id of_scps
15 {
16 .compatible = "mediatek,mt2701-scpsys",
17 }, {
18 + .compatible = "mediatek,mt7623-scpsys",
19 + }, {
20 /* sentinel */
21 }
22 };