mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
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>
This commit is contained in:
parent
8142340ee3
commit
e264e3cc5b
3 changed files with 7 additions and 0 deletions
|
@ -65,6 +65,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pch_pinctrl {
|
||||||
|
compatible = "intel,x86-pinctrl";
|
||||||
|
reg = <0 0>;
|
||||||
|
};
|
||||||
|
|
||||||
pci {
|
pci {
|
||||||
compatible = "pci-x86";
|
compatible = "pci-x86";
|
||||||
#address-cells = <3>;
|
#address-cells = <3>;
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
pch_pinctrl {
|
pch_pinctrl {
|
||||||
compatible = "intel,x86-pinctrl";
|
compatible = "intel,x86-pinctrl";
|
||||||
|
reg = <0 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
pch_pinctrl {
|
pch_pinctrl {
|
||||||
compatible = "intel,x86-pinctrl";
|
compatible = "intel,x86-pinctrl";
|
||||||
|
reg = <0 0>;
|
||||||
|
|
||||||
/* GPIO E0 */
|
/* GPIO E0 */
|
||||||
soc_gpio_s5_0@0 {
|
soc_gpio_s5_0@0 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue