We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637f7d2 commit 8f6e693Copy full SHA for 8f6e693
arch/arm64/boot/dts/apple/t8012.dtsi
@@ -11,6 +11,7 @@
11
#include <dt-bindings/interrupt-controller/apple-aic.h>
12
#include <dt-bindings/interrupt-controller/irq.h>
13
#include <dt-bindings/pinctrl/apple.h>
14
+#include <dt-bindings/spmi/spmi.h>
15
16
/ {
17
interrupt-parent = <&aic>;
@@ -220,6 +221,13 @@
220
221
<AIC_IRQ 137 IRQ_TYPE_LEVEL_HIGH>;
222
};
223
224
+ spmi: spmi@211180700 {
225
+ compatible = "apple,t8012-spmi", "apple,t8103-spmi";
226
+ reg = <0x2 0x11180700 0x0 0x100>;
227
+ #address-cells = <2>;
228
+ #size-cells = <0>;
229
+ };
230
+
231
pinctrl_nub: pinctrl@2111f0000 {
232
compatible = "apple,t8010-pinctrl", "apple,pinctrl";
233
reg = <0x2 0x111f0000 0x0 0x1000>;
0 commit comments