diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-05-08 08:45:25 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-05-08 08:45:26 +0200 |
commit | 1c97fe39fbac69b2e1070ace7f625a8224116ffd (patch) | |
tree | d6e1a7d03a566a982e7d61aa411709ec16bedf08 /Documentation/devicetree/bindings/soc | |
parent | a3116c88817e0f75db08056913e8e49bc86b2677 (diff) | |
parent | 4b34d4c25da289712d9a5bd5bac5888f099cbc5c (diff) | |
download | linux-stable-1c97fe39fbac69b2e1070ace7f625a8224116ffd.tar.gz linux-stable-1c97fe39fbac69b2e1070ace7f625a8224116ffd.tar.bz2 linux-stable-1c97fe39fbac69b2e1070ace7f625a8224116ffd.zip |
Merge tag 'qcom-drivers-for-6.10-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/drivers
A few more Qualcomm driver updates for v6.10
This fixes a sleep-while-atomic issue in pmic_glink, stemming from the
fact that the GLINK callback comes from interrupt context.
It fixes the Bluetooth address in the example of qcom,wcnss, and it
enables UEFI variables on SC8180X devices (Primus and Flex 5G).
* tag 'qcom-drivers-for-6.10-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
firmware: qcom: uefisecapp: Allow on sc8180x Primus and Flex 5G
soc: qcom: pmic_glink: Make client-lock non-sleeping
dt-bindings: soc: qcom,wcnss: fix bluetooth address example
Link: https://lore.kernel.org/r/20240508020900.204413-1-andersson@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree/bindings/soc')
-rw-r--r-- | Documentation/devicetree/bindings/soc/qcom/qcom,wcnss.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,wcnss.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,wcnss.yaml index 74bb92e31554..fd6db0ca98eb 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,wcnss.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,wcnss.yaml @@ -116,8 +116,8 @@ examples: bluetooth { compatible = "qcom,wcnss-bt"; - /* BD address 00:11:22:33:44:55 */ - local-bd-address = [ 55 44 33 22 11 00 ]; + /* Updated by boot firmware (little-endian order) */ + local-bd-address = [ 00 00 00 00 00 00 ]; }; wifi { |