Skip to content

Commit c872c81

Browse files
committed
fixup! dts: apple: t[603x,8122]: Add speaker/jack nodes
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 55f14aa commit c872c81

2 files changed

Lines changed: 66 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t6030-j514s.dts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,39 @@
3333
brcm,board-type = "apple,texa";
3434
};
3535

36+
&speaker_sdz {
37+
gpios = <&pinctrl_ap 171 GPIO_ACTIVE_HIGH>;
38+
};
39+
40+
&speaker_left_tweet {
41+
interrupts-extended = <&pinctrl_ap 29 IRQ_TYPE_LEVEL_LOW>;
42+
};
43+
44+
&speaker_left_woof1 {
45+
interrupts-extended = <&pinctrl_ap 29 IRQ_TYPE_LEVEL_LOW>;
46+
};
47+
48+
&speaker_left_woof2 {
49+
interrupts-extended = <&pinctrl_ap 29 IRQ_TYPE_LEVEL_LOW>;
50+
};
51+
52+
&speaker_right_tweet {
53+
interrupts-extended = <&pinctrl_ap 29 IRQ_TYPE_LEVEL_LOW>;
54+
};
55+
56+
&speaker_right_woof1 {
57+
interrupts-extended = <&pinctrl_ap 29 IRQ_TYPE_LEVEL_LOW>;
58+
};
59+
60+
&speaker_right_woof2 {
61+
interrupts-extended = <&pinctrl_ap 29 IRQ_TYPE_LEVEL_LOW>;
62+
};
63+
64+
&jack_codec {
65+
reset-gpios = <&pinctrl_nub 21 GPIO_ACTIVE_HIGH>;
66+
interrupts-extended = <&pinctrl_ap 100 IRQ_TYPE_LEVEL_LOW>;
67+
};
68+
3669
&sound {
3770
compatible = "apple,j514-macaudio", "apple,j314-macaudio", "apple,macaudio";
3871
model = "MacBook Pro J514";

arch/arm64/boot/dts/apple/t6030-j516s.dts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,39 @@
3333
brcm,board-type = "apple,jura";
3434
};
3535

36+
&speaker_sdz {
37+
gpios = <&pinctrl_ap 171 GPIO_ACTIVE_HIGH>;
38+
};
39+
40+
&speaker_left_tweet {
41+
interrupts-extended = <&pinctrl_ap 29 IRQ_TYPE_LEVEL_LOW>;
42+
};
43+
44+
&speaker_left_woof1 {
45+
interrupts-extended = <&pinctrl_ap 29 IRQ_TYPE_LEVEL_LOW>;
46+
};
47+
48+
&speaker_left_woof2 {
49+
interrupts-extended = <&pinctrl_ap 29 IRQ_TYPE_LEVEL_LOW>;
50+
};
51+
52+
&speaker_right_tweet {
53+
interrupts-extended = <&pinctrl_ap 29 IRQ_TYPE_LEVEL_LOW>;
54+
};
55+
56+
&speaker_right_woof1 {
57+
interrupts-extended = <&pinctrl_ap 29 IRQ_TYPE_LEVEL_LOW>;
58+
};
59+
60+
&speaker_right_woof2 {
61+
interrupts-extended = <&pinctrl_ap 29 IRQ_TYPE_LEVEL_LOW>;
62+
};
63+
64+
&jack_codec {
65+
reset-gpios = <&pinctrl_nub 21 GPIO_ACTIVE_HIGH>;
66+
interrupts-extended = <&pinctrl_ap 100 IRQ_TYPE_LEVEL_LOW>;
67+
};
68+
3669
&sound {
3770
compatible = "apple,j516-macaudio", "apple,j316-macaudio", "apple,macaudio";
3871
model = "MacBook Pro J516";

0 commit comments

Comments
 (0)