Skip to content

Commit e5c80ea

Browse files
marcanjannau
authored andcommitted
arm64: dts: apple: Add PCI power enable GPIOs
t8103: - WLAN (SMC PMU GPIO torvalds#13) t600x: - WLAN (SMC PMU GPIO torvalds#13) - SD (SMC PMU GPIO torvalds#26) Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 34bdad0 commit e5c80ea

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

+2
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
&port00 {
174174
/* WLAN */
175175
bus-range = <1 1>;
176+
pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>;
176177
wifi0: wifi@0,0 {
177178
compatible = "pci14e4,4433";
178179
reg = <0x10000 0x0 0x0 0x0 0x0>;
@@ -185,6 +186,7 @@
185186
&port01 {
186187
/* SD card reader */
187188
bus-range = <2 2>;
189+
pwren-gpios = <&smc_gpio 26 GPIO_ACTIVE_HIGH>;
188190
sdhci0: mmc@0,0 {
189191
compatible = "pci17a0,9755";
190192
reg = <0x20000 0x0 0x0 0x0 0x0>;

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

+3
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>;
@@ -223,6 +225,7 @@
223225
&port03 {
224226
/* USB xHCI */
225227
bus-range = <4 4>;
228+
pwren-gpios = <&smc_gpio 20 GPIO_ACTIVE_HIGH>;
226229
status = "okay";
227230
};
228231

0 commit comments

Comments
 (0)