mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 22:52:18 +00:00
x86: minnowmax: Drop io-base property in the pch_pinctrl node
IOBASE is now obtained from PCH driver, drop this <io-base> property. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2b7ff26115
commit
e75711a4bf
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
|||
|
||||
pch_pinctrl {
|
||||
compatible = "intel,x86-pinctrl";
|
||||
io-base = <0x4c>;
|
||||
|
||||
/* GPIO E0 */
|
||||
soc_gpio_s5_0@0 {
|
||||
|
|
Loading…
Reference in a new issue