mirror of
https://github.com/armbian/build.git
synced 2025-08-10 05:06:57 +02:00
* Bumping EDGE kernel to 5.14.y Meson64: - removing Odroid reboot shutdown patch since its probably not needed anymore Rockchip64: - removing Rockpi S. No interest to maintain this any further - removing PBP suspend. Doesn’t align. Need inspection if some other way was mainstreamed - temporally removing Orangepi R1 * Re-adding rockpis, pbp suspend, HFLPS170 wifi and cleanup * Removing deprecated patch, fixing ap6256 wifi * Re-enable Opi R1 plus, untest * Add and fix Radxa Zero
24 lines
533 B
Diff
24 lines
533 B
Diff
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts
|
|
index 6be06873..c250d10c 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts
|
|
@@ -55,6 +55,7 @@
|
|
|
|
aliases {
|
|
serial0 = &uart0;
|
|
+ ethernet1 = &rtl8723cs;
|
|
};
|
|
|
|
chosen {
|
|
@@ -166,6 +167,10 @@
|
|
bus-width = <4>;
|
|
non-removable;
|
|
status = "okay";
|
|
+
|
|
+ rtl8723cs: sdio_wifi@1 {
|
|
+ reg = <1>;
|
|
+ };
|
|
};
|
|
|
|
&ohci0 {
|