Skip to content

Commit 4511a4b

Browse files
committed
arm64: dts: apple: t8122: Add PCI power enable GPIOs
- WLAN/BT (SMC PMU GPIO #13) (all devices) - ASM3142 (SMC PMU GPIO #14) (j434, iMac with 4 USB-C ports) - SD card reader (SMC PMU GPIO #23) (j504, 14-inch MacBook Pro) Signed-off-by: Janne Grunau <j@jannau.net>
1 parent bc16336 commit 4511a4b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

arch/arm64/boot/dts/apple/t8122-j434.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
&port02 {
4040
bus-range = <3 3>;
41+
pwren-gpios = <&smc_gpio 14 GPIO_ACTIVE_HIGH>;
4142
status = "okay";
4243
};
4344

arch/arm64/boot/dts/apple/t8122-j504.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
&port01 {
4343
/* SD card reader */
4444
bus-range = <2 2>;
45+
pwren-gpios = <&smc_gpio 23 GPIO_ACTIVE_HIGH>;
4546
status = "okay";
4647

4748
sdhci0: mmc@0,0 {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
*/
5757
&port00 {
5858
bus-range = <1 1>;
59+
pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>;
5960

6061
wifi0: wifi@0,0 {
6162
compatible = "pci14e4,4434";

0 commit comments

Comments
 (0)