.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * omap3-n950.dts - Device Tree file for Nokia N950 |
---|
3 | 4 | * |
---|
4 | 5 | * Written by: Aaro Koskinen <aaro.koskinen@iki.fi> |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License version 2 as |
---|
8 | | - * published by the Free Software Foundation. |
---|
9 | 6 | */ |
---|
10 | 7 | |
---|
11 | 8 | /dts-v1/; |
---|
.. | .. |
---|
15 | 12 | |
---|
16 | 13 | / { |
---|
17 | 14 | model = "Nokia N950"; |
---|
18 | | - compatible = "nokia,omap3-n950", "ti,omap36xx", "ti,omap3"; |
---|
| 15 | + compatible = "nokia,omap3-n950", "ti,omap3630", "ti,omap36xx", "ti,omap3"; |
---|
19 | 16 | |
---|
20 | 17 | keys { |
---|
21 | 18 | compatible = "gpio-keys"; |
---|
.. | .. |
---|
79 | 76 | vana-supply = <&vaux3>; |
---|
80 | 77 | clocks = <&isp 0>; |
---|
81 | 78 | clock-frequency = <9600000>; |
---|
82 | | - nokia,nvm-size = <(16 * 64)>; |
---|
83 | 79 | flash-leds = <&as3645a_flash &as3645a_indicator>; |
---|
84 | 80 | port { |
---|
85 | 81 | smia_1_1: endpoint { |
---|
.. | .. |
---|
208 | 204 | }; |
---|
209 | 205 | |
---|
210 | 206 | &dss { |
---|
211 | | - status = "ok"; |
---|
| 207 | + status = "okay"; |
---|
212 | 208 | |
---|
213 | 209 | vdda_video-supply = <&vdac>; |
---|
214 | 210 | }; |
---|
215 | 211 | |
---|
216 | 212 | &dsi { |
---|
217 | | - status = "ok"; |
---|
| 213 | + status = "okay"; |
---|
218 | 214 | |
---|
219 | 215 | pinctrl-names = "default"; |
---|
220 | 216 | pinctrl-0 = <&dsi_pins>; |
---|
.. | .. |
---|
228 | 224 | }; |
---|
229 | 225 | }; |
---|
230 | 226 | |
---|
231 | | - lcd0: display { |
---|
| 227 | + lcd0: panel@0 { |
---|
232 | 228 | compatible = "nokia,himalaya", "panel-dsi-cm"; |
---|
| 229 | + reg = <0>; |
---|
233 | 230 | label = "lcd0"; |
---|
234 | 231 | |
---|
235 | 232 | pinctrl-names = "default"; |
---|