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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AFE3DC433E0 for ; Wed, 10 Mar 2021 13:42:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6FBBA64FDD for ; Wed, 10 Mar 2021 13:42:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232815AbhCJNlt (ORCPT ); Wed, 10 Mar 2021 08:41:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49786 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232907AbhCJNlk (ORCPT ); Wed, 10 Mar 2021 08:41:40 -0500 Received: from relay02.th.seeweb.it (relay02.th.seeweb.it [IPv6:2001:4b7a:2000:18::163]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E18EAC061760; Wed, 10 Mar 2021 05:41:39 -0800 (PST) Received: from [192.168.1.101] (abac94.neoplus.adsl.tpnet.pl [83.6.166.94]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r1.th.seeweb.it (Postfix) with ESMTPSA id 4862B2015F; Wed, 10 Mar 2021 14:41:31 +0100 (CET) Subject: Re: [PATCH 05/18] dt-bindings: arm: qcom: Document sony boards for apq8094 To: Vinod Koul , Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org, Andy Gross , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210308060826.3074234-1-vkoul@kernel.org> <20210308060826.3074234-6-vkoul@kernel.org> From: Konrad Dybcio Message-ID: Date: Wed, 10 Mar 2021 14:41:30 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210308060826.3074234-6-vkoul@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hi! > + - items: > + - enum: > + - sony,karin_windy > + - sony,karin-row > + - sony,satsuki-row > + - sony,sumire-row > + - sony,suzuran-row > + - qcom,msm8994 > + - const: qcom,apq8094 > + > - items: > - const: qcom,msm8996-mtp > > APQ8094 and MSM8994 are separate (though still very similar) SoCs, so they should probably have their own const:'s. karin_windy is based on APQ and all the rest are based on MSM. Sorry for not having documented these when first adding support for them. Konrad