[PATCH] ARM: dts: aspeed: Fix I2C bus warnings
From: Joel Stanley <joel@jms.id.au>
Date: 2018-09-13 22:49:34
Also in:
linux-arm-kernel, linux-devicetree
From: Joel Stanley <joel@jms.id.au>
Date: 2018-09-13 22:49:34
Also in:
linux-arm-kernel, linux-devicetree
On Fri, 14 Sep 2018 at 03:42, Rob Herring [off-list ref] wrote:
dtc has new checks for I2C buses. The ASpeed dts files have a node named 'i2c' which causes a false positive warning. As the node is a 'simple-bus', correct the node name to be 'bus' to fix the warnings.
--- Please apply to the sub-arch tree. The dtc changes haven't landed, but will for 4.20.
Applied to aspeed's dt-for-v4.20. Thanks Rob.