Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: apple: t8012: Add SPMI node

Add SPMI node for Apple T2 SoC.

Signed-off-by: Nick Chan <towinchenmi@gmail.com>
Signed-off-by: Sven Peter <sven@kernel.org>

authored by

Nick Chan and committed by
Sven Peter
8f6e6934 637f7d2c

+8
+8
arch/arm64/boot/dts/apple/t8012.dtsi
··· 11 11 #include <dt-bindings/interrupt-controller/apple-aic.h> 12 12 #include <dt-bindings/interrupt-controller/irq.h> 13 13 #include <dt-bindings/pinctrl/apple.h> 14 + #include <dt-bindings/spmi/spmi.h> 14 15 15 16 / { 16 17 interrupt-parent = <&aic>; ··· 219 218 <AIC_IRQ 135 IRQ_TYPE_LEVEL_HIGH>, 220 219 <AIC_IRQ 136 IRQ_TYPE_LEVEL_HIGH>, 221 220 <AIC_IRQ 137 IRQ_TYPE_LEVEL_HIGH>; 221 + }; 222 + 223 + spmi: spmi@211180700 { 224 + compatible = "apple,t8012-spmi", "apple,t8103-spmi"; 225 + reg = <0x2 0x11180700 0x0 0x100>; 226 + #address-cells = <2>; 227 + #size-cells = <0>; 222 228 }; 223 229 224 230 pinctrl_nub: pinctrl@2111f0000 {