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 B6E0AC07E9D for ; Thu, 29 Sep 2022 08:19:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233404AbiI2ITi (ORCPT ); Thu, 29 Sep 2022 04:19:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33148 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234708AbiI2ITh (ORCPT ); Thu, 29 Sep 2022 04:19:37 -0400 Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A083BB21 for ; Thu, 29 Sep 2022 01:19:32 -0700 (PDT) Received: by mail-wm1-x332.google.com with SMTP id t4so418458wmj.5 for ; Thu, 29 Sep 2022 01:19:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:organization:from:reply-to :references:cc:to:content-language:subject:user-agent:mime-version :date:message-id:from:to:cc:subject:date; bh=5ZyPmzibvnr2TnOuyUFGjS0AhOh3YQrJGi7e/rpVMFk=; b=HLV2plVy84Mzb15qlCdkzm/5QLVabQ60Bld+cXtBs1nqYScki+QL5lviWcbwMtOdXm qA+DacmSr+qFiMEgjP7q35J1lEuAZDocOO7MZkSNeghY+vvqHHfZ9MAhI9X1viLlmSus x3tuNedNfAaKKAaYmJync2zuvox0rCDGefOSU0TDgCP3lisfvq8Yhf8chacoCFvRYDRE CTEoNbpqEInujWp/d4ztpojgfzXkT5vO86rbTh4Fg/F8xotNo5pNDh2IloOQkNcCEB69 0I+EUU5hxpSHTCGRmCor3ijSZAem9y9HBKmWdWWS0MrtOqhcHjFsDlVwbuPX/l5SxxCr lFAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:organization:from:reply-to :references:cc:to:content-language:subject:user-agent:mime-version :date:message-id:x-gm-message-state:from:to:cc:subject:date; bh=5ZyPmzibvnr2TnOuyUFGjS0AhOh3YQrJGi7e/rpVMFk=; b=IKkhHTMeTafJpA9wmiCLMLmjXy+jYyxh2yR6Bl2RowFUekasAfMFpdlFomeOqG3942 /5NE1sLK58ECLz31+8h2V6Dxcko6dbIyHDnFJ5BQcDblWGOxagtrl/HPZthrn8xbZgzB OC6t7d4d30RRMIwJA414cfqm3WFsUpHRBG2d9PsPnf7Rq1XMF4EvFzv4McZQ6e+E/fSW zdN3TzIUFLrCY6bgA6KbSNpG4VZrD/UaH1RuWqnk1ijWcZjAhgY5GwAxVgnf9hXlU0YH 1mK0BWdSdfShhbrnKz2cAxGwVhnQyZHugCTWmQ/V+Jf/ap5EQLsnw9l9/QIn3QTe4qUo 0ULQ== X-Gm-Message-State: ACrzQf2qaHV7ieC2dxDvsSFHatEIInQ5nzMKpRnpitMUZD+Yhj03E5Au h1v6xKmvf5a4+fRdvaluRASzsw== X-Google-Smtp-Source: AMsMyM4UxxPdeneRwUbi+UxY+d8h2/zFstCN3MPWSycAzAIsRn5dAjL0xTRzcFeKszg8rDcXqXXrwQ== X-Received: by 2002:a05:600c:5488:b0:3b5:634:731 with SMTP id iv8-20020a05600c548800b003b506340731mr9241779wmb.188.1664439571180; Thu, 29 Sep 2022 01:19:31 -0700 (PDT) Received: from ?IPV6:2a01:e0a:982:cbb0:1f17:3ea3:4e46:dff? ([2a01:e0a:982:cbb0:1f17:3ea3:4e46:dff]) by smtp.gmail.com with ESMTPSA id v4-20020a5d4b04000000b0022c96d3b6f2sm7820938wrq.54.2022.09.29.01.19.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 29 Sep 2022 01:19:30 -0700 (PDT) Message-ID: Date: Thu, 29 Sep 2022 10:19:29 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v1 7/7] arm: dts: qcom: mdm9615: remove useless amba subnode Content-Language: en-US To: Krzysztof Kozlowski , 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> Reply-To: neil.armstrong@linaro.org From: Neil Armstrong Organization: Linaro Developer Services In-Reply-To: <1d859da3-89c6-d08f-bc10-e5f39c1cd2d4@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org 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. > > >> move the mmc nodes in the main soc node. >> >> Signed-off-by: Neil Armstrong > > While reshuffling maybe move properties to match common style: > 1. compatible > 2. reg > 3. ... > 4. status (last) Ack, will do. > >> > Best regards, > Krzysztof > Thanks, Neil