forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/nspire-cx.dts
....@@ -1,19 +1,19 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/arch/arm/boot/nspire-cx.dts
34 *
45 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
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
- *
106 */
117 /dts-v1/;
128
139 /include/ "nspire.dtsi"
1410
1511 &lcd {
16
- lcd-type = "cx";
12
+ port {
13
+ clcd_pads: endpoint {
14
+ remote-endpoint = <&panel_in>;
15
+ };
16
+ };
1717 };
1818
1919 &fast_timer {
....@@ -110,6 +110,15 @@
110110 };
111111 };
112112 };
113
+
114
+ panel {
115
+ compatible = "ti,nspire-cx-lcd-panel";
116
+ port {
117
+ panel_in: endpoint {
118
+ remote-endpoint = <&clcd_pads>;
119
+ };
120
+ };
121
+ };
113122 chosen {
114123 bootargs = "debug earlyprintk console=tty0 console=ttyAMA0,115200n8 root=/dev/ram0";
115124 };