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

arm64: dts: apple: t8015: Add SPMI node

Add SPMI node for Apple A11 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
70fa521f 8f6e6934

+8
+8
arch/arm64/boot/dts/apple/t8015.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>; ··· 419 418 <AIC_IRQ 139 IRQ_TYPE_LEVEL_HIGH>, 420 419 <AIC_IRQ 140 IRQ_TYPE_LEVEL_HIGH>, 421 420 <AIC_IRQ 141 IRQ_TYPE_LEVEL_HIGH>; 421 + }; 422 + 423 + spmi: spmi@235180700 { 424 + compatible = "apple,t8015-spmi", "apple,t8103-spmi"; 425 + reg = <0x2 0x35180700 0x0 0x100>; 426 + #address-cells = <2>; 427 + #size-cells = <0>; 422 428 }; 423 429 424 430 pinctrl_nub: pinctrl@2351f0000 {