On 20/02/2020 17:25, Christian Hewitt wrote: > This adds missing bindings and fixes BT output. > > Fixes: b07a11dbdfeb ("arm64: dts: meson-gxbb-vega-s95: fix WiFi/BT module support") > > Suggested-by: Oleg Ivanov <balbes-150@xxxxxxxxx> > Signed-off-by: Christian Hewitt <christianshewitt@xxxxxxxxx> > --- > arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > 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 5eab3df..0012779 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi > @@ -4,6 +4,8 @@ > */ > > #include "meson-gxbb.dtsi" > +#include <dt-bindings/gpio/gpio.h> > +#include <dt-bindings/input/input.h> These includes seems unnecessary otherwise the DT wouldn't build actually. > > / { > compatible = "tronsmart,vega-s95", "amlogic,meson-gxbb"; > @@ -245,6 +247,9 @@ > bluetooth { > compatible = "brcm,bcm43438-bt"; > shutdown-gpios = <&gpio GPIOX_20 GPIO_ACTIVE_HIGH>; > + max-speed = <2000000>; > + clocks = <&wifi32k>; > + clock-names = "lpo"; > }; > }; > > Ok for this part. Neil