Skip to content

Commit 077c1a7

Browse files
Phil Elwellpopcornmix
Phil Elwell
authored andcommitted
overlays: pi3-disable-bt: Clear out bt_pins node
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 <[email protected]>
1 parent 8467cd5 commit 077c1a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/arm/boot/dts/overlays/pi3-disable-bt-overlay.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@
3737
};
3838

3939
fragment@3 {
40+
target = <&bt_pins>;
41+
__overlay__ {
42+
brcm,pins;
43+
brcm,function;
44+
brcm,pull;
45+
};
46+
};
47+
48+
fragment@4 {
4049
target-path = "/aliases";
4150
__overlay__ {
4251
serial0 = "/soc/serial@7e201000";

0 commit comments

Comments
 (0)