Skip to content

Commit f5f390a

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: qcs404: fix bluetooth device address
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: 60f77ae ("arm64: dts: qcom: qcs404-evb: Enable uart3 and add Bluetooth") Cc: [email protected] # 5.10 Signed-off-by: Johan Hovold <[email protected]> Reviewed-by: Bryan O'Donoghue <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent eb24bd3 commit f5f390a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/qcs404-evb.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
vddrf-supply = <&vreg_l1_1p3>;
6363
vddch0-supply = <&vdd_ch0_3p3>;
6464

65-
local-bd-address = [ 02 00 00 00 5a ad ];
65+
local-bd-address = [ 00 00 00 00 00 00 ];
6666

6767
max-speed = <3200000>;
6868
};

0 commit comments

Comments
 (0)