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 253B8111AE; Sat, 3 Feb 2024 04:12:53 +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=1706933574; cv=none; b=XxeFGuQsVX0D17TKEmOFtzBsB7c3OaqboagS/DXtxU4x35ct9F+HDbtHHacsEv+EMV4mT1pS8+xaelxQYfULN3KjkH1k5/QSFCK06aoXhP9ywMJR5TYHVHCxL9loJN8lHTvq/Yfgxt3VMj0Vu4+JbqvTJO57evF6ErO9ldcx5u4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706933574; c=relaxed/simple; bh=Fbk69N6Bbch7EPTJszWSb3qo64LsLIipV7G59ibZlAg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=iC5wQj6dDVgiBzSpts/K+0xIfSZRyblBB8j3xhZbPCZL8UifEs1kKmvojfmnMbl+Td7YzvRtoTznpc6A4yuTVxj1ZJUQRL81NvVuZE0ebi4WCIgj/jDbALv7XrEhXUOlC4SOv1n+pQwws1vLtKJHySvmcDTIoeXzc+UhrySZhk8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=sxgt+lrL; 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="sxgt+lrL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8845DC433B1; Sat, 3 Feb 2024 04:12:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1706933573; bh=Fbk69N6Bbch7EPTJszWSb3qo64LsLIipV7G59ibZlAg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sxgt+lrLXcy2oDjjb8xvMHRSG8Is573LBeKgRAkUAzwz55rpfY3rWaUpoIfyaMM9O Mt0oJqXEDuv7Wd2KqFxX4h8RiU0gxjFJEXvIluncZ1Ouly5GE66mtiT0SUjeInYnHT IxAkLzo5xYdtAZ9U10YZciOLwDtsTZh/xjSqg7V0= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Neil Armstrong , Krzysztof Kozlowski , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.6 102/322] arm64: dts: qcom: sm8550: fix soundwire controllers node name Date: Fri, 2 Feb 2024 20:03:19 -0800 Message-ID: <20240203035402.445010438@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240203035359.041730947@linuxfoundation.org> References: <20240203035359.041730947@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.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Neil Armstrong [ Upstream commit 07c88da81caf0e72c3690b689d30f0d325cfeff4 ] Fix the following dt bindings check: arch/arm64/boot/dts/qcom/sm8550-mtp.dtb: soundwire-controller@6ab0000: $nodename:0: 'soundwire-controller@6ab0000' does not match '^soundwire(@.*)?$' from schema $id: http://devicetree.org/schemas/soundwire/qcom,soundwire.yaml# Signed-off-by: Neil Armstrong Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20231106-topic-sm8550-upstream-soundwire-bindings-fix-v1-1-4ded91c805a1@linaro.org Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/sm8550.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi index 3a228d4f0c14..076715ef09d5 100644 --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi @@ -2044,7 +2044,7 @@ #sound-dai-cells = <1>; }; - swr3: soundwire-controller@6ab0000 { + swr3: soundwire@6ab0000 { compatible = "qcom,soundwire-v2.0.0"; reg = <0 0x06ab0000 0 0x10000>; interrupts = ; @@ -2090,7 +2090,7 @@ #sound-dai-cells = <1>; }; - swr1: soundwire-controller@6ad0000 { + swr1: soundwire@6ad0000 { compatible = "qcom,soundwire-v2.0.0"; reg = <0 0x06ad0000 0 0x10000>; interrupts = ; @@ -2155,7 +2155,7 @@ #sound-dai-cells = <1>; }; - swr0: soundwire-controller@6b10000 { + swr0: soundwire@6b10000 { compatible = "qcom,soundwire-v2.0.0"; reg = <0 0x06b10000 0 0x10000>; interrupts = ; @@ -2182,7 +2182,7 @@ status = "disabled"; }; - swr2: soundwire-controller@6d30000 { + swr2: soundwire@6d30000 { compatible = "qcom,soundwire-v2.0.0"; reg = <0 0x06d30000 0 0x10000>; interrupts = , -- 2.43.0