Skip to content

Commit

Permalink
firmware: arm_dt: allow audio output without dtparam=audio=on
Browse files Browse the repository at this point in the history
See: https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=154604

firmware: dt-blob: Add BT_ON and WL_ON pins, and use if present
  • Loading branch information
popcornmix committed Jul 22, 2016
1 parent 051aed7 commit b8ef00f
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 0 deletions.
Binary file modified boot/fixup.dat
Binary file not shown.
Binary file modified boot/fixup_cd.dat
Binary file not shown.
Binary file modified boot/fixup_db.dat
Binary file not shown.
Binary file modified boot/fixup_x.dat
Binary file not shown.
Binary file modified boot/start.elf
Binary file not shown.
Binary file modified boot/start_cd.elf
Binary file not shown.
Binary file modified boot/start_db.elf
Binary file not shown.
Binary file modified boot/start_x.elf
Binary file not shown.
16 changes: 16 additions & 0 deletions extra/dt-blob.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,14 @@
type = "external";
number = <3>;
};
pin_define@BT_ON {
type = "external";
number = <0>;
};
pin_define@WL_ON {
type = "external";
number = <1>;
};
pin_define@SMPS_SDA {
type = "internal";
number = <44>;
Expand Down Expand Up @@ -1239,6 +1247,14 @@
type = "external";
number = <3>;
};
pin_define@BT_ON {
type = "external";
number = <0>;
};
pin_define@WL_ON {
type = "external";
number = <1>;
};
pin_define@SMPS_SDA {
type = "internal";
number = <46>;
Expand Down

0 comments on commit b8ef00f

Please sign in to comment.