From patchwork Mon Apr 1 14:09:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 13612789 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E8C08CD1288 for ; Mon, 1 Apr 2024 14:10:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=aAt/9fhqk9j4tQlAF886G1Vyy+k7tyDCHbaEkV+VWcY=; b=a3C6RwjhNRh1Lh kxGSXA3c7N5tDLNr30Wi6ilKD/syr2+NXgV06HKrQ9NrQ7cNcVLL+qpEXTMkK1BLt40l9ZtZoepD2 TXLXQzMxAH+3UaRNvIoNlDGkPBNL8nRcl80RUYvYIKoYCWrSI6ps5Nzq6i3Q/7HCthMyUpj8mPU+q 8/GxdGbLp1HiwMfthn0rfw2lCCfpwHZcwpHbuLIwa8qs86ho0bu6ily75Bf4j+hyv4kfyh/FH2bU8 URISF7LG8GftFGWqT0IQKi/bTLbAy7ANOi8OdpqzHXIe5QK4gu/gs3+nQ5g8YoTLe7cCRJL5nkFqN fKcoRpxfMS76fcR4LJoQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rrIMQ-000000080BQ-2zNp; Mon, 01 Apr 2024 14:10:06 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rrIMK-0000000807I-1taI for linux-arm-kernel@lists.infradead.org; Mon, 01 Apr 2024 14:10:04 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id A20AA60C70; Mon, 1 Apr 2024 14:09:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 333A6C433F1; Mon, 1 Apr 2024 14:09:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711980597; bh=k2SfaJ6oovPsgz2i5jMEfgxA86C9n/bPoB8ZDiDXrmQ=; h=From:To:Cc:Subject:Date:From; b=KzvctBsnRZzj/EzjHrsz9Og9/RgjRFJ+flnItHYyn6jcsWDjvy08Zens71ZKeVhD7 /LAiw+kQKcbddG4/62u9j5SHY74aBU1K3VQpAqTbgvEt7aLMYeVujzsnJXt8/o40Wl 5wE3oQSq3PSTlFh9hMaFTNfk51jg+lFOkZEnijZuimYT5bndtjfRogMU6SQoll79Pn fGa+FmpYU5PzLc/+xuTAMkVBlZX05s6UwdoUjBW+capPe8lUUJwVfil3Q/VyI6FJ6G aqImWW67Vl2iNrxT38eI13hbnTeFErFprqkqoA8ZeR4neK3fgfHJwL/zahhSgIrI4W HgZq0H961NTeA== From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Kunihiko Hayashi , Masami Hiramatsu , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 1/4] arm64: dts: uniphier: ld11-global: use generic node name for audio-codec Date: Mon, 1 Apr 2024 16:09:49 +0200 Message-Id: <20240401140952.97923-1-krzk@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240401_071000_727638_83E9B040 X-CRM114-Status: GOOD ( 10.92 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Devicetree specification expects node names to be generic, representing the class of devices. Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts b/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts index da44a15a8adf..2f88e81b7ee3 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts @@ -111,7 +111,7 @@ &comp_spdif_hiecout1 { &i2c0 { status = "okay"; - tas5707a@1d { + audio-codec@1d { compatible = "ti,tas5711"; reg = <0x1d>; reset-gpios = <&gpio UNIPHIER_GPIO_PORT(23, 4) GPIO_ACTIVE_LOW>;