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=-12.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 ECF09C43331 for ; Mon, 30 Mar 2020 14:32:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C11332073B for ; Mon, 30 Mar 2020 14:32:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585578776; bh=YweIgrcZR44ev35RtHjH3sJZZjrni88+9NR9wXvR6dE=; h=Date:From:To:Cc:Subject:In-Reply-To:List-ID:From; b=U3iIqRnM8xgqjF9DdJz6Z68kZw+0fqZWyLA7kfcebhbBNdK6LQAEU9ZTc8eGTrVj/ SrvsNs2t/revpIo6akDnlrKSjycN0lfnNIRS2bVOvlajqOcZcwt38FvkCrM9t5NYDw cx/vrKEwpLo69hznnSEQI+xWpaHU4CX+3+Wtx27U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727975AbgC3Oc4 (ORCPT ); Mon, 30 Mar 2020 10:32:56 -0400 Received: from foss.arm.com ([217.140.110.172]:55090 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726981AbgC3Oc4 (ORCPT ); Mon, 30 Mar 2020 10:32:56 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F02C9113E; Mon, 30 Mar 2020 07:32:54 -0700 (PDT) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 73A053F71E; Mon, 30 Mar 2020 07:32:54 -0700 (PDT) Date: Mon, 30 Mar 2020 15:32:52 +0100 From: Mark Brown To: Fabio Estevam Cc: alsa-devel@alsa-project.org, benjamin.gaignard@st.com, broonie@kernel.org, devicetree@vger.kernel.org, Mark Brown , robh+dt@kernel.org, Rob Herring Subject: Applied "dt-bindings: sound: cs42l51: Remove unneeded I2C unit name" to the asoc tree In-Reply-To: <20200327155721.7596-1-festevam@gmail.com> Message-Id: X-Patchwork-Hint: ignore Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The patch dt-bindings: sound: cs42l51: Remove unneeded I2C unit name has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a 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. Thanks, Mark >From f3ca3f5b0966cfc2737178cca8a7a65b09991898 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Fri, 27 Mar 2020 12:57:21 -0300 Subject: [PATCH] dt-bindings: sound: cs42l51: Remove unneeded I2C unit name The following warning is seen with 'make dt_binding_check': Documentation/devicetree/bindings/sound/cirrus,cs42l51.example.dts:18.15-34.11: Warning (unit_address_vs_reg): /example-0/i2c@0: node has a unit name, but no reg or ranges property Fix it by removing the unneeded i2c unit name. Signed-off-by: Fabio Estevam Acked-by: Rob Herring Link: https://lore.kernel.org/r/20200327155721.7596-1-festevam@gmail.com Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml b/Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml index efce847a3408..83f44f07ac3f 100644 --- a/Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml +++ b/Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml @@ -49,7 +49,7 @@ required: examples: - | #include - i2c@0 { + i2c { #address-cells = <1>; #size-cells = <0>; -- 2.20.1