From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C35A5C54EBE for ; Sun, 8 Jan 2023 21:41:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234052AbjAHVk7 (ORCPT ); Sun, 8 Jan 2023 16:40:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231383AbjAHVk5 (ORCPT ); Sun, 8 Jan 2023 16:40:57 -0500 Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 645DBDAF; Sun, 8 Jan 2023 13:40:56 -0800 (PST) Received: by mail-qt1-f176.google.com with SMTP id j15so1071159qtv.4; Sun, 08 Jan 2023 13:40:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=h+U9PiThMNgkwfd7b2ynY4msHhZSjh3lHEWccNwB6o8=; b=SxFmKxLVSKryz3T0UThdYPFxneURhg8wVzgOu5IRPXp+ifRJj2YPJQcs/bKIN6dYPf deeqwllPMKwKBzgzLxWUFA5UQZZ5gzdWixEZ5G2zrZSQO2k7JgWD+/A4VFAE8ypKAOxx ceoH51M8TtYvMZdE1lMj+q4Sgb3at52eaHr4A1/0cJrfmf0JMosKumx+++HdZ61/S5wT D34GUVDdgHxjqLay2qeSnfSLVsA6TbLRAepQT+6J9Z3iUIOnjtU1yCCxT1L7bOqYW8cE 9LJn0eylN+op01mqvjYClymkwHDc37FSdfP5XLKxu0r5QJCIqpM7oK0XT++n+/bOLlK/ 8SAg== X-Gm-Message-State: AFqh2kpLbi/JnbxxPbqwEPCe0x4WgkxV93IQmQMlx5uBmwg+nThMav9m UcHi97rOObNSRzqBdgufdY5NLjCyAw== X-Google-Smtp-Source: AMrXdXt1ncnv7OACvCIkor/xf2tHZ5UZSRp+M+XlzxQ8jLtlUv/ujSTvKtuXF3vY8h2VFwrV0gK70A== X-Received: by 2002:ac8:7386:0:b0:3a8:1896:e2fc with SMTP id t6-20020ac87386000000b003a81896e2fcmr88708769qtp.35.1673214055480; Sun, 08 Jan 2023 13:40:55 -0800 (PST) Received: from robh_at_kernel.org ([2605:ef80:80a5:9b51:39ae:24d1:33f3:811e]) by smtp.gmail.com with ESMTPSA id i25-20020ac860d9000000b003a7fc70d59csm3705947qtm.41.2023.01.08.13.40.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 08 Jan 2023 13:40:55 -0800 (PST) Received: (nullmailer pid 316562 invoked by uid 1000); Sun, 08 Jan 2023 21:40:52 -0000 Date: Sun, 8 Jan 2023 15:40:52 -0600 From: Rob Herring To: Stephan Gerhold Cc: Bjorn Andersson , Andy Gross , Konrad Dybcio , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org Subject: Re: [PATCH 3/4] dt-bindings: arm: qcom,ids: Add a bunch of older SoCs Message-ID: <20230108214052.GA313089-robh@kernel.org> References: <20230104115348.25046-1-stephan@gerhold.net> <20230104115348.25046-4-stephan@gerhold.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230104115348.25046-4-stephan@gerhold.net> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jan 04, 2023 at 12:53:47PM +0100, Stephan Gerhold wrote: > Sync the SoC IDs in qcom,ids.h with relevant entries from Qualcomm's LK > bootloader [1] that is used for almost all older Qualcomm SoCs. > > Several of these are already supported, e.g.: > - MSM8960 -> APQ8060, MSM8260, ... > - MSM8976 -> APQ8076 > - MSM8956 -> APQ8056 > Others are currently being worked on, e.g.: > - MSM8909(W) -> APQ8009(W), MSM8905, MSM8209, ... > - MSM8939 -> MSM8239, ... > > And even all remaining ones added are close enough to what is already > supported so that future support is realistic (if someone steps up to > do the work). > > Add all of them at once to avoid having to add them one by one in the > future. This will also benefit other projects making use of the same > dt-bindings, e.g. bootloaders where adding support for all these SoCs > is a bit easier than on Linux. The promise was in accepting the properties upstream is we'd only be adding these for bootloaders with dtbs that we can't otherwise update or change. Do all of those meet this criteria? Seems unlikely. Rob