
Add the latest linux available from https://github.com/armbian/build commit de58ac1faac92724c6449db12c22affaeb003875, tag: sunxi-5.3, alongside all the patches that it comes with. Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
23 lines
533 B
Diff
23 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 {
|