From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH] arm: dts: kirkwood: fix error in #sound-dai-cells size Date: Fri, 2 Mar 2018 14:50:00 +0100 Message-ID: <20180302135000.GD19566@lunn.ch> References: <20180301202537.30571-5-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: <20180301202537.30571-5-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, Jason Cooper , arm@kernel.org, Gregory Clement , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth List-Id: devicetree@vger.kernel.org On Thu, Mar 01, 2018 at 02:25:37PM -0600, Rob Herring wrote: > dtc now gives the following warning: > > arch/arm/boot/dts/kirkwood-t5325.dtb: Warning (sound_dai_property): /sound/simple-audio-card,cpu:sound-dai: property size (4) too small for cell size 1 > > The binding documentation gives no indication what the cell size should > be (which should be fixed too), so just assume 0 is fine as that is what > the consumer has. > > Cc: Jason Cooper > Cc: Andrew Lunn > Cc: Gregory Clement > Cc: Sebastian Hesselbarth > Signed-off-by: Rob Herring Reviewed-by: Andrew Lunn Andrew