Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion lk2nd/device/dts/msm8916/msm8916-samsung.dts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-LicensecIdentifier: BSD-3-Clause
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// SPDX-LicensecIdentifier: BSD-3-Clause
// SPDX-License-Identifier: BSD-3-Clause

Stay untouched.


#include <skeleton64.dtsi>
#include <lk2nd.dtsi>
Expand Down Expand Up @@ -91,6 +91,37 @@
};
};

coreprimeduos {
// https://www.gsmarena.com/samsung_galaxy_core_prime-6716.php
model = "Samsung Galaxy Core Prime Duos (SM-G360M)";
compatible = "samsung,coreprimelte", "samsung,rossa";
lk2nd,match-bootloader = "G360M*";

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

qcom,msm-id = <QCOM_ID_MSM8916 0>;
qcom,board-id = <0xCE08FF01 1>;

muic-reset {
compatible = "samsung,muic-reset";
i2c-reg = <0x14>;
i2c-sda-gpios = <&tlmm 2 I2C_GPIO_FLAGS>;
i2c-scl-gpios = <&tlmm 3 I2C_GPIO_FLAGS>;
};

panel {
compatible = "samsung,cprime-panel", "lk2nd,panel";

ss_dsi_panel_HX8369B_BV045WVM_WVGA {
compatible = "samsung,hx8369b-bv045wvm";
};

ss_dsi_panel_SC7798A_BV045WVM_WVGA {
compatible = "samsung,sc7798a-bv045wvm";
};
};
};

Comment on lines +94 to +124
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
coreprimeduos {
// https://www.gsmarena.com/samsung_galaxy_core_prime-6716.php
model = "Samsung Galaxy Core Prime Duos (SM-G360M)";
compatible = "samsung,coreprimelte", "samsung,rossa";
lk2nd,match-bootloader = "G360M*";
lk2nd,dtb-files = "msm8916-samsung-rossa";
qcom,msm-id = <QCOM_ID_MSM8916 0>;
qcom,board-id = <0xCE08FF01 1>;
muic-reset {
compatible = "samsung,muic-reset";
i2c-reg = <0x14>;
i2c-sda-gpios = <&tlmm 2 I2C_GPIO_FLAGS>;
i2c-scl-gpios = <&tlmm 3 I2C_GPIO_FLAGS>;
};
panel {
compatible = "samsung,cprime-panel", "lk2nd,panel";
ss_dsi_panel_HX8369B_BV045WVM_WVGA {
compatible = "samsung,hx8369b-bv045wvm";
};
ss_dsi_panel_SC7798A_BV045WVM_WVGA {
compatible = "samsung,sc7798a-bv045wvm";
};
};
};

/* rev 1 */

a3u-eur {
Expand Down