Skip to content

Commit

Permalink
dts: Add Galaxy Tab A 8.0 (SM-T357W)
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen138 committed Dec 2, 2019
1 parent ff8ce7c commit e2386ea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions dts/msm8916-samsung-r06.dts
@@ -0,0 +1,17 @@
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

/include/ "msm8916.dtsi"

/ {
// This is used by the bootloader to find the correct DTB
qcom,msm-id = <206 0>;
qcom,board-id = <0xCE08FF01 6>;

gt58ltebmc {
model = "Samsung Galaxy Tab A 8.0 (CAN)";
compatible = "samsung,gt58ltebmc", "qcom,msm8916-mtp", "qcom,msm8916", "qcom,mtp", "lk2nd,device";
lk2nd,match-bootloader = "T357W*";
};
};
3 changes: 2 additions & 1 deletion dts/rules.mk
Expand Up @@ -7,5 +7,6 @@ DTBS += \
$(LOCAL_DIR)/msm8916-motorola-harpia.dtb \
$(LOCAL_DIR)/msm8916-samsung-r01.dtb \
$(LOCAL_DIR)/msm8916-samsung-r03.dtb \
$(LOCAL_DIR)/msm8916-samsung-r04.dtb
$(LOCAL_DIR)/msm8916-samsung-r04.dtb \
$(LOCAL_DIR)/msm8916-samsung-r06.dtb
endif

0 comments on commit e2386ea

Please sign in to comment.