Skip to content

Commit

Permalink
fixup! arm64: dts: apple: t8103: Add touchbar bindings
Browse files Browse the repository at this point in the history
Signed-off-by: Janne Grunau <[email protected]>
  • Loading branch information
jannau committed Nov 27, 2024
1 parent 33a5836 commit 2622e74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/apple/t8103.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,8 @@
interrupt-parent = <&aic>;
interrupts = <AIC_IRQ 614 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk_200m>;
pinctrl-0 = <&spi0_pins>;
pinctrl-names = "default";
power-domains = <&ps_spi0>;
#address-cells = <1>;
#size-cells = <0>;
Expand Down Expand Up @@ -1061,6 +1063,12 @@
<APPLE_PINMUX(134, 1)>;
};

spi0_pins: spi0-pins {
pinmux = <APPLE_PINMUX(67, 1)>,
<APPLE_PINMUX(68, 1)>,
<APPLE_PINMUX(69, 1)>;
};

spi1_pins: spi1-pins {
pinmux = <APPLE_PINMUX(42, 1)>,
<APPLE_PINMUX(43, 1)>,
Expand Down

0 comments on commit 2622e74

Please sign in to comment.