From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::241; helo=mail-wm0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E722021F3B3EE for ; Tue, 31 Oct 2017 22:17:43 -0700 (PDT) Received: by mail-wm0-x241.google.com with SMTP id z3so2683458wme.5 for ; Tue, 31 Oct 2017 22:21:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=0CjvyDyOVVbc7rMFd771hZC9M0JxZyvY3OyPq9wW64A=; b=ZMYZtVKoA1ZmOc0mjQJ8OpJ+pYb/qCZizZT2qEJ66PP0XWOMRDK5RGIY1C0+CQ1zGh pM4RNAYoBtwubcPh0s/+tp1oWP5GljT+Z+RwXRT2gVh2LrNhFVFBHw2iLMY26RKExp4M aBfXBI/kCu8h5wqHzEM9s7mf4vBryzz1Nk4Xo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=0CjvyDyOVVbc7rMFd771hZC9M0JxZyvY3OyPq9wW64A=; b=FzUnM+ttBliIuJbfi2He5fhLL9a39EfinKzOS1c3ubmXaKLikPhD8zKtxwgu8ny3Y4 0Xr0Kc12zEDB7+4dC+p6Civ1fbgR5eD/n+NUjdlZpHPZ+AL3VdXZB2SLGyzRQ6Zmm2oy EDmOJPVeUKNaEUC1REEwknC4GHrQOBYBQS3UmPDGJDXJc7YXVL4mLcyBLLnVu88iD8sS SUCVTK8dczgddUrGwMaKhuTt3I9mnMYwEzykpl47az6LUV0ttptgihAwlbV/X+pCtZqJ nHyDjh9i2yazP8Sqsme/IKKcseJOcoStkf5Z0zLOYTHoVDgMho8N2rInzYci20we5GD+ 3/0A== X-Gm-Message-State: AMCzsaWVrMRxiHXedaLc2FLSBnEgcsieSgmL1n66Wsg6/SbN5+MDLRaU r6bjCDSoG1QnaUGqWgPh0peRYVF76tk= X-Google-Smtp-Source: ABhQp+QZecpo85aannW4TZ1Wjtwe/ktBU9Z5Ln7TQGAccuPnxERPMIa99bTv/Kb1/6LScorrxVkNkA== X-Received: by 10.28.126.146 with SMTP id z140mr3983131wmc.126.1509513695168; Tue, 31 Oct 2017 22:21:35 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id g65sm19801504wme.0.2017.10.31.22.21.33 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 31 Oct 2017 22:21:34 -0700 (PDT) Date: Wed, 1 Nov 2017 05:21:32 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, graeme.gregory@linaro.org, daniel.thompson@linaro.org, masami.hiramatsu@linaro.org, methavanitpong.pipat@socionext.com Message-ID: <20171101052132.ztbu37b25eeu5qla@bivouac.eciton.net> References: <20171031105218.30208-1-ard.biesheuvel@linaro.org> <20171031105218.30208-28-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171031105218.30208-28-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v3 27/27] Silicon/SynQuacer: add description of EXIU to the device tree X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2017 05:17:44 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 31, 2017 at 10:52:18AM +0000, Ard Biesheuvel wrote: > Add a DT node for the external interrupt unit (EXIU), which handles > interrupts from GPIO lines. We need OS support for this for things > like PHY interrupts and a 'wake' button. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi > index 0746b7853ebf..a19f88d10511 100644 > --- a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi > +++ b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi > @@ -523,4 +523,13 @@ > clocks = <&clk_apb>; > base = <0>; > }; > + > + exiu: exiu@510c0000 { > + compatible = "socionext,sc2a11-exiu"; > + reg = <0x0 0x510c0000 0x0 0x20>; > + interrupt-controller; > + interrupt-parent = <&gic>; > + #interrupt-cells = <3>; > + spi-base = <112>; > + }; > }; > -- > 2.11.0 >