Skip to content

Commit 0571e32

Browse files
marcanjannau
authored andcommitted
arm64: dts: apple: t600x: Add PCI power enable GPIOs
- WLAN (SMC PMU GPIO #13) - SD (SMC PMU GPIO torvalds#26) Signed-off-by: Hector Martin <[email protected]>
1 parent cd6209d commit 0571e32

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
@@ -175,6 +175,7 @@
175175
&port00 {
176176
/* WLAN */
177177
bus-range = <1 1>;
178+
pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>;
178179
wifi0: wifi@0,0 {
179180
compatible = "pci14e4,4433";
180181
reg = <0x10000 0x0 0x0 0x0 0x0>;
@@ -194,6 +195,7 @@
194195
&port01 {
195196
/* SD card reader */
196197
bus-range = <2 2>;
198+
pwren-gpios = <&smc_gpio 26 GPIO_ACTIVE_HIGH>;
197199
sdhci0: mmc@0,0 {
198200
compatible = "pci17a0,9755";
199201
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
@@ -251,6 +251,7 @@
251251
&port00 {
252252
/* WLAN */
253253
bus-range = <1 1>;
254+
pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>;
254255
wifi0: wifi@0,0 {
255256
compatible = "pci14e4,4433";
256257
reg = <0x10000 0x0 0x0 0x0 0x0>;
@@ -270,6 +271,7 @@
270271
&port01 {
271272
/* SD card reader */
272273
bus-range = <2 2>;
274+
pwren-gpios = <&smc_gpio 26 GPIO_ACTIVE_HIGH>;
273275
sdhci0: mmc@0,0 {
274276
compatible = "pci17a0,9755";
275277
reg = <0x20000 0x0 0x0 0x0 0x0>;
@@ -292,6 +294,7 @@
292294
&port03 {
293295
/* USB xHCI */
294296
bus-range = <4 4>;
297+
pwren-gpios = <&smc_gpio 20 GPIO_ACTIVE_HIGH>;
295298
status = "okay";
296299
};
297300

0 commit comments

Comments
 (0)