From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by ozlabs.org (Postfix) with ESMTP id 90ACFDE17E for ; Thu, 5 Jun 2008 01:06:25 +1000 (EST) From: Stefan Roese To: linuxppc-dev@ozlabs.org Subject: "cell-index" vs. "index" vs. no index in I2C device nodes Date: Wed, 4 Jun 2008 17:06:21 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Message-Id: <200806041706.21557.sr@denx.de> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , I'm wondering what is currently recommended in the I2C device tree nodes? The current IBM I2C driver (i2c-ibm_iic.c) checks "index" and most FSL dts files use "cell-index". Some 4xx dts files implement "cell-index" some have no index at all. So what should be used here. Please advise and I'll prepare a patch for it. Thanks. Best regards, Stefan