From patchwork Thu Sep 26 13:48:39 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13813383 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 3047ACDE009 for ; Thu, 26 Sep 2024 13:50:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=uPbUUaKw8e/q8aNmWM7UWfSo4aZ6kUnlne4HtPhO1As=; b=0pvoxxowZtNNT1FcWiNA3TunoI 5iEWJJA+vlF2jnWQ0kL4ZO30C4rCGt4VdaXrjLS6g9SUmkdEIotzlGbN4JozkbtOns8otyNXk1jsL 0qma4lrcDKESdUy0OKP1ZDglGmFGrkBq00HhhpFnajeLDdnX/vK/61CicBLuC8+vhYDLSq20xxjIY bZCZUNVjacSI+u6ZFJrrWDnunX1cyy6s+MMt+v6eVJenlkTCIGBe+qrEYLW05RhVdlw7pbZ/ylm59 8IS1wxjQJPyafCS/kLUQQGnrN9dXh9kSnY5WrODstOLCczWvAUH6KJuvPSmAgUSl2/8JtiCJ1RjlS 8Xg/VFdg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1stosg-00000008V0W-2au0; Thu, 26 Sep 2024 13:50:06 +0000 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1storT-00000008Url-0tXZ for linux-arm-kernel@lists.infradead.org; Thu, 26 Sep 2024 13:48:53 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:7bd9:a854:38c6:ce04]) by baptiste.telenet-ops.be with cmsmtp id H1oj2D0043fTnLU011ojXx; Thu, 26 Sep 2024 15:48:43 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1storF-000bcY-Qh; Thu, 26 Sep 2024 15:48:42 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1storK-001yEd-Od; Thu, 26 Sep 2024 15:48:42 +0200 From: Geert Uytterhoeven To: Heiko Stuebner , Andy Yan , Jacob Chen Cc: linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/2] arm64: dts: rockchip: rk3399: Fix rt5651 compatible values Date: Thu, 26 Sep 2024 15:48:39 +0200 Message-Id: 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-20240926_064851_641670_3DDC8368 X-CRM114-Status: GOOD ( 18.36 ) 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 Hi all, This patch series fixes two occurrences of the "rockchip,rt5651" compatible value, which is not documented in DT bindings or supported in any upstream driver. Presumable these are typos for "realtek,rt5651", as the "simple-audio-card,name" properties in the "rt5651-sound" nodes refer to Realtek codecs. This is untested due to lack of hardware. Thanks for your comments! Geert Uytterhoeven (2): arm64: dts: rockchip: rk3399-eaidk-610: Fix rt5651 compatible value arm64: dts: rockchip: rk3399-sapphire-excavator: Fix rt5651 compatible value arch/arm64/boot/dts/rockchip/rk3399-eaidk-610.dts | 2 +- arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)