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=-13.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 AE878C433DB for ; Fri, 22 Jan 2021 12:46:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5F14F23444 for ; Fri, 22 Jan 2021 12:46:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727431AbhAVMqI (ORCPT ); Fri, 22 Jan 2021 07:46:08 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:42192 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726160AbhAVMpe (ORCPT ); Fri, 22 Jan 2021 07:45:34 -0500 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 10MCiasM079298; Fri, 22 Jan 2021 06:44:36 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1611319476; bh=JU1Lsif7fCk3o1th5LDZDKioK0SmgdAuCnQ6RlZm29A=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=jf4hvY1C+lLHQMOTkcgm+0U+gFsbPAZ/u2n97G5eCz08c9S0y3vTdPNMNK2sCegeB CEoDIz4gUBcL/G+EAvWtBx9YDMGolO0pU6R/JxBO7HCO+YcnX0P53cgkQYZhMQXyOP xgw7CMkcVR6WpPYTY3KLcYzClq5Iz48i/1vtmeZ0= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 10MCiaRx035869 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 22 Jan 2021 06:44:36 -0600 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Fri, 22 Jan 2021 06:44:36 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Fri, 22 Jan 2021 06:44:36 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 10MCial4130452; Fri, 22 Jan 2021 06:44:36 -0600 From: Nishanth Menon To: , , Faiz Abbas , Grygorii Strashko CC: Nishanth Menon , , Rob Herring , Vignesh Raghavendra , Ulf Hansson Subject: Re: [PATCH] arm64: dts: ti: k3: mmc: fix dtbs_check warnings Date: Fri, 22 Jan 2021 06:44:34 -0600 Message-ID: <161131945983.18733.6600361051689989658.b4-ty@ti.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210115193016.5581-1-grygorii.strashko@ti.com> References: <20210115193016.5581-1-grygorii.strashko@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 15 Jan 2021 21:30:16 +0200, Grygorii Strashko wrote: > Now the dtbs_check produces below warnings > sdhci@4f80000: clock-names:0: 'clk_ahb' was expected > sdhci@4f80000: clock-names:1: 'clk_xin' was expected > $nodename:0: 'sdhci@4f80000' does not match '^mmc(@.*)?$' > > Fix above warnings by updating mmc DT definitions to follow > sdhci-am654.yaml bindings: > - rename sdhci dt nodes to 'mmc@' > - swap clk_xin/clk_ahb clocks, the clk_ahb clock expected to be defined > first Hi Grygorii Strashko, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: k3: mmc: fix dtbs_check warnings commit: 0cf73209ce2c60c5b717a02d9de10a6d524e08a6 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D 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=-11.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 9CD62C433E0 for ; Fri, 22 Jan 2021 12:46:11 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4AC262343E for ; Fri, 22 Jan 2021 12:46:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4AC262343E Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=OAAcxrn7RgI0t9b+Ky8HkjGSA25TD/tEMKwwQ6vYaNA=; b=HLpWLu2hULzkKfLMzP0AMwtI5 1wFgVldu29EeCbqf7/fRKgJcwO+COgWdSc1xYSjOXbiNUMiW7AayrxMRtKjLZyiM1AObcdCqnvuYl e+Ex2lg+PTBvZrZma1Fbs0BiyHAAxaeYd3PPksv8qDiCQxR0BoH31yfKqzg5KK/nQYZmF5w0GRFtA CcO7U3pMKtC591+bUHKfAjqsHRZ6QaOa97u0qoOzWd7eESmN4zR9/8iKtQSCm1l5EHmo9HnCIYdgA 7s+1BL3pNw7jfE5s432g9fXZ69R+YDYCkMq+1jpf7psk6Qhleeek3FD44R7Go9gBcY/AIO7lYriQf IsOZNexAg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2vnv-0005sl-Ex; Fri, 22 Jan 2021 12:44:43 +0000 Received: from fllv0015.ext.ti.com ([198.47.19.141]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2vnr-0005ry-A5 for linux-arm-kernel@lists.infradead.org; Fri, 22 Jan 2021 12:44:41 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 10MCiasM079298; Fri, 22 Jan 2021 06:44:36 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1611319476; bh=JU1Lsif7fCk3o1th5LDZDKioK0SmgdAuCnQ6RlZm29A=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=jf4hvY1C+lLHQMOTkcgm+0U+gFsbPAZ/u2n97G5eCz08c9S0y3vTdPNMNK2sCegeB CEoDIz4gUBcL/G+EAvWtBx9YDMGolO0pU6R/JxBO7HCO+YcnX0P53cgkQYZhMQXyOP xgw7CMkcVR6WpPYTY3KLcYzClq5Iz48i/1vtmeZ0= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 10MCiaRx035869 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 22 Jan 2021 06:44:36 -0600 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Fri, 22 Jan 2021 06:44:36 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Fri, 22 Jan 2021 06:44:36 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 10MCial4130452; Fri, 22 Jan 2021 06:44:36 -0600 From: Nishanth Menon To: , , Faiz Abbas , Grygorii Strashko Subject: Re: [PATCH] arm64: dts: ti: k3: mmc: fix dtbs_check warnings Date: Fri, 22 Jan 2021 06:44:34 -0600 Message-ID: <161131945983.18733.6600361051689989658.b4-ty@ti.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210115193016.5581-1-grygorii.strashko@ti.com> References: <20210115193016.5581-1-grygorii.strashko@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210122_074439_474401_1A1B6132 X-CRM114-Status: GOOD ( 12.67 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nishanth Menon , Ulf Hansson , Rob Herring , linux-kernel@vger.kernel.org, Vignesh Raghavendra Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 15 Jan 2021 21:30:16 +0200, Grygorii Strashko wrote: > Now the dtbs_check produces below warnings > sdhci@4f80000: clock-names:0: 'clk_ahb' was expected > sdhci@4f80000: clock-names:1: 'clk_xin' was expected > $nodename:0: 'sdhci@4f80000' does not match '^mmc(@.*)?$' > > Fix above warnings by updating mmc DT definitions to follow > sdhci-am654.yaml bindings: > - rename sdhci dt nodes to 'mmc@' > - swap clk_xin/clk_ahb clocks, the clk_ahb clock expected to be defined > first Hi Grygorii Strashko, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: k3: mmc: fix dtbs_check warnings commit: 0cf73209ce2c60c5b717a02d9de10a6d524e08a6 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel