openwrt/target/linux/sunxi
Zhao Yu e178d9a549 sunxi: add rtc-sun6i driver package
AP6212 wifi need wifi_pwrseq, but from OrangePi Lite 2 dts :

wifi_pwrseq: wifi_pwrseq {
	compatible = "mmc-pwrseq-simple";
	clocks = <&rtc 1>;
	clock-names = "ext_clock";
	reset-gpios = <&r_pio 1 3 GPIO_ACTIVE_LOW>; /* PM3 */
	post-power-on-delay-ms = <200>;
};

this pwrseq need rtc clock, or kernel won't find this device.
but now rtc-sunxi.c only support A10/A20.
Orangepi Lite 2 use H6 ,from rtc-sun6i.c show compatible is
	{ .compatible = "allwinner,sun6i-a31-rtc" },
	{ .compatible = "allwinner,sun8i-a23-rtc" },
	{ .compatible = "allwinner,sun8i-h3-rtc" },
	{ .compatible = "allwinner,sun8i-r40-rtc" },
	{ .compatible = "allwinner,sun8i-v3-rtc" },
	{ .compatible = "allwinner,sun50i-h5-rtc" },
	{ .compatible = "allwinner,sun50i-h6-rtc" },
So it need this to let kernel find this mmc wifi device.

As suggested by hauke, let it build as package.

Signed-off-by: Zhao Yu <574249312@qq.com>
2021-11-20 21:08:25 +01:00
..
base-files sunxi: add support for FriendlyARM NanoPi R1S H5 2021-10-30 21:17:20 +02:00
cortexa7 sunxi: Refresh kernel 5.10 configuration 2021-10-03 01:13:18 +02:00
cortexa8 sunxi: 5.10: enable sun8i-thermal 2021-10-24 18:44:41 +02:00
cortexa53 sunxi: add support for FriendlyARM NanoPi R1S H5 2021-10-30 21:17:20 +02:00
image sunxi: add support for FriendlyARM NanoPi R1S H5 2021-10-30 21:17:20 +02:00
patches-5.4 sunxi: Nanopi R1S H5: enable LAN LED configuration 2021-10-30 21:17:20 +02:00
patches-5.10 sunxi: 5.10: Orange Pi Zero Plus: Fix networking 2021-11-19 09:40:29 +00:00
profiles target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
config-5.4 sunxi: bring up DSA b53 switch on Lamobo R1 2021-09-15 19:11:29 +01:00
config-5.10 kernel: Set some options in generic configuration 2021-11-02 23:37:19 +01:00
Makefile sunxi: switch to Kernel 5.10 2021-10-25 10:28:07 -10:00
modules.mk sunxi: add rtc-sun6i driver package 2021-11-20 21:08:25 +01:00