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 5D370C04A95 for ; Thu, 29 Sep 2022 09:05:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234996AbiI2JFk (ORCPT ); Thu, 29 Sep 2022 05:05:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235187AbiI2JFi (ORCPT ); Thu, 29 Sep 2022 05:05:38 -0400 Received: from mail-lf1-x130.google.com (mail-lf1-x130.google.com [IPv6:2a00:1450:4864:20::130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 18171140184 for ; Thu, 29 Sep 2022 02:05:24 -0700 (PDT) Received: by mail-lf1-x130.google.com with SMTP id z4so1295182lft.2 for ; Thu, 29 Sep 2022 02:05:24 -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; bh=btFthdv1zNYaIydapDFqiC440lZt+Aklpvo9ijrI+3E=; b=CETUzoKwnJQGbM+fqxY0xo+t3Sitg4ou8G14jtk0S9sBXjm2yNZFUXjVwZa5WE6cVE QASgu5CsyaQwRYDaWpFSf9KG6n548mfeFqWBzJFm8unh+tvRmtMny1v3zHQCoSi+uBM2 k6+1O+rULPQ+m0Vz40BpY0YDRKizbNR8D6n0dW1pCMypBJXpscyuydvMIqb/lKLFMbUX IJtSM6/IT5cIs3lyU8liZBnJGatZcNcfX2tpkuYoehpwiMX4CLx1CAoPKZkFbUmac2Yp VFFrLtYi5kMFUg5sOiN2oQhXeEO7Bi//xamisQyJ+ucQkN+u4H1IaXLGV/Pr1yK25XDk 47Hw== 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; bh=btFthdv1zNYaIydapDFqiC440lZt+Aklpvo9ijrI+3E=; b=AbaPsI2zOEpJf2TZ20rs4m4CvzBdQ1Vg0i8gmUbAr2PthL0+/GwvvhxzxvRyjRjFrt MsqDEeEqTdjh4fJdE66/UoRpuxDnzDVCRQNcBdYTeLZU5vVfUS0pddJmQQy0DdOC8HNY 5FX1Mcr7dCbiPM+fTvRZkGBSIMmMdpy+1Q2+UO1zZMR8NlLX1fMUs2PA5uSiTfCKQaoN WDOuyU9EvoBZ6jB2qbvbum5tYXdgBaFYfQkxZaEUgL9Qp/S+FAK/a6az9GgevBJMNeTG 2E7HHHCTXuo7bSdICy/DfIRwShDPXQ2xi9W5lYBfWFG/Gp96U49nhhBVX4enI4cAeiSH BwkA== X-Gm-Message-State: ACrzQf1/DxMGcfXqnFdzFLJOHG50TervcgNTXYeDbN2kWBHw5LlEtlTM jOvS+1frRjxGr8ICBTB5l4oBsg== X-Google-Smtp-Source: AMsMyM7klAk3ViYUlzDJMUhIMtw8BmzxLiIQ5vmTfn8DY+L/oLzkQgC4s4ufaHBophp5UsSt4GQ/dA== X-Received: by 2002:a05:6512:b96:b0:497:9dac:cc22 with SMTP id b22-20020a0565120b9600b004979daccc22mr868481lfv.687.1664442322839; Thu, 29 Sep 2022 02:05:22 -0700 (PDT) Received: from [192.168.0.21] (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.gmail.com with ESMTPSA id g19-20020ac25393000000b0049482adb3basm725252lfh.63.2022.09.29.02.05.22 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 29 Sep 2022 02:05:22 -0700 (PDT) Message-ID: Date: Thu, 29 Sep 2022 11:05:21 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH v1 7/7] arm: dts: qcom: mdm9615: remove useless amba subnode Content-Language: en-US To: neil.armstrong@linaro.org, Andy Gross , Krzysztof Kozlowski , Bjorn Andersson , Rob Herring , Konrad Dybcio Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org References: <20220928-mdm9615-dt-schema-fixes-v1-0-b6e63a7df1e8@linaro.org> <20220928-mdm9615-dt-schema-fixes-v1-7-b6e63a7df1e8@linaro.org> <1d859da3-89c6-d08f-bc10-e5f39c1cd2d4@linaro.org> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 29/09/2022 10:19, Neil Armstrong wrote: > On 28/09/2022 20:05, Krzysztof Kozlowski wrote: > > On 28/09/2022 11:14, Neil Armstrong wrote: > >> Since amba node type has been deprecated, remove this subnode and > > > > How device node can be deprecated? simple-bus is still supported, isn't it? > The amba subnode remained after the amba compatible was changed to simple-bus, there's no need for such subnode anymore. OK, but it is quite different than a node type being deprecated. Best regards, Krzysztof