Skip to content

Commit

Permalink
Workaround for changes in Armbian Bootloader of Tinkerboard
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinert committed Jan 26, 2019
1 parent cd4d352 commit 9ccd8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion create_devicetree_armbian.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
PKG_BUILD=22
PKG_BUILD=23

CURRENT_DIR=$(pwd)
WORK_DIR=$(mktemp -d)
Expand Down
1 change: 1 addition & 0 deletions dts/tinkerboard.dts.include
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

serial@ff190000 {
compatible = "pivccu,dw_apb";
status = "okay";
pivccu,reset_pin = <&pivccu_gpio6 0 0>;
pivccu,red_pin = <&pivccu_gpio7 7 0>;
pivccu,green_pin = <&pivccu_gpio6 3 0>;
Expand Down

0 comments on commit 9ccd8bd

Please sign in to comment.