From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH] arm64: dts: fsl: Fix I2C and SPI bus warnings Date: Wed, 26 Sep 2018 17:09:18 +0800 Message-ID: <20180926090916.GC26692@dragon> References: <20180913181245.25484-19-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20180913181245.25484-19-robh@kernel.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Rob Herring Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Li Yang List-Id: devicetree@vger.kernel.org On Thu, Sep 13, 2018 at 01:12:43PM -0500, Rob Herring wrote: > dtc has new checks for I2C and SPI buses. Fix the SPI bus node names > and warnings in unit-addresses. > > arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb: Warning (i2c_bus_reg): /soc/i2c@2180000/eeprom@57: I2C bus unit address format error, expected "53" > arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb: Warning (i2c_bus_reg): /soc/i2c@2180000/eeprom@56: I2C bus unit address format error, expected "52" > > Cc: Shawn Guo > Cc: Li Yang > Signed-off-by: Rob Herring Applied, thanks.