浏览代码

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>
Bin Meng 9 年之前
父节点
当前提交
e264e3cc5b
共有 3 个文件被更改,包括 7 次插入0 次删除
  1. 5 0
      arch/x86/dts/bayleybay.dts
  2. 1 0
      arch/x86/dts/conga-qeval20-qa3-e3845.dts
  3. 1 0
      arch/x86/dts/minnowmax.dts

+ 5 - 0
arch/x86/dts/bayleybay.dts

@@ -65,6 +65,11 @@
 		};
 	};
 
+	pch_pinctrl {
+		compatible = "intel,x86-pinctrl";
+		reg = <0 0>;
+	};
+
 	pci {
 		compatible = "pci-x86";
 		#address-cells = <3>;

+ 1 - 0
arch/x86/dts/conga-qeval20-qa3-e3845.dts

@@ -30,6 +30,7 @@
 
 	pch_pinctrl {
 		compatible = "intel,x86-pinctrl";
+		reg = <0 0>;
 	};
 
 	chosen {

+ 1 - 0
arch/x86/dts/minnowmax.dts

@@ -29,6 +29,7 @@
 
 	pch_pinctrl {
 		compatible = "intel,x86-pinctrl";
+		reg = <0 0>;
 
 		/* GPIO E0 */
 		soc_gpio_s5_0@0 {