Skip to content

Commit c2af84b

Browse files
mici is mici (#44)
1 parent 87e1745 commit c2af84b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#include "sdm845.dtsi"
55

66
/ {
7-
model = "comma.ai comma four";
8-
compatible = "comma,comma4", "qcom,sdm845";
7+
model = "comma.ai mici";
8+
compatible = "comma,mici", "qcom,sdm845";
99

1010
aliases {
1111
serial0 = &uart9;

kernel/patches/0001-Add-comma4-dts-entry-in-makefile.patch renamed to kernel/patches/0001-Add-mici-dts-entry-in-makefile.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 028e4f587364d096fbbd25b48c22cad71d0c3880 Mon Sep 17 00:00:00 2001
22
From: Robin Reckmann <robin.reckmann@gmail.com>
33
Date: Sat, 14 Mar 2026 18:53:20 +0900
4-
Subject: [PATCH] Add comma4 dts entry in makefile
4+
Subject: [PATCH] Add mici dts entry in makefile
55

66
---
77
arch/arm64/boot/dts/qcom/Makefile | 1 +
@@ -15,7 +15,7 @@ index 296688f7c..5f05ce5a1 100644
1515
dtb-$(CONFIG_ARCH_QCOM) += sdm636-sony-xperia-ganges-mermaid.dtb
1616
dtb-$(CONFIG_ARCH_QCOM) += sdm660-xiaomi-lavender.dtb
1717
dtb-$(CONFIG_ARCH_QCOM) += sdm670-google-sargo.dtb
18-
+dtb-$(CONFIG_ARCH_QCOM) += sdm845-comma4.dtb
18+
+dtb-$(CONFIG_ARCH_QCOM) += sdm845-mici.dtb
1919
dtb-$(CONFIG_ARCH_QCOM) += sdm845-db845c.dtb
2020

2121
sdm845-db845c-navigation-mezzanine-dtbs := sdm845-db845c.dtb sdm845-db845c-navigation-mezzanine.dtbo

tools/build/build_kernel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BOOT_IMG=./boot.img
1414
BASE_DEFCONFIG="defconfig"
1515
CONFIG_FRAGMENT="$DIR/kernel/configs/vamos.config"
1616

17-
DTS_FILE="$DIR/kernel/dts/sdm845-comma4.dts"
17+
DTS_FILE="$DIR/kernel/dts/sdm845-mici.dts"
1818
DTB="qcom/$(basename "${DTS_FILE%.dts}.dtb")"
1919

2020
# Check submodule initted, need to run setup

0 commit comments

Comments
 (0)