Skip to content

Commit dba3e77

Browse files
Eddie Jamesamboar
authored andcommitted
ARM: dts: aspeed: FSI interrupt support
Enable FSI interrupt controllers for AST2600 and P10BMC hub master. Signed-off-by: Eddie James <eajames@linux.ibm.com> Link: https://lore.kernel.org/r/20240215220759.976998-27-eajames@linux.ibm.com Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent 4424cd4 commit dba3e77

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm/boot/dts/aspeed/aspeed-g6.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,22 +867,26 @@
867867
};
868868

869869
fsim0: fsi@1e79b000 {
870+
#interrupt-cells = <1>;
870871
compatible = "aspeed,ast2600-fsi-master", "fsi-master";
871872
reg = <0x1e79b000 0x94>;
872873
interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
873874
pinctrl-names = "default";
874875
pinctrl-0 = <&pinctrl_fsi1_default>;
875876
clocks = <&syscon ASPEED_CLK_GATE_FSICLK>;
877+
interrupt-controller;
876878
status = "disabled";
877879
};
878880

879881
fsim1: fsi@1e79b100 {
882+
#interrupt-cells = <1>;
880883
compatible = "aspeed,ast2600-fsi-master", "fsi-master";
881884
reg = <0x1e79b100 0x94>;
882885
interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
883886
pinctrl-names = "default";
884887
pinctrl-0 = <&pinctrl_fsi2_default>;
885888
clocks = <&syscon ASPEED_CLK_GATE_FSICLK>;
889+
interrupt-controller;
886890
status = "disabled";
887891
};
888892

arch/arm/boot/dts/aspeed/ibm-power10-dual.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,12 @@
165165
};
166166

167167
fsi_hub0: hub@3400 {
168+
#interrupt-cells = <1>;
168169
compatible = "fsi-master-hub";
169170
reg = <0x3400 0x400>;
170171
#address-cells = <2>;
171172
#size-cells = <0>;
173+
interrupt-controller;
172174
};
173175
};
174176
};

0 commit comments

Comments
 (0)