We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524861f commit c74b313Copy full SHA for c74b313
1 file changed
arch/arm64/boot/dts/apple/t8103.dtsi
@@ -795,6 +795,8 @@
795
interrupt-parent = <&aic>;
796
interrupts = <AIC_IRQ 614 IRQ_TYPE_LEVEL_HIGH>;
797
clocks = <&clk_200m>;
798
+ pinctrl-0 = <&spi0_pins>;
799
+ pinctrl-names = "default";
800
power-domains = <&ps_spi0>;
801
#address-cells = <1>;
802
#size-cells = <0>;
@@ -1061,6 +1063,12 @@
1061
1063
<APPLE_PINMUX(134, 1)>;
1062
1064
};
1065
1066
+ spi0_pins: spi0-pins {
1067
+ pinmux = <APPLE_PINMUX(67, 1)>,
1068
+ <APPLE_PINMUX(68, 1)>,
1069
+ <APPLE_PINMUX(69, 1)>;
1070
+ };
1071
+
1072
spi1_pins: spi1-pins {
1073
pinmux = <APPLE_PINMUX(42, 1)>,
1074
<APPLE_PINMUX(43, 1)>,
0 commit comments