diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-17 16:11:45 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-01-24 12:09:41 +0800 |
commit | 0c7645bde0961c6f44ba265186e3cb50fd5d6247 (patch) | |
tree | f93876dabfd86bdb48f02ca269c7bbf843507fdd /arch/x86/dts | |
parent | abb0b01e7a22c4a1f3fdd2301fae7276e857b04b (diff) | |
download | u-boot-0c7645bde0961c6f44ba265186e3cb50fd5d6247.tar.gz |
x86: ivybridge: Use the I2C driver to perform SMbus init
Move the init code into the I2C driver.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r-- | arch/x86/dts/chromebook_link.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/dts/chromebook_link.dts b/arch/x86/dts/chromebook_link.dts index 18305a33e5..54f2043172 100644 --- a/arch/x86/dts/chromebook_link.dts +++ b/arch/x86/dts/chromebook_link.dts @@ -283,6 +283,12 @@ intel,sata-port-map = <1>; intel,sata-port0-gen3-tx = <0x00880a7f>; }; + + smbus: smbus@1f,3 { + compatible = "intel,ich-i2c"; + reg = <0x0000fb00 0 0 0 0>; + u-boot,dm-pre-reloc; + }; }; tpm { |