Skip to content

Commit cce5749

Browse files
committed
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>
1 parent 6c2d1d8 commit cce5749

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
&port00 {
167167
/* WLAN */
168168
bus-range = <1 1>;
169+
pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>;
169170
wifi0: wifi@0,0 {
170171
compatible = "pci14e4,4433";
171172
reg = <0x10000 0x0 0x0 0x0 0x0>;
@@ -179,6 +180,7 @@
179180
/* SD card reader */
180181
bus-range = <2 2>;
181182
max-link-speed = <1>;
183+
pwren-gpios = <&smc_gpio 26 GPIO_ACTIVE_HIGH>;
182184
sdhci0: mmc@0,0 {
183185
reg = <0x20000 0x0 0x0 0x0 0x0>;
184186
cd-inverted;

arch/arm64/boot/dts/apple/t8103-jxxx.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
*/
122122
&port00 {
123123
bus-range = <1 1>;
124+
pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>;
124125
wifi0: network@0,0 {
125126
compatible = "pci14e4,4425";
126127
reg = <0x10000 0x0 0x0 0x0 0x0>;

0 commit comments

Comments
 (0)