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 685A7C38A2D for ; Mon, 24 Oct 2022 14:59:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231553AbiJXO7c (ORCPT ); Mon, 24 Oct 2022 10:59:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232322AbiJXO6y (ORCPT ); Mon, 24 Oct 2022 10:58:54 -0400 Received: from mail-qv1-xf29.google.com (mail-qv1-xf29.google.com [IPv6:2607:f8b0:4864:20::f29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 13D8E12A34B for ; Mon, 24 Oct 2022 06:36:03 -0700 (PDT) Received: by mail-qv1-xf29.google.com with SMTP id u7so6469365qvn.13 for ; Mon, 24 Oct 2022 06:36:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=NXoecYdGJC2+HYOwpiaqnVwgAvwqsGUF9D69/wSkRhI=; b=NyZbVP20rPDepGnbV4uu3v6EY8m6TGiQ6owV05m+b7aGpSMSKydOIRIenlYnKDcMtN 92nqgn3EfAG3rvUW2nKJDgjqap4Ph6+UVA3Rb4ouirWkfeWybax0GYTN7teugD4g2RsE OZyIglRWI1Lo57i02HkqyJLjAz0aMvSLZMwx+KjcVQEHuyYWXbeB7NzoIExp9JBKZk5Y YrRbm/syzdFgCJKAK1+Dv+eRhnhCBn0T/imisPeV+IvvKzgjzzBeW8gZ0wzWHTXvzfkE v7ePwrOkM2wiELe0ZJVn0vRRtCSkLyIU20+qfUStwClTv5o9vuuw1LMPSEe9Fq+nj+Es a58w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=NXoecYdGJC2+HYOwpiaqnVwgAvwqsGUF9D69/wSkRhI=; b=moASjZ4RmWimeLww1YdvJ9CPfwMY4UmcWRz+7+t1V8XBBG2wh/tS4SZUQOx34kfB9n JaX96dHDlKKYrwc5deSGS1twf9wkiegulZ+FeV8vQM752kckOaqmQxfLbake0PFmtCmn rYCYc28jIza1b9qwMDbW0/xism9r4SC9257aqUf60H0tKfGbHzjs+svDjgUjufnNhYJe QIypfrJcsGC2G6jWPKZKU/OncgqL5ug6CbjlEjo2NLMx3vr24DE4ICbY7o1kSV7Oyswk FCC8yfMhnUs4h6nW6bDcEkjTZqyz9CjgOR34cdBZFCJRJAyKZT7ITSkZmRO4QyS4+UGw biuQ== X-Gm-Message-State: ACrzQf2orP62+p/DAKEkX7LW53FUYIawDY25o5G8hKg2gAnxg/gmtJNe x8fePX/G+cgZV8LHzDEdFpqowz7y04V4uw== X-Google-Smtp-Source: AMsMyM4y39uLjjaZ3gT918SpmBGdDRV0vI6kOQrzttG9MnzBiUJO3QTYH6cfUlxXpAT4n9ebBvALdg== X-Received: by 2002:a05:6214:769:b0:4bb:77d5:bb53 with SMTP id f9-20020a056214076900b004bb77d5bb53mr2697128qvz.118.1666618464634; Mon, 24 Oct 2022 06:34:24 -0700 (PDT) Received: from [192.168.1.8] ([64.57.193.93]) by smtp.gmail.com with ESMTPSA id bl9-20020a05620a1a8900b006cf38fd659asm14557889qkb.103.2022.10.24.06.34.23 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 24 Oct 2022 06:34:24 -0700 (PDT) Message-ID: <94e05a63-e7f3-a78f-d0a6-8efcae619726@linaro.org> Date: Mon, 24 Oct 2022 09:34:22 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH] arm64: dts: qcom: sc8280xp: add TCSR node Content-Language: en-US To: Johan Hovold , Bjorn Andersson Cc: Andy Gross , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20221024125843.25261-1-johan+linaro@kernel.org> From: Krzysztof Kozlowski In-Reply-To: <20221024125843.25261-1-johan+linaro@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 24/10/2022 08:58, Johan Hovold wrote: > Add the TCSR node which is needed for PCIe configuration. > > Signed-off-by: Johan Hovold > --- > arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 5 +++++ Please send the patches together with the binding. There is no need to have this split and it causes additional effort during review - lookup of the binding. Also additional effort during binding review - lack of usage of bindings. Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof