From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Subject: Re: [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg Date: Thu, 8 Aug 2019 11:25:49 +0800 Message-ID: References: <1564306219-17439-1-git-send-email-bmeng.cn@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Mark Rutland , Rob Herring , devicetree , LKML List-Id: devicetree@vger.kernel.org On Thu, Aug 1, 2019 at 5:53 PM Bin Meng wrote: > > On Sun, Jul 28, 2019 at 5:30 PM Bin Meng wrote: > > > > The base address of msi-controller@c should be set to c. > > > > Signed-off-by: Bin Meng > > --- > > > > Documentation/devicetree/bindings/interrupt-controller/msi.txt | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/msi.txt b/Documentation/devicetree/bindings/interrupt-controller/msi.txt > > index c60c034..c20b51d 100644 > > --- a/Documentation/devicetree/bindings/interrupt-controller/msi.txt > > +++ b/Documentation/devicetree/bindings/interrupt-controller/msi.txt > > @@ -98,7 +98,7 @@ Example > > }; > > > > msi_c: msi-controller@c { > > - reg = <0xb 0xf00>; > > + reg = <0xc 0xf00>; > > compatible = "vendor-b,another-controller"; > > msi-controller; > > /* Each device has some unique ID */ > > -- > > Ping? Ping?