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 E3BF1C433EF for ; Wed, 22 Jun 2022 14:05:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239763AbiFVOFO (ORCPT ); Wed, 22 Jun 2022 10:05:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54910 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355289AbiFVOFN (ORCPT ); Wed, 22 Jun 2022 10:05:13 -0400 Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 862C3326CD for ; Wed, 22 Jun 2022 07:05:11 -0700 (PDT) Received: by mail-ej1-x633.google.com with SMTP id pk21so11379129ejb.2 for ; Wed, 22 Jun 2022 07:05:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=UE1r6lMX1LSKeFLb/8EsOLr5fmA/Z61QnVe45iog/zI=; b=htE6GCh2vnEGMBL5lrnsbYR45vdl28LfLNMWLEEshX6SzWblWskBdUnGbX0nXtc7s3 y03iqpFLQUk27Aid5UzHoBlpYQ2rD6XgtMFLyxMgZlnRsU5kq5dlR8GkYaM8d52J8HBE f7HvghdigHQ/njXsQmktBklyLfuoFNmocna1SID3my6jUrJNf8WlAKIIfy+Caxkb539M Rwbc6Ydn3aqbM6Xl8FIW+Q6qaB7ks1mxR1EsQhKAANiZqzj/zGmCGGXYViAJeSymm1/F BJjA/DzToixOcq2SJFD6bnS4vb8CvWD/HkP04sopNPmaNfkIcvNCiw9bZ/Ra9bVqcuzD B1Sw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=UE1r6lMX1LSKeFLb/8EsOLr5fmA/Z61QnVe45iog/zI=; b=3iadq63vIHnKa0tF6gZawtOLRHAaTtGro00I61yas9wMjZP9tkDe5jFdYpV+NtO9st l+SYqR+t5yJNe8Trly3dQflthTm+7/uJg28YFAb7qm5bdVpTSFZLr08ioG2Aq/+/SInJ 6HJK4ogsdNVa9H6VzEuoab80fMkzb3gEoGARrstz2GGQ6APc0Tro3jPupqSpjT5roL6q o2vRTYRDWNWYyltNKWMLRs8UYL46WniNn9H+2CS8qxGLdiMPZTiwf74Yx6ThlmYbkwjc Fa0iJf4mQP9i1A5VI0dTRpOjTlLCUdZ1omPn6R3B/JMyzSEybyaMIeg3bZMrxxeR2iMe /lWg== X-Gm-Message-State: AJIora8OGOEKPn66od7vOwVB7FVs+ntE/N4dy+UsoQbLSGH6wFOZ5Rvx wlHNCNcmX0Qa8edNweGGL0e6jg== X-Google-Smtp-Source: AGRyM1slfBibZDlu5JXLddr1PQXZ6Z5bDa5qcMSAicpyowa3br/kP6DsF2xLoR8e8QZUOJCOZQuQng== X-Received: by 2002:a17:906:5d08:b0:6ff:8ed:db63 with SMTP id g8-20020a1709065d0800b006ff08eddb63mr3262078ejt.408.1655906709967; Wed, 22 Jun 2022 07:05:09 -0700 (PDT) Received: from [192.168.0.224] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id ek6-20020a056402370600b0042bdb6a3602sm14526265edb.69.2022.06.22.07.05.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 22 Jun 2022 07:05:09 -0700 (PDT) Message-ID: Date: Wed, 22 Jun 2022 16:05:08 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH v2 1/6] dt-bindings: arm: qcom: Document additional sc8280xp devices Content-Language: en-US To: Bjorn Andersson , Andy Gross , Rob Herring , Krzysztof Kozlowski Cc: Manivannan Sadhasivam , Jassi Brar , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220622041224.627803-1-bjorn.andersson@linaro.org> <20220622041224.627803-2-bjorn.andersson@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20220622041224.627803-2-bjorn.andersson@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 22/06/2022 06:12, Bjorn Andersson wrote: > Add the CRD (Customer Reference Design?) and the Lenovo Thinkpad X13s to > the valid device compatibles found on the sc8280xp platform. > > Signed-off-by: Bjorn Andersson Acked-by: Krzysztof Kozlowski Best regards, Krzysztof