forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/omap3-n950.dts
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * omap3-n950.dts - Device Tree file for Nokia N950
34 *
45 * 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.
96 */
107
118 /dts-v1/;
....@@ -15,7 +12,7 @@
1512
1613 / {
1714 model = "Nokia N950";
18
- compatible = "nokia,omap3-n950", "ti,omap36xx", "ti,omap3";
15
+ compatible = "nokia,omap3-n950", "ti,omap3630", "ti,omap36xx", "ti,omap3";
1916
2017 keys {
2118 compatible = "gpio-keys";
....@@ -79,7 +76,6 @@
7976 vana-supply = <&vaux3>;
8077 clocks = <&isp 0>;
8178 clock-frequency = <9600000>;
82
- nokia,nvm-size = <(16 * 64)>;
8379 flash-leds = <&as3645a_flash &as3645a_indicator>;
8480 port {
8581 smia_1_1: endpoint {
....@@ -208,13 +204,13 @@
208204 };
209205
210206 &dss {
211
- status = "ok";
207
+ status = "okay";
212208
213209 vdda_video-supply = <&vdac>;
214210 };
215211
216212 &dsi {
217
- status = "ok";
213
+ status = "okay";
218214
219215 pinctrl-names = "default";
220216 pinctrl-0 = <&dsi_pins>;
....@@ -228,8 +224,9 @@
228224 };
229225 };
230226
231
- lcd0: display {
227
+ lcd0: panel@0 {
232228 compatible = "nokia,himalaya", "panel-dsi-cm";
229
+ reg = <0>;
233230 label = "lcd0";
234231
235232 pinctrl-names = "default";