diff options
author | Christian Hewitt <christianshewitt@gmail.com> | 2020-02-20 21:44:02 +0400 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2020-02-29 09:37:46 -0800 |
commit | 9929451857285db227433c3fb48ebe9e1d2bf9a2 (patch) | |
tree | 94381a3088016b748f71699c162425e34f76d407 | |
parent | 026c20e7b05f6a6a91720feb7492c0d9b90a9b8c (diff) | |
download | lwn-9929451857285db227433c3fb48ebe9e1d2bf9a2.tar.gz lwn-9929451857285db227433c3fb48ebe9e1d2bf9a2.zip |
arm64: dts: meson-gxbb-vega-s95: fix bluetooth node
This was missed from the previous fix.
Fixes: b07a11dbdfeb ("arm64: dts: meson-gxbb-vega-s95: fix WiFi/BT module support")
Suggested-by: Oleg Ivanov <balbes-150@yandex.ru>
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/1582220642-14133-1-git-send-email-christianshewitt@gmail.com
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi index 5eab3dfdbd55..45cb83625951 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi @@ -245,6 +245,9 @@ bluetooth { compatible = "brcm,bcm43438-bt"; shutdown-gpios = <&gpio GPIOX_20 GPIO_ACTIVE_HIGH>; + max-speed = <2000000>; + clocks = <&wifi32k>; + clock-names = "lpo"; }; }; |