summaryrefslogtreecommitdiffstats
path: root/include/fdtdec.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-12-11 02:55:44 -0800
committerBin Meng <bmeng.cn@gmail.com>2016-01-13 12:20:14 +0800
commit394e0b662411f3aa47fb249fe8674126067dedfa (patch)
tree4d9e8e5694c8a1baeecd4dabad4729ec6b1601ac /include/fdtdec.h
parent214feec1c56d0c0f69bdcc677ad75683ed4f7661 (diff)
downloadblackbird-obmc-uboot-394e0b662411f3aa47fb249fe8674126067dedfa.tar.gz
blackbird-obmc-uboot-394e0b662411f3aa47fb249fe8674126067dedfa.zip
fdtdec: Add compatible string for Intel IvyBridge FSP
Use "intel,ivybridge-fsp" for Intel IvyBridge FSP compatible string. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/fdtdec.h')
-rw-r--r--include/fdtdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h
index d82dc35073..5e724a9c3e 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -170,6 +170,7 @@ enum fdt_compat_id {
COMPAT_ALTERA_SOCFPGA_DWC2USB, /* SoCFPGA DWC2 USB controller */
COMPAT_INTEL_BAYTRAIL_FSP, /* Intel Bay Trail FSP */
COMPAT_INTEL_BAYTRAIL_FSP_MDP, /* Intel FSP memory-down params */
+ COMPAT_INTEL_IVYBRIDGE_FSP, /* Intel Ivy Bridge FSP */
COMPAT_COUNT,
};
OpenPOWER on IntegriCloud