Skip to content

Commit

Permalink
overlays: pi3-disable-bt: Clear out bt_pins node
Browse files Browse the repository at this point in the history
The pi3-disable-bt overlay does not (and cannot) delete the bt_pins
node, but emptying its properties (including brcm,pins) is a way of
signalling to the hciuart systemd service that Bluetooth has been
disabled.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
Signed-off-by: ahmedradaideh <ahmed.radaideh@gmail.com>
  • Loading branch information
Phil Elwell authored and ahmedradaideh committed Oct 29, 2018
1 parent c091d93 commit 7a5ea26
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/overlays/pi3-disable-bt-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
};

fragment@3 {
target = <&bt_pins>;
__overlay__ {
brcm,pins;
brcm,function;
brcm,pull;
};
};

fragment@4 {
target-path = "/aliases";
__overlay__ {
serial0 = "/soc/serial@7e201000";
Expand Down

0 comments on commit 7a5ea26

Please sign in to comment.