36 lines
950 B
Diff
36 lines
950 B
Diff
From 64e30455905476585d18c542f346a575742090fa Mon Sep 17 00:00:00 2001
|
|
From: The-going <48602507+The-going@users.noreply.github.com>
|
|
Date: Mon, 7 Feb 2022 19:11:07 +0300
|
|
Subject: [PATCH 152/170] arm64:dts: sun50i-h5-orangepi-prime add rtl8723cs
|
|
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
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 7fc2ead23..20461a170 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts
|
|
@@ -25,6 +25,7 @@ reg_vcc3v3: vcc3v3 {
|
|
aliases {
|
|
ethernet0 = &emac;
|
|
serial0 = &uart0;
|
|
+ ethernet1 = &rtl8723cs;
|
|
};
|
|
|
|
chosen {
|
|
@@ -174,6 +175,10 @@ &mmc1 {
|
|
bus-width = <4>;
|
|
non-removable;
|
|
status = "okay";
|
|
+
|
|
+ rtl8723cs: sdio_wifi@1 {
|
|
+ reg = <1>;
|
|
+ };
|
|
};
|
|
|
|
&ohci0 {
|
|
--
|
|
2.35.3
|
|
|