Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751610AbcCXUu1 (ORCPT ); Thu, 24 Mar 2016 16:50:27 -0400 Received: from mail-wm0-f52.google.com ([74.125.82.52]:34419 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751136AbcCXUuY (ORCPT ); Thu, 24 Mar 2016 16:50:24 -0400 MIME-Version: 1.0 In-Reply-To: <56F3477E.8090205@codeaurora.org> References: <1458762366-9233-1-git-send-email-srinivas.kandagatla@linaro.org> <1458762442-9492-1-git-send-email-srinivas.kandagatla@linaro.org> <56F2F78E.8050002@codeaurora.org> <56F2FCD0.1000708@linaro.org> <56F3477E.8090205@codeaurora.org> From: Nicolas Dechesne Date: Thu, 24 Mar 2016 21:50:03 +0100 Message-ID: Subject: Re: [PATCH 04/12] ARM: dts: dragonboard-600c: add board support with serial To: Stephen Boyd Cc: Bjorn Andersson , Srinivas Kandagatla , Andy Gross , linux-arm-msm , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, lkml , linux-soc@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1158 Lines: 21 On Thu, Mar 24, 2016 at 2:48 AM, Stephen Boyd wrote: > I don't make up the names, but for other qcom sbc products the > bootloader is looking for sbc there to make sure it picks the right dtb > blob. So I guess this is _the_ qcom 8064 sbc? Definitely not _the_ 8064 > sbc though. > > If this device won't get those bootloaders that look for this then it > doesn't really matter and I don't care what this is named. Please take a > look at Documentation/devicetree/bindings/arm/qcom.txt for what I'm > talking about though. I would really want to get rid of the 'i need to append the DTB' on this board. the DT support in the bootloader have been backported , I am really hoping we can use this DT aware LK, and thus rely on the compatible string, like we do on db410c. So this is important to get the name/property right, since we will get there. In fact, I am even hoping that once we publish this DT aware LK along with this board, the other myriad of 8064 based 'SBC' from various vendors will upgrade their bootloader, so that we can have a single 'boot' image (generated with the help of dtbTool) that works across all devices.