From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Subject: Re: [PATCH] ARM: dts: sun9i: Fix I2C bus warnings Date: Fri, 14 Sep 2018 17:00:04 +0800 Message-ID: References: <20180913181245.25484-14-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180913181245.25484-14-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: Maxime Ripard , devicetree , linux-arm-kernel List-Id: devicetree@vger.kernel.org On Fri, Sep 14, 2018 at 2:13 AM Rob Herring wrote: > > dtc has new checks for I2C buses. The sun9i-a80 dts file has a node named > 'i2c' which causes a false positive warning. As the node is a RSB bus, > correct the node name to be 'rsb' to fix the warnings. > > arch/arm/boot/dts/sun9i-a80-cubieboard4.dtb: Warning (i2c_bus_reg): /soc/i2c@8003400/codec@e89:reg: I2C address must be less than 10-bits, got "0xe89" > arch/arm/boot/dts/sun9i-a80-cubieboard4.dtb: Warning (i2c_bus_reg): /soc/i2c@8003400/pmic@745:reg: I2C address must be less than 10-bits, got "0x745" > arch/arm/boot/dts/sun9i-a80-optimus.dtb: Warning (i2c_bus_reg): /soc/i2c@8003400/codec@e89:reg: I2C address must be less than 10-bits, got "0xe89" > arch/arm/boot/dts/sun9i-a80-optimus.dtb: Warning (i2c_bus_reg): /soc/i2c@8003400/pmic@745:reg: I2C address must be less than 10-bits, got "0x745" > > Cc: Maxime Ripard > Cc: Chen-Yu Tsai > Signed-off-by: Rob Herring > --- > Please apply to the sub-arch tree. The dtc changes haven't landed, but > will for 4.20. Applied for 4.20. Thanks!