aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-10-25 16:24:06 +0200
committerQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-10-25 16:24:06 +0200
commit5442d7134fc03833c0d0d94011fe9b3b6a334b75 (patch)
treeedee7717a082302dccb01cf9716510616ec10cc0
parent013926cf10256ac38c3bd1ade98fafbc9b8a285a (diff)
mule: mule.sh: add support for Puma Haikou Video Demo adapter DTS
Puma Haikou Video Demo adapter DTS actually has a model name which starts with "Theobroma Systems RK3399-Q7 SoM" but isn't exactly this string, therefore the match needs to be extended to include Puma Haikou Video Demo adapter DTS. c.f. https://git.theobroma-systems.com/puma-linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou-video-demo.dts#n13 Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
-rwxr-xr-xmule/mule.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mule/mule.sh b/mule/mule.sh
index 202c3e6..3badb8b 100755
--- a/mule/mule.sh
+++ b/mule/mule.sh
@@ -67,7 +67,7 @@ case "$MODEL" in
RESET_PIN=195
BOOT0_PIN=197
;;
- "Theobroma Systems RK3399-Q7 SoM")
+ "Theobroma Systems RK3399-Q7 SoM"*)
RESET_PIN=56
BOOT0_PIN=76
RESET_INVERT=1