diff options
author | Simon Glass <sjg@chromium.org> | 2014-11-13 05:42:25 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-21 06:34:15 (GMT) |
commit | 437c2b7cd04f017cf79dcde63e7d9035f8cd99e5 (patch) | |
tree | 49d82b32a7a6f3bf834c596cd66404912daf3455 /arch | |
parent | 1b4f25ff8e6967f14494c5a0d173758a7a3ac279 (diff) | |
download | u-boot-437c2b7cd04f017cf79dcde63e7d9035f8cd99e5.tar.xz |
x86: chromebook_link: Enable GPIO support
Enable GPIO support and provide the required GPIO setup information to
the driver.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/dts/link.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/dts/link.dts b/arch/x86/dts/link.dts index f1b7bf0..74b2198 100644 --- a/arch/x86/dts/link.dts +++ b/arch/x86/dts/link.dts @@ -14,18 +14,21 @@ gpioa { compatible = "intel,ich6-gpio"; + u-boot,dm-pre-reloc; reg = <0 0x10>; bank-name = "A"; }; gpiob { compatible = "intel,ich6-gpio"; + u-boot,dm-pre-reloc; reg = <0x30 0x10>; bank-name = "B"; }; gpioc { compatible = "intel,ich6-gpio"; + u-boot,dm-pre-reloc; reg = <0x40 0x10>; bank-name = "C"; }; |