[alsa-devel] [PATCH v4 5/7] ARM: DTS: da850: Fix wrong number of interrupts
Sekhar Nori
nsekhar at ti.com
Tue May 3 14:42:01 CEST 2016
On Friday 22 April 2016 05:50 PM, Petr Kulhavy wrote:
> The DA850 supports interrupts 0 to 100. The number of interrupts
> property "ti,intc-size" was wrongly set to 100. Corrected to 101.
>
> Signed-off-by: Petr Kulhavy <petr at barix.com>
This patch is already in my tree and sent for inclusion in v4.7.
Regards,
Sekhar
> ---
> v1: initial
> v2: no change
> v3: no change
> v4: no change
>
> arch/arm/boot/dts/da850.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
> index 226cda76e77c..5996e765e59c 100644
> --- a/arch/arm/boot/dts/da850.dtsi
> +++ b/arch/arm/boot/dts/da850.dtsi
> @@ -19,7 +19,7 @@
> compatible = "ti,cp-intc";
> interrupt-controller;
> #interrupt-cells = <1>;
> - ti,intc-size = <100>;
> + ti,intc-size = <101>;
> reg = <0xfffee000 0x2000>;
> };
> };
>
More information about the Alsa-devel
mailing list