Skip to content

Commit

Permalink
arm64: dts: apple: Add PCI power enable GPIOs
Browse files Browse the repository at this point in the history
t8103:
- WLAN (SMC PMU GPIO #13)
t600x:
- WLAN (SMC PMU GPIO #13)
- SD (SMC PMU GPIO #26)

Signed-off-by: Hector Martin <[email protected]>
  • Loading branch information
marcan committed Feb 19, 2022
1 parent 5980de5 commit a24c3ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
&port00 {
/* WLAN */
bus-range = <1 1>;
pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>;
wifi0: wifi@0,0 {
compatible = "pci14e4,4433";
reg = <0x10000 0x0 0x0 0x0 0x0>;
Expand All @@ -179,6 +180,7 @@
/* SD card reader */
bus-range = <2 2>;
max-link-speed = <1>;
pwren-gpios = <&smc_gpio 26 GPIO_ACTIVE_HIGH>;
sdhci0: mmc@0,0 {
reg = <0x20000 0x0 0x0 0x0 0x0>;
cd-inverted;
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/apple/t8103-jxxx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
*/
&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>;
Expand Down

0 comments on commit a24c3ab

Please sign in to comment.