From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Marginean Date: Fri, 12 Jul 2019 14:49:55 +0300 Subject: [U-Boot] [PATCH v4 4/4] armv8: dts: ls1028ardb: Add slave nodes under the i2c0 controller In-Reply-To: <20190710131652.28358-4-chuanhua.han@nxp.com> References: <20190710131652.28358-1-chuanhua.han@nxp.com> <20190710131652.28358-4-chuanhua.han@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 7/10/2019 4:16 PM, Chuanhua Han wrote: > This patch adds some slave nodes to support the i2c dm on the device > side under the i2c0 controller. > > Signed-off-by: Chuanhua Han > --- > depends on: > - https://patchwork.ozlabs.org/project/uboot/list/?series=113364 > - https://patchwork.ozlabs.org/project/uboot/list/?series=110856 > - https://patchwork.ozlabs.org/project/uboot/list/?series=109677 > > Changes in v4: > - No change. > Changes in v3: > - Delete unnecessary i2c slave nodes. > Changes in v2: > - Delete unnecessary aliases about i2c. > > arch/arm/dts/fsl-ls1028a-rdb.dts | 20 ++++++++++++++++++++ > 1 files changed, 20 insertions(+), 0 deletions(-) > Reviewed-by: Alex Marginean Thank you! Alex