From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 1/2 v5] bus: qcom: add EBI2 device tree bindings Date: Mon, 05 Sep 2016 15:09:48 +0200 Message-ID: <6058357.4to9qAiSEF@wuerfel> References: <1473078565-24363-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1473078565-24363-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Linus Walleij Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andy Gross , Rob Herring , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stephen Boyd , Bjorn Andersson , David Brown List-Id: devicetree@vger.kernel.org On Monday, September 5, 2016 2:29:24 PM CEST Linus Walleij wrote: > +Chip Select Physical address base > +CS0 GPIO134 0x1a800000-0x1b000000 (8MB) > +CS1 GPIO39 (A) / GPIO123 (B) 0x1b000000-0x1b800000 (8MB) > +CS2 GPIO40 (A) / GPIO124 (B) 0x1b800000-0x1c000000 (8MB) > +CS3 GPIO133 0x1d000000-0x25000000 (128 MB) > +CS4 GPIO132 0x1c800000-0x1d000000 (8MB) > +CS5 GPIO131 0x1c000000-0x1c800000 (8MB) > + > +- ranges: should be set to: > + ranges = <0 0x0 0x1a800000 0x00800000>, > + <1 0x0 0x1b000000 0x00800000>, > + <2 0x0 0x1b800000 0x00800000>, > + <3 0x0 0x1d000000 0x00800000>, > + <4 0x0 0x1c800000 0x00800000>, > + <5 0x0 0x1c000000 0x00800000>; > The two lists don't seem to match here: why is the CS3 area only listed with an 8MB mapping here when the documentation says it's 128 MB? Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html