diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-02-01 01:40:49 -0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-02-05 12:47:22 +0800 |
commit | e75711a4bf2aa8dfd33f79e622cd51306c34a37b (patch) | |
tree | d3763f1dce69ab5a8753f15566cf872d3b0695b7 /arch/x86/dts | |
parent | 2b7ff26115ed638e7edbbacffc3d50a521c9f3ee (diff) | |
download | u-boot-e75711a4bf2aa8dfd33f79e622cd51306c34a37b.zip u-boot-e75711a4bf2aa8dfd33f79e622cd51306c34a37b.tar.gz u-boot-e75711a4bf2aa8dfd33f79e622cd51306c34a37b.tar.bz2 |
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>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r-- | arch/x86/dts/minnowmax.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/dts/minnowmax.dts b/arch/x86/dts/minnowmax.dts index b7e3ba4..60bd05a 100644 --- a/arch/x86/dts/minnowmax.dts +++ b/arch/x86/dts/minnowmax.dts @@ -29,7 +29,6 @@ pch_pinctrl { compatible = "intel,x86-pinctrl"; - io-base = <0x4c>; /* GPIO E0 */ soc_gpio_s5_0@0 { |