From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH] ARM: dts: rk3036: Fix erroneous SPI bus warnings Date: Mon, 17 Sep 2018 10:22:04 +0200 Message-ID: <1778216.aYnKCIvxKR@phil> References: <20180913181245.25484-12-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-12-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, linux-rockchip@lists.infradead.org List-Id: devicetree@vger.kernel.org Am Donnerstag, 13. September 2018, 20:12:36 CEST schrieb Rob Herring: > dtc has new checks for SPI buses. The rk3036 dts file has a node named > spi' which causes false positive warnings. As the node is a pinctrl child > node, change the node name to be 'spi-pins' to fix the warnings. > > arch/arm/boot/dts/rk3036-evb.dtb: Warning (spi_bus_bridge): /pinctrl/spi: incorrect #address-cells for SPI bus > arch/arm/boot/dts/rk3036-kylin.dtb: Warning (spi_bus_bridge): /pinctrl/spi: incorrect #address-cells for SPI bus > arch/arm/boot/dts/rk3036-evb.dtb: Warning (spi_bus_bridge): /pinctrl/spi: incorrect #size-cells for SPI bus > arch/arm/boot/dts/rk3036-kylin.dtb: Warning (spi_bus_bridge): /pinctrl/spi: incorrect #size-cells for SPI bus > > Cc: Heiko Stuebner > Cc: linux-rockchip@lists.infradead.org > 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 Heiko