aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hewitt <christianshewitt@gmail.com>2020-02-20 21:44:02 +0400
committerKevin Hilman <khilman@baylibre.com>2020-02-29 09:37:46 -0800
commit9929451857285db227433c3fb48ebe9e1d2bf9a2 (patch)
tree94381a3088016b748f71699c162425e34f76d407
parentarm64: dts: meson-gxl-s905x-p212: add bluetooth nodes (diff)
downloadlinux-dev-9929451857285db227433c3fb48ebe9e1d2bf9a2.tar.xz
linux-dev-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.dtsi3
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";
};
};