From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752569AbcF1RSF (ORCPT ); Tue, 28 Jun 2016 13:18:05 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:39621 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752148AbcF1RSC (ORCPT ); Tue, 28 Jun 2016 13:18:02 -0400 Date: Tue, 28 Jun 2016 10:17:59 -0700 From: Stephen Boyd To: Srinivas Kandagatla Cc: Andy Gross , Rob Herring , David Brown , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org Subject: Re: [PATCH 1/8] arm64: dts: db820c: add basic board support Message-ID: <20160628171759.GZ1521@codeaurora.org> References: <1466452907-23290-1-git-send-email-srinivas.kandagatla@linaro.org> <1466452907-23290-2-git-send-email-srinivas.kandagatla@linaro.org> <57687B08.9060900@codeaurora.org> <5769058D.9020008@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5769058D.9020008@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/21, Srinivas Kandagatla wrote: > I agree, this should match up with the dtbTool. I have been manually > patching up dtb to include the board-id, pmic id stuff. Uh oh :/ > > I will fix it in next version, > > Did not look at full details but, For some reason dtbTool does not > support multiple compatible strings, do you think it makes sense to > add this support in dtb tool to cope up with compatible strings > like: > > compatible = "qcom,apq8096-db820c", "qcom,apq8096-sbc"; > Hmm I suppose we can add support to look for the first compatible that matches something that we can generate an id for? That would allow us to have the LK compatible and then whatever is more specific than that which the bootloader doesn't care about. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project