mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
27 lines
801 B
Diff
27 lines
801 B
Diff
|
From 25727569379b42593b55cfb743b7eff4cfa1cce2 Mon Sep 17 00:00:00 2001
|
||
|
From: Samuel Holland <samuel@sholland.org>
|
||
|
Date: Sun, 14 Aug 2022 23:45:50 -0500
|
||
|
Subject: [PATCH 024/117] MAINTAINERS: Match the sun20i family of Allwinner
|
||
|
SoCs
|
||
|
|
||
|
Allwinner sunxi SoCs with a RISC-V CPU use the sun20i designator. Match
|
||
|
that pattern in addition to the designators for 32 and 64-bit ARM SoCs.
|
||
|
|
||
|
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
|
||
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
||
|
---
|
||
|
MAINTAINERS | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/MAINTAINERS
|
||
|
+++ b/MAINTAINERS
|
||
|
@@ -1828,7 +1828,7 @@ F: drivers/pinctrl/sunxi/
|
||
|
F: drivers/soc/sunxi/
|
||
|
N: allwinner
|
||
|
N: sun[x456789]i
|
||
|
-N: sun50i
|
||
|
+N: sun[25]0i
|
||
|
|
||
|
ARM/Amlogic Meson SoC CLOCK FRAMEWORK
|
||
|
M: Neil Armstrong <neil.armstrong@linaro.org>
|