From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2B5361FA830; Tue, 12 Nov 2024 10:38:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731407935; cv=none; b=fiinza0NO06BW7sxwNeexsJPX3g3TkVu7/ppVBrkquzEmDJOdkPImbVlx0/kbZqQEtfOwccVfAk7nfRlRRstFIvFpP5mz5YQYhsekx+v3irk+Fp4GLFWlEJHO4uSARhq22+l/uVCAj4mbcLWXexi1yWFdm6XVuKD5i+YbcrVieM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731407935; c=relaxed/simple; bh=aMOIr6bvePGdQk4uas3ofXTuiYnvgYGKFvpqt9kwmQk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=QRvOxYBUa+aO52lCYqId1Lz6d091Q23ghFfTWmfkHnu3D+/I+S7HbEKoNlPsYiHFsjWEeEElWdvaS2dwuLu94JgOWpLe24VR5247nEEaDZ6U6OlksXhxOckRFxM7JrXl6wvG4/JFtJRU9lZpHJ35BIE9K0hfgYpRSZWxSJScl34= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=oM9pdLIE; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="oM9pdLIE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A4EF6C4CECD; Tue, 12 Nov 2024 10:38:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1731407935; bh=aMOIr6bvePGdQk4uas3ofXTuiYnvgYGKFvpqt9kwmQk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oM9pdLIEmKj42q5N2cuu74Q3KSpXz4+CPRppJVsDqswwbHsMbROiHhglqwoedFDHP 0D3vmx8odlz74PolkoE/h26F/572ZSpObEu7cPVaLA/w5Of1UwmQydNh0geQAXUy1P hYfphrv9M6bInSWu9KtUji5A82+FHA63OzhgGwHs= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Geert Uytterhoeven , Heiko Stuebner , Sasha Levin Subject: [PATCH 6.11 001/184] arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-eaidk-610 Date: Tue, 12 Nov 2024 11:19:19 +0100 Message-ID: <20241112101900.925351545@linuxfoundation.org> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20241112101900.865487674@linuxfoundation.org> References: <20241112101900.865487674@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.11-stable review patch. If anyone has any objections, please let me know. ------------------ From: Geert Uytterhoeven [ Upstream commit 2f39bba3b4f037d6c3c9174eed5befcef1c79abb ] There are no DT bindings and driver support for a "rockchip,rt5651" codec. Replace "rockchip,rt5651" by "realtek,rt5651", which matches the "simple-audio-card,name" property in the "rt5651-sound" node. Fixes: 904f983256fdd24b ("arm64: dts: rockchip: Add dts for a rk3399 based board EAIDK-610") Signed-off-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/a9877b8b1bd0de279d2ec8294d5be14587203a82.1727358193.git.geert+renesas@glider.be Signed-off-by: Heiko Stuebner Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/rockchip/rk3399-eaidk-610.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-eaidk-610.dts b/arch/arm64/boot/dts/rockchip/rk3399-eaidk-610.dts index 173da81fc2311..ea11d6b86e506 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-eaidk-610.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-eaidk-610.dts @@ -542,7 +542,7 @@ status = "okay"; rt5651: audio-codec@1a { - compatible = "rockchip,rt5651"; + compatible = "realtek,rt5651"; reg = <0x1a>; clocks = <&cru SCLK_I2S_8CH_OUT>; clock-names = "mclk"; -- 2.43.0