Skip to content

Commit

Permalink
Fixed Device Tree patches for Amlogic S905 based boards
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinert committed Nov 13, 2020
1 parent dfc5bd9 commit 75efc5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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=27
PKG_BUILD=28

CURRENT_DIR=$(pwd)
WORK_DIR=$(mktemp -d)
Expand Down
2 changes: 1 addition & 1 deletion dts/lepotato.dts.include
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
};
};

periphs@c8834000 {
bus@c8834000 {
pinctrl@4b0 {
pivccu_gpio: bank@4b0 {
};
Expand Down
2 changes: 1 addition & 1 deletion dts/odroidc2.dts.include
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/ {
soc {
periphs@c8834000 {
bus@c8834000 {
pinctrl@4b0 {
pivccu_gpio: bank@4b0 {
};
Expand Down

0 comments on commit 75efc5a

Please sign in to comment.