-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dts: msm8952: Add support for HMD Global Nokia 5
- Loading branch information
1 parent
d76b47d
commit 246b3b1
Showing
4 changed files
with
103 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
|
||
#include <skeleton64.dtsi> | ||
#include <lk2nd.dtsi> | ||
|
||
/ { | ||
qcom,msm-id = <QCOM_ID_MSM8937 0x2000>; | ||
qcom,board-id = <0x94 0>; | ||
}; | ||
|
||
&lk2nd { | ||
model = "HMD Global Nokia 5 (nd1)"; | ||
compatible = "nokia,nd1"; | ||
lk2nd,match-device = "ND1"; | ||
lk2nd,match-panel; | ||
lk2nd,dtb-files = "msm8937-nokia-nd1"; | ||
|
||
gpio-keys { | ||
compatible = "gpio-keys"; | ||
invert-volume-keys = <1>; | ||
}; | ||
|
||
panel { | ||
compatible = "nokia,nd1-panel", "lk2nd,panel"; | ||
qcom,mdss_dsi_nt35521s_720p_video { | ||
compatible = "nokia,nd1-nt35521s"; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters