Skip to content

Commit 3d71d3e

Browse files
committed
dts cleanup
Signed-off-by: Paul Sajna <hello@paulsajna.com>
1 parent 7684de3 commit 3d71d3e

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

arch/arm64/boot/dts/qcom/sdm636-bbry-luna.dts

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/ {
2121
model = "BlackBerry KEY2 LE";
22-
compatible = "bbry,luna", "qcom,sdm636";
22+
compatible = "bbry,luna", "qcom,sdm660", "qcom,sdm636";
2323
chassis-type = "handset";
2424

2525
qcom,msm-id = <0x159 0x0>;
@@ -55,7 +55,7 @@
5555
* framebuffer) working. So we can boot with simplefb without
5656
* clk_ignore_unused pd_ignore_unused.
5757
*/
58-
assigned-clocks = <&mmcc MDSS_MDP_CLK>, /* from mdp */
58+
assigned-clocks = <&mmcc MDSS_MDP_CLK>, /* from mdp */
5959
<&mmcc MDSS_VSYNC_CLK>;
6060
assigned-clock-rates = <300000000>,
6161
<19200000>;
@@ -90,24 +90,17 @@
9090
compatible = "gpio-keys";
9191
input-name = "gpio-keys";
9292

93-
camera_focus {
94-
label = "camera_focus";
95-
gpios = <&tlmm 0x40 0x01>;
96-
linux,code = <0x210>;
97-
debounce-interval = <0x0f>;
98-
};
99-
10093
key-vol-up {
10194
label = "Volume Up";
10295
gpios = <&pm660l_gpios 0x07 0x01>;
10396
linux,code = <KEY_VOLUMEUP>;
10497
debounce-interval = <15>;
10598
};
10699

107-
conven_key {
108-
label = "conven_key";
100+
conven-key {
101+
label = "conven-key";
109102
gpios = <&tlmm 0x71 0x01>;
110-
linux,code = <0x226>;
103+
linux,code = <KEY_MEDIA>;
111104
debounce-interval = <0x0f>;
112105
};
113106
};
@@ -134,8 +127,6 @@
134127
reusable;
135128
alignment = <0x00 0x400000>;
136129
size = <0x00 0x800000>;
137-
linux,phandle = <0xf8>;
138-
phandle = <0xf8>;
139130
};
140131

141132
adsp_fw_region {
@@ -144,8 +135,6 @@
144135
reusable;
145136
alignment = <0x00 0x400000>;
146137
size = <0x00 0x800000>;
147-
linux,phandle = <0xee>;
148-
phandle = <0xee>;
149138
};
150139

151140
qseecom_region {
@@ -154,8 +143,6 @@
154143
reusable;
155144
alignment = <0x00 0x400000>;
156145
size = <0x00 0x1c00000>;
157-
linux,phandle = <0x10b>;
158-
phandle = <0x10b>;
159146
};
160147

161148
secure_region {
@@ -164,8 +151,6 @@
164151
reusable;
165152
alignment = <0x00 0x400000>;
166153
size = <0x00 0x5c00000>;
167-
linux,phandle = <0x10c>;
168-
phandle = <0x10c>;
169154
};
170155

171156
linux,cma {

0 commit comments

Comments
 (0)