summaryrefslogtreecommitdiffstats
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-17 16:11:45 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-01-24 12:09:41 +0800
commit0c7645bde0961c6f44ba265186e3cb50fd5d6247 (patch)
treef93876dabfd86bdb48f02ca269c7bbf843507fdd /arch/x86/dts
parentabb0b01e7a22c4a1f3fdd2301fae7276e857b04b (diff)
downloadblackbird-obmc-uboot-0c7645bde0961c6f44ba265186e3cb50fd5d6247.tar.gz
blackbird-obmc-uboot-0c7645bde0961c6f44ba265186e3cb50fd5d6247.zip
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.dts6
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 {
OpenPOWER on IntegriCloud