From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 9 Jun 2016 07:15:48 +0200 Subject: [U-Boot] [PATCH 2/8] x86: baytrail: Add 'reg' property in the pinctrl node In-Reply-To: <1465387659-30011-3-git-send-email-bmeng.cn@gmail.com> References: <1465387659-30011-1-git-send-email-bmeng.cn@gmail.com> <1465387659-30011-3-git-send-email-bmeng.cn@gmail.com> Message-ID: <5758FB84.6040706@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08.06.2016 14:07, Bin Meng wrote: > Without a 'reg' property, pinctrl driver probe routine fails in > its pre_probe() with a return value of -EINVAL. > > Add 'reg' property for all BayTrail boards. Note for BayleyBay, > the pinctrl node is newly added. > > Signed-off-by: Bin Meng Reviewed-by: Stefan Roese Thanks, Stefan