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 EDCC5145A05; Thu, 13 Jun 2024 11:48:24 +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=1718279305; cv=none; b=h8y9aFQ2kwueqk0RhnEw3xeEVJ3VnbkfPb6Hzutf2kSuJWPQ2yt6OZfia0eRTRJr3HcrufsCJzdVdStCQBtD2fLdHmsfA8BrFihzL2mHxegPOX4ho569PjA0nnr8amwT8YYo20M/cF5yEDJK+Pwa1wneaynn+Va9yKI622FGrTI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718279305; c=relaxed/simple; bh=/lNboxCC0oCfCmftXm28zRzTzKMPS8F6m+5yN7uS9hQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=lasGB2pSQsyS2hUI244r2CDuACfm+/11cfX3xewMyv56DOxrZ8cd2AKW4mOMQXPMjJin8eu9k5ld6755Gwx5grWjGGMpjGHyh0RFZfybvhrg+JXIrUUh1YaJovI+EA3QJFhy4qADg13lFGjWAVss0SH9/6+drwa3jrKrr5r637A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=TpgRRKtk; 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="TpgRRKtk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58114C2BBFC; Thu, 13 Jun 2024 11:48:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1718279304; bh=/lNboxCC0oCfCmftXm28zRzTzKMPS8F6m+5yN7uS9hQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TpgRRKtk9VL8igSIh6J7GwxZC4eCLDHkidV5x5xovL4qVfjaEe/iGBnYQ6aoWP2uw cxIu4SGCUlpmBAEfMcuzEjNb5JOBGTKpRg1cFbtVQd7DknuKV+0nBg6v/ndCtpwHmR o/ydIU8zwJ2+t99t696n3gYdGIG24k7QBI2AZmJw= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Johan Hovold , Bryan ODonoghue , Bjorn Andersson Subject: [PATCH 6.9 023/157] arm64: dts: qcom: qcs404: fix bluetooth device address Date: Thu, 13 Jun 2024 13:32:28 +0200 Message-ID: <20240613113228.306836804@linuxfoundation.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240613113227.389465891@linuxfoundation.org> References: <20240613113227.389465891@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.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Johan Hovold commit f5f390a77f18eaeb2c93211a1b7c5e66b5acd423 upstream. The 'local-bd-address' property is used to pass a unique Bluetooth device address from the boot firmware to the kernel and should otherwise be left unset so that the OS can prevent the controller from being used until a valid address has been provided through some other means (e.g. using btmgmt). Fixes: 60f77ae7d1c1 ("arm64: dts: qcom: qcs404-evb: Enable uart3 and add Bluetooth") Cc: stable@vger.kernel.org # 5.10 Signed-off-by: Johan Hovold Reviewed-by: Bryan O'Donoghue Link: https://lore.kernel.org/r/20240501075201.4732-1-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/qcom/qcs404-evb.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi @@ -62,7 +62,7 @@ vddrf-supply = <&vreg_l1_1p3>; vddch0-supply = <&vdd_ch0_3p3>; - local-bd-address = [ 02 00 00 00 5a ad ]; + local-bd-address = [ 00 00 00 00 00 00 ]; max-speed = <3200000>; };