Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dts: msm8*16-samsung: update panel selection for fortuna #396

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

wonderfulShrineMaidenOfParadise
Copy link
Contributor

No description provided.

@wonderfulShrineMaidenOfParadise
Copy link
Contributor Author

$ ls -d SM-G530*
SM-G5306W_CHU  SM-G5309W_CTC  SM-G530FZ_DBT  SM-G530H_LYS   SM-G530M_BVO  SM-G530R4_USC  SM-G530T1_TMB  SM-G530W_XAC
SM-G5308W_TGY  SM-G530BT_ZTO  SM-G530F_XSG   SM-G530MU_TNZ  SM-G530P_SPR  SM-G530R7_ACG  SM-G530T_TMB   SM-G530Y_BRI
$ grep -rnw mdss_dsi_hx8389c_qhd_video SM-G530*/*.dts
SM-G5306W_CHU/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G5308W_TGY/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G5309W_CTC/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G530MU_TNZ/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G530Y_BRI/plat_ce-var_ce08ff01-sub_b.dts:1261:                       qcom,mdss_dsi_hx8389c_qhd_video {

There are only 5 models known for using qcom,mdss_dsi_hx8389c_qhd_video. Drop it from the other models.

@wonderfulShrineMaidenOfParadise
Copy link
Contributor Author

wonderfulShrineMaidenOfParadise commented Aug 5, 2024

$ grep -rnw qcom,mdss_dsi_.* SM-G530{{6,8,9}W,MU,Y}_*/*.dts
SM-G5306W_CHU/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G5308W_TGY/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G5309W_CTC/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G530MU_TNZ/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G530Y_BRI/plat_ce-var_ce08ff01-sub_b.dts:1261:                       qcom,mdss_dsi_hx8389c_qhd_video {
$ grep -rnw ss_dsi_panel.* SM-G530{{6,8,9}W,MU,Y}_*/*.dts
$

There is only one panel qcom,mdss_dsi_hx8389c_qhd_video on the models above. Drop panel selection for them.

```
$ ls -d SM-G530*
SM-G5306W_CHU  SM-G5309W_CTC  SM-G530FZ_DBT  SM-G530H_LYS   SM-G530M_BVO  SM-G530R4_USC  SM-G530T1_TMB  SM-G530W_XAC
SM-G5308W_TGY  SM-G530BT_ZTO  SM-G530F_XSG   SM-G530MU_TNZ  SM-G530P_SPR  SM-G530R7_ACG  SM-G530T_TMB   SM-G530Y_BRI
$ grep -rnw mdss_dsi_hx8389c_qhd_video SM-G530*/*.dts
SM-G5306W_CHU/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G5308W_TGY/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G5309W_CTC/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G530MU_TNZ/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G530Y_BRI/plat_ce-var_ce08ff01-sub_b.dts:1261:                       qcom,mdss_dsi_hx8389c_qhd_video {
```

There are only 5 models known for using `qcom,mdss_dsi_hx8389c_qhd_video`. Drop it from the other models.

```
$ grep -rnw qcom,mdss_dsi_.* SM-G530{{6,8,9}W,MU,Y}_*/*.dts
SM-G5306W_CHU/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G5308W_TGY/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G5309W_CTC/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G530MU_TNZ/plat_ce-var_ce08ff01-sub_b.dts:1261:                      qcom,mdss_dsi_hx8389c_qhd_video {
SM-G530Y_BRI/plat_ce-var_ce08ff01-sub_b.dts:1261:                       qcom,mdss_dsi_hx8389c_qhd_video {
$ grep -rnw ss_dsi_panel.* SM-G530{{6,8,9}W,MU,Y}_*/*.dts
$
```

There is only one panel `qcom,mdss_dsi_hx8389c_qhd_video` on the models above. Drop panel selection for them.
@wonderfulShrineMaidenOfParadise wonderfulShrineMaidenOfParadise changed the title dts: msm8*16-samsung: update fortuna dts: msm8*16-samsung: update panel selection for fortuna Aug 18, 2024
@wonderfulShrineMaidenOfParadise wonderfulShrineMaidenOfParadise changed the title dts: msm8*16-samsung: update panel selection for fortuna dts: msm8*16-samsung: update panel selection for fortuna Aug 18, 2024
@TravMurav TravMurav merged commit 3368cb5 into msm8916-mainline:main Aug 18, 2024
42 checks passed
@wonderfulShrineMaidenOfParadise wonderfulShrineMaidenOfParadise deleted the samsung-fortuna branch August 23, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants