mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-14 12:13:20 -05:00
arm64: dts: qcom: use generic node name for Bluetooth
Node names should be generic (as Devicetree spec mandates), so use "bluetooth" for BT node. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230124084951.38195-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
cce9c1d0b0
commit
f7aaaf3030
@@ -229,7 +229,7 @@ &blsp1_uart2 {
|
||||
status = "okay";
|
||||
label = "QCA_UART";
|
||||
|
||||
bluetooth: qca6174a {
|
||||
bluetooth: bluetooth {
|
||||
compatible = "qcom,qca6174-bt";
|
||||
|
||||
enable-gpios = <&pm8994_gpios 19 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
@@ -430,7 +430,7 @@ &uart3 {
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-1 = <&qup_uart3_sleep>;
|
||||
|
||||
bluetooth: wcn3990-bt {
|
||||
bluetooth: bluetooth {
|
||||
compatible = "qcom,wcn3990-bt";
|
||||
vddio-supply = <&vreg_l10a_1p8>;
|
||||
vddxo-supply = <&vreg_l1c_1p8>;
|
||||
|
||||
@@ -862,7 +862,7 @@ &uart6 {
|
||||
|
||||
pinctrl-0 = <&qup_uart6_4pin>;
|
||||
|
||||
bluetooth: wcn3990-bt {
|
||||
bluetooth: bluetooth {
|
||||
compatible = "qcom,wcn3990-bt";
|
||||
vddio-supply = <&src_pp1800_s4a>;
|
||||
vddxo-supply = <&pp1800_l7a_wcn3990>;
|
||||
|
||||
Reference in New Issue
Block a user