|
19 | 19 |
|
20 | 20 | / {
|
21 | 21 | model = "BlackBerry KEY2 LE";
|
22 |
| - compatible = "bbry,luna", "qcom,sdm636"; |
| 22 | + compatible = "bbry,luna", "qcom,sdm660", "qcom,sdm636"; |
23 | 23 | chassis-type = "handset";
|
24 | 24 |
|
25 | 25 | qcom,msm-id = <0x159 0x0>;
|
|
55 | 55 | * framebuffer) working. So we can boot with simplefb without
|
56 | 56 | * clk_ignore_unused pd_ignore_unused.
|
57 | 57 | */
|
58 |
| - assigned-clocks = <&mmcc MDSS_MDP_CLK>, /* from mdp */ |
| 58 | + assigned-clocks = <&mmcc MDSS_MDP_CLK>, /* from mdp */ |
59 | 59 | <&mmcc MDSS_VSYNC_CLK>;
|
60 | 60 | assigned-clock-rates = <300000000>,
|
61 | 61 | <19200000>;
|
|
90 | 90 | compatible = "gpio-keys";
|
91 | 91 | input-name = "gpio-keys";
|
92 | 92 |
|
93 |
| - camera_focus { |
94 |
| - label = "camera_focus"; |
95 |
| - gpios = <&tlmm 0x40 0x01>; |
96 |
| - linux,code = <0x210>; |
97 |
| - debounce-interval = <0x0f>; |
98 |
| - }; |
99 |
| - |
100 | 93 | key-vol-up {
|
101 | 94 | label = "Volume Up";
|
102 | 95 | gpios = <&pm660l_gpios 0x07 0x01>;
|
103 | 96 | linux,code = <KEY_VOLUMEUP>;
|
104 | 97 | debounce-interval = <15>;
|
105 | 98 | };
|
106 | 99 |
|
107 |
| - conven_key { |
108 |
| - label = "conven_key"; |
| 100 | + conven-key { |
| 101 | + label = "conven-key"; |
109 | 102 | gpios = <&tlmm 0x71 0x01>;
|
110 |
| - linux,code = <0x226>; |
| 103 | + linux,code = <KEY_MEDIA>; |
111 | 104 | debounce-interval = <0x0f>;
|
112 | 105 | };
|
113 | 106 | };
|
|
134 | 127 | reusable;
|
135 | 128 | alignment = <0x00 0x400000>;
|
136 | 129 | size = <0x00 0x800000>;
|
137 |
| - linux,phandle = <0xf8>; |
138 |
| - phandle = <0xf8>; |
139 | 130 | };
|
140 | 131 |
|
141 | 132 | adsp_fw_region {
|
|
144 | 135 | reusable;
|
145 | 136 | alignment = <0x00 0x400000>;
|
146 | 137 | size = <0x00 0x800000>;
|
147 |
| - linux,phandle = <0xee>; |
148 |
| - phandle = <0xee>; |
149 | 138 | };
|
150 | 139 |
|
151 | 140 | qseecom_region {
|
|
154 | 143 | reusable;
|
155 | 144 | alignment = <0x00 0x400000>;
|
156 | 145 | size = <0x00 0x1c00000>;
|
157 |
| - linux,phandle = <0x10b>; |
158 |
| - phandle = <0x10b>; |
159 | 146 | };
|
160 | 147 |
|
161 | 148 | secure_region {
|
|
164 | 151 | reusable;
|
165 | 152 | alignment = <0x00 0x400000>;
|
166 | 153 | size = <0x00 0x5c00000>;
|
167 |
| - linux,phandle = <0x10c>; |
168 |
| - phandle = <0x10c>; |
169 | 154 | };
|
170 | 155 |
|
171 | 156 | linux,cma {
|
|
0 commit comments