Skip to content

Commit

Permalink
dts: Import msm8939-samsung
Browse files Browse the repository at this point in the history
Co-authored-by: Lin, Meng-Bo <[email protected]>
  • Loading branch information
TravMurav and bolilingmeng89006 committed Nov 15, 2023
1 parent 2d94e51 commit 872b06d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions lk2nd/device/dts/msm8916/msm8939-samsung.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// SPDX-License-Identifier: BSD-3-Clause

#include <skeleton64.dtsi>
#include <lk2nd.dtsi>

#define I2C_GPIO_FLAGS (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN | GPIO_BIAS_DISABLE)

/ {
qcom,msm-id = <QCOM_ID_MSM8939 0>;
qcom,board-id = <0xEF08FF01 1>;
};

&lk2nd {
/* rev 1 */

a7ltezt {
model = "Samsung Galaxy A7 (SM-A700YD)";
compatible = "samsung,a7ltezt", "samsung,a7";
lk2nd,match-bootloader = "A700YD*";

lk2nd,dtb-files = "msm8916-samsung-a7";

qcom,msm-id = <QCOM_ID_MSM8939 0>;
qcom,board-id = <0xEF08FF1 1>;
};
};

1 change: 1 addition & 0 deletions lk2nd/device/dts/msm8916/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ QCDTBS += \
$(LOCAL_DIR)/msm8916-qrd-9.dtb \
$(LOCAL_DIR)/msm8916-samsung.dtb \
$(LOCAL_DIR)/msm8929-samsung.dtb \
$(LOCAL_DIR)/msm8939-samsung.dtb \

0 comments on commit 872b06d

Please sign in to comment.