Skip to content

Commit

Permalink
Disbled I2S on Rock Pi 4 as it conflicts with reset pin of HM-MOD-RPI…
Browse files Browse the repository at this point in the history
…-PCB and LED pins on RPI-RF-MOD
  • Loading branch information
alexreinert committed Jul 4, 2022
1 parent 4ea0e76 commit 781112b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion create_devicetree_armbian.sh
@@ -1,5 +1,5 @@
#!/bin/bash
PKG_BUILD=35
PKG_BUILD=36

CURRENT_DIR=$(pwd)
WORK_DIR=$(mktemp -d)
Expand Down
4 changes: 4 additions & 0 deletions dts/rockpi4.dts.include
Expand Up @@ -32,5 +32,9 @@
stdout-path = "";
bootargs = "";
};

i2s@ff890000 {
status = "disabled";
};
};

0 comments on commit 781112b

Please sign in to comment.