arm64: dts: qcom: msm8937: Add Huawei Honor 7C#47
arm64: dts: qcom: msm8937: Add Huawei Honor 7C#47AztecMX wants to merge 1 commit intomsm89x7-mainline:msm89x7/6.17.8from
Conversation
Signed-off-by: AztecMX <aztecmx@proton.me>
|
Can you please share a dmesg? I would like to check if everything is correct |
barni2000
left a comment
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
aum is autumn, i would prefer the full code name like agassi
|
|
||
| / { | ||
| model = "Huawei Honor 7C (aum)"; | ||
| compatible = "huawei,aum", "qcom,msm8937"; |
There was a problem hiding this comment.
| compatible = "huawei,aum", "qcom,msm8937"; | |
| compatible = "huawei,autumn", "qcom,msm8937"; |
| #include "msm8937-qdsp6.dtsi" | ||
|
|
||
| / { | ||
| model = "Huawei Honor 7C (aum)"; |
There was a problem hiding this comment.
| 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 { |
There was a problem hiding this comment.
| aliases { | |
| aliases { |
| mmc0 = &sdhc_1; | ||
| mmc1 = &sdhc_2; | ||
| }; | ||
| battery: battery { |
There was a problem hiding this comment.
| battery: battery { | |
| battery: battery { |
There was a problem hiding this comment.
Where this battery node is used?
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
| 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 { |
There was a problem hiding this comment.
| nfc_int_default: nfc-int-default-state { | |
| nfc_int_default: nfc-int-default-state { |
|
|
||
| &blsp2_i2c1 { | ||
| status = "okay"; | ||
| nfc@28 { |
There was a problem hiding this comment.
| nfc@28 { | |
| nfc@28 { |
|
|
||
| &blsp1_i2c3 { | ||
| status = "okay"; | ||
| touchscreen@38 { |
There was a problem hiding this comment.
| touchscreen@38 { | |
| touchscreen@38 { |
| }; | ||
| }; | ||
|
|
||
| &usb { |
There was a problem hiding this comment.
It will not work without extcon, you should wire up charger and extcons.
This patch adds initial support of Huawei Honor 7C (huawei-aum)