[PATCH v3 10/13] arm: dts: owl-s500: Add SIRQ controller

Matheus Castello matheus at castello.eng.br
Fri Jan 8 22:41:32 EST 2021



Em 12/29/2020 6:17 PM, Cristian Ciocaltea escreveu:
> Add SIRQ controller node for Actions Semi S500 SoC.
> 
> Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea at gmail.com>
> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam at linaro.org>
> ---
> Changes in v3:
>   - Added Reviewed-by from Mani
> 
>   arch/arm/boot/dts/owl-s500.dtsi | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/owl-s500.dtsi b/arch/arm/boot/dts/owl-s500.dtsi
> index 55f8b8c2e149..cd635f222d26 100644
> --- a/arch/arm/boot/dts/owl-s500.dtsi
> +++ b/arch/arm/boot/dts/owl-s500.dtsi
> @@ -233,6 +233,16 @@ i2c3: i2c at b017c000 {
>   			status = "disabled";
>   		};
>   
> +		sirq: interrupt-controller at b01b0200 {
> +			compatible = "actions,s500-sirq";
> +			reg = <0xb01b0200 0x4>;
> +			interrupt-controller;
> +			#interrupt-cells = <2>;
> +			interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>, /* SIRQ0 */
> +				     <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>, /* SIRQ1 */
> +				     <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>; /* SIRQ2 */
> +		};
> +
>   		timer: timer at b0168000 {
>   			compatible = "actions,s500-timer";
>   			reg = <0xb0168000 0x8000>;
> 

Tested-by: Matheus Castello <matheus at castello.eng.br>



More information about the linux-arm-kernel mailing list