summaryrefslogtreecommitdiffstats
path: root/src/usr/devtree/bld_devtree.C
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-06-12 10:12:26 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-30 20:10:28 -0500
commit282ae28559bddf466d21c40ae75faaaacf1785c9 (patch)
treeffe1498329dfb97350eea01b8e65f72d76007fe3 /src/usr/devtree/bld_devtree.C
parent99a43b8287569d27c48614dd7af8940028656c72 (diff)
downloadblackbird-hostboot-282ae28559bddf466d21c40ae75faaaacf1785c9.tar.gz
blackbird-hostboot-282ae28559bddf466d21c40ae75faaaacf1785c9.zip
Change 'lpc' to 'isa' in devtree.
Change-Id: Ib3c2d0bc569ff648ac39d092d592b63663f3018a Origin: Google Shared Technology Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11575 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/devtree/bld_devtree.C')
-rw-r--r--src/usr/devtree/bld_devtree.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/devtree/bld_devtree.C b/src/usr/devtree/bld_devtree.C
index 2ea72da6b..2177fe4ea 100644
--- a/src/usr/devtree/bld_devtree.C
+++ b/src/usr/devtree/bld_devtree.C
@@ -6,6 +6,7 @@
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -179,7 +180,7 @@ void bld_xscom_node(devTree * i_dt, dtOffset_t & i_parentNode,
if(i_chipid == 0x0) //Master chip
{
uint32_t l_lpcInfo = 0xB0020; /*ECCB FW addr*/
- dtOffset_t lpcNode = i_dt->addNode(xscomNode,"lpc",l_lpcInfo);
+ dtOffset_t lpcNode = i_dt->addNode(xscomNode,"isa",l_lpcInfo);
i_dt->addPropertyString(lpcNode, "compatible", "ibm,power8-lpc");
uint32_t lpc_prop[2] = { l_lpcInfo, 0x4 }; //# of scoms in range
i_dt->addPropertyCells32(lpcNode, "reg", lpc_prop, 2);
OpenPOWER on IntegriCloud