From 88596c2efe3941d3870588b49e46398f267bd3c9 Mon Sep 17 00:00:00 2001 From: HaHmada <159095672+HaHmada@users.noreply.github.com> Date: Fri, 19 Sep 2025 17:06:38 +0700 Subject: [PATCH 1/2] dts: msm8909: Add support for Andromax A (A16C3H) Adding Andromax A (A16C3H) To lk2nd --- .../dts/msm8909/msm8909-andromax-a16c3h.dts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lk2nd/device/dts/msm8909/msm8909-andromax-a16c3h.dts diff --git a/lk2nd/device/dts/msm8909/msm8909-andromax-a16c3h.dts b/lk2nd/device/dts/msm8909/msm8909-andromax-a16c3h.dts new file mode 100644 index 000000000..2720117e0 --- /dev/null +++ b/lk2nd/device/dts/msm8909/msm8909-andromax-a16c3h.dts @@ -0,0 +1,18 @@ +// SPDX-License-Identifier: GPL-2.0-only + +#include +#include + +/ { + // This is used by the bootloader to find the correct DTB + qcom,msm-id = <206 0>; + qcom,board-id = <0x1000b 0x8>, <0x11000b 0x8>, <0x21000b 0x8>; +}; + +&lk2nd { + model = "Andromax A"; // FIXME + compatible = "andromax,a16c3h"; // FIXME + + lk2nd,dtb-files = "msm8916-andromax-a16c3h"; + +}; From a950f590980b8f9e376aeb7dac2b8408ec58cedb Mon Sep 17 00:00:00 2001 From: HaHmada <159095672+HaHmada@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:15:53 +0700 Subject: [PATCH 2/2] dts: msm8909: Add support for Andromax A (A16C3H) --- lk2nd/device/dts/msm8909/msm8909-andromax-a16c3h.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lk2nd/device/dts/msm8909/msm8909-andromax-a16c3h.dts b/lk2nd/device/dts/msm8909/msm8909-andromax-a16c3h.dts index 2720117e0..633bcfe2c 100644 --- a/lk2nd/device/dts/msm8909/msm8909-andromax-a16c3h.dts +++ b/lk2nd/device/dts/msm8909/msm8909-andromax-a16c3h.dts @@ -5,7 +5,7 @@ / { // This is used by the bootloader to find the correct DTB - qcom,msm-id = <206 0>; + qcom,msm-id = <245 0>; qcom,board-id = <0x1000b 0x8>, <0x11000b 0x8>, <0x21000b 0x8>; }; @@ -13,6 +13,6 @@ model = "Andromax A"; // FIXME compatible = "andromax,a16c3h"; // FIXME - lk2nd,dtb-files = "msm8916-andromax-a16c3h"; + lk2nd,dtb-files = "msm8916-andromax-a16c3h"; };