Skip to content

Commit 80d042c

Browse files
committed
arm64: dts: apple: Add PCI power enable GPIOs
t8103: - WLAN (SMC PMU GPIO AsahiLinux#13) t600x: - WLAN (SMC PMU GPIO AsahiLinux#13) - SD (SMC PMU GPIO AsahiLinux#26) Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent afb8627 commit 80d042c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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
@@ -170,6 +170,7 @@
170170
&port00 {
171171
/* WLAN */
172172
bus-range = <1 1>;
173+
pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>;
173174
wifi0: wifi@0,0 {
174175
compatible = "pci14e4,4433";
175176
reg = <0x10000 0x0 0x0 0x0 0x0>;
@@ -182,6 +183,7 @@
182183
&port01 {
183184
/* SD card reader */
184185
bus-range = <2 2>;
186+
pwren-gpios = <&smc_gpio 26 GPIO_ACTIVE_HIGH>;
185187
sdhci0: mmc@0,0 {
186188
compatible = "pci17a0,9755";
187189
reg = <0x20000 0x0 0x0 0x0 0x0>;

arch/arm64/boot/dts/apple/t600x-j375.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
&port00 {
189189
/* WLAN */
190190
bus-range = <1 1>;
191+
pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>;
191192
wifi0: wifi@0,0 {
192193
reg = <0x10000 0x0 0x0 0x0 0x0>;
193194
compatible = "pci14e4,4433";
@@ -201,6 +202,7 @@
201202
&port01 {
202203
/* SD card reader */
203204
bus-range = <2 2>;
205+
pwren-gpios = <&smc_gpio 26 GPIO_ACTIVE_HIGH>;
204206
sdhci0: mmc@0,0 {
205207
compatible = "pci17a0,9755";
206208
reg = <0x20000 0x0 0x0 0x0 0x0>;
@@ -222,4 +224,5 @@
222224
&port03 {
223225
/* USB xHCI */
224226
bus-range = <4 4>;
227+
pwren-gpios = <&smc_gpio 20 GPIO_ACTIVE_HIGH>;
225228
};

0 commit comments

Comments
 (0)