summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chiu <jasoncschiu@google.com>2022-06-30 02:05:22 +0800
committerJason Chiu <jasoncschiu@google.com>2022-07-14 06:42:19 +0000
commit95df2b453200bcf9baba21f0e10fe7c08fc9db96 (patch)
tree330fcd06f969ce58187baeb8646821d8a04012c0
parent549e3f1eaff49f26ac5743f7a38eee7bfb9a7e92 (diff)
downloadlynx-95df2b453200bcf9baba21f0e10fe7c08fc9db96.tar.gz
build.config.lynx: Build and distribute gs201-b0_v2-ipop.dtb
Build and distribute device tree binary gs201-b0_v2-ipop.dtb for gs201 B0 IPOP package silicon revision. Bug: 223404702 Bug: 238970277 Signed-off-by: Jason Chiu <jasoncschiu@google.com> Change-Id: I9caab3bd4db02d2eaa475a0c21b4305571c56a9d
-rw-r--r--build.config.lynx2
-rw-r--r--dts/Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/build.config.lynx b/build.config.lynx
index b6b9bb0..9a2d0f3 100644
--- a/build.config.lynx
+++ b/build.config.lynx
@@ -20,12 +20,14 @@ MAKE_GOALS="$MAKE_GOALS
modules
google/devices/lynx/google-base/gs201-a0.dtb
google/devices/lynx/google-base/gs201-b0.dtb
+google/devices/lynx/google-base/gs201-b0_v2-ipop.dtb
google/devices/lynx/dtbo.img
"
FILES="
arch/arm64/boot/dts/google/devices/lynx/google-base/gs201-a0.dtb
arch/arm64/boot/dts/google/devices/lynx/google-base/gs201-b0.dtb
+arch/arm64/boot/dts/google/devices/lynx/google-base/gs201-b0_v2-ipop.dtb
arch/arm64/boot/dts/google/devices/lynx/dtbo.img
"
diff --git a/dts/Makefile b/dts/Makefile
index a55fc4a..83c4d00 100644
--- a/dts/Makefile
+++ b/dts/Makefile
@@ -1,6 +1,7 @@
dtb-$(CONFIG_SOC_GS201) += \
gs201-a0.dtb \
gs201-b0.dtb \
+ gs201-b0_v2-ipop.dtb \
dtbo-y += \
gs201-lynx-dev1_0.dtbo \