commit | de6d1986aa6826fb47933b7b0085c7b714e6311f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jun 08 05:07:33 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jun 12 12:19:35 2016 +0800 |
tree | 1e09d198f3863beb219780559191245a38f58d9f | |
parent | 1e4479df71b428cdd9936b13f969ab864c136324 [diff] |
x86: baytrail: Add 'reg' property in the pinctrl node 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 <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>