mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-23 17:47:28 +08:00
32 lines
914 B
Diff
32 lines
914 B
Diff
From 8d2ddaeace21e3960326fb52a052083b5a1f5e1d Mon Sep 17 00:00:00 2001
|
|
From: Hector Martin <marcan@marcan.st>
|
|
Date: Sun, 6 Feb 2022 21:22:29 +0900
|
|
Subject: [PATCH 007/171] arm64: dts: apple: Add PCI power enable GPIOs
|
|
|
|
t8103:
|
|
- WLAN (SMC PMU GPIO #13)
|
|
t600x:
|
|
- WLAN (SMC PMU GPIO #13)
|
|
- SD (SMC PMU GPIO #26)
|
|
|
|
Signed-off-by: Hector Martin <marcan@marcan.st>
|
|
---
|
|
arch/arm64/boot/dts/apple/t8103-jxxx.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi b/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi
|
|
index 4fb89066bd17..e62664b6e450 100644
|
|
--- a/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi
|
|
+++ b/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi
|
|
@@ -121,6 +121,7 @@ typec1_usb_hs: endpoint {
|
|
*/
|
|
&port00 {
|
|
bus-range = <1 1>;
|
|
+ pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>;
|
|
wifi0: network@0,0 {
|
|
compatible = "pci14e4,4425";
|
|
reg = <0x10000 0x0 0x0 0x0 0x0>;
|
|
--
|
|
2.34.1
|
|
|