Skip to content

arm64: dts: qcom: msm8937: Add Huawei Honor 7C#47

Draft
AztecMX wants to merge 1 commit intomsm89x7-mainline:msm89x7/6.17.8from
AztecMX:msm89x7/6.17.8
Draft

arm64: dts: qcom: msm8937: Add Huawei Honor 7C#47
AztecMX wants to merge 1 commit intomsm89x7-mainline:msm89x7/6.17.8from
AztecMX:msm89x7/6.17.8

Conversation

@AztecMX
Copy link

@AztecMX AztecMX commented Feb 17, 2026

This patch adds initial support of Huawei Honor 7C (huawei-aum)

Signed-off-by: AztecMX <aztecmx@proton.me>
@barni2000
Copy link
Collaborator

Can you please share a dmesg? I would like to check if everything is correct

Copy link
Collaborator

@barni2000 barni2000 left a comment

Choose a reason for hiding this comment

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

Please use your full name in your SoB?

dtb-$(CONFIG_ARCH_QCOM) += msm8917-xiaomi-tiare.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8917-xiaomi-ugglite.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8929-wingtech-wt82918hd.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8937-huawei-aum.dtb
Copy link
Collaborator

Choose a reason for hiding this comment

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

aum is autumn, i would prefer the full code name like agassi

Copy link
Author

Choose a reason for hiding this comment

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


/ {
model = "Huawei Honor 7C (aum)";
compatible = "huawei,aum", "qcom,msm8937";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
compatible = "huawei,aum", "qcom,msm8937";
compatible = "huawei,autumn", "qcom,msm8937";

#include "msm8937-qdsp6.dtsi"

/ {
model = "Huawei Honor 7C (aum)";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
model = "Huawei Honor 7C (aum)";
model = "Huawei Honor 7C";

chassis-type = "handset";
qcom,msm-id = <QCOM_ID_MSM8937 0>;
qcom,board-id = <8331 0>;
aliases {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
aliases {
aliases {

mmc0 = &sdhc_1;
mmc1 = &sdhc_2;
};
battery: battery {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
battery: battery {
battery: battery {

Copy link
Collaborator

Choose a reason for hiding this comment

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

Where this battery node is used?

Copy link
Author

Choose a reason for hiding this comment

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

Where this battery node is used?

This is for cw2015 fuel gauge, I will add it later

drive-strength = <2>;
bias-disable;
};
tsp_int_rst_default: tsp-int-rst-default-state {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
tsp_int_rst_default: tsp-int-rst-default-state {
tsp_int_rst_default: tsp-int-rst-default-state {

drive-strength = <8>;
bias-pull-up;
};
nfc_int_default: nfc-int-default-state {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
nfc_int_default: nfc-int-default-state {
nfc_int_default: nfc-int-default-state {


&blsp2_i2c1 {
status = "okay";
nfc@28 {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
nfc@28 {
nfc@28 {


&blsp1_i2c3 {
status = "okay";
touchscreen@38 {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
touchscreen@38 {
touchscreen@38 {

};
};

&usb {
Copy link
Collaborator

Choose a reason for hiding this comment

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

It will not work without extcon, you should wire up charger and extcons.

@AztecMX AztecMX marked this pull request as draft February 18, 2026 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants