hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/nspire-classic.dtsi
....@@ -1,18 +1,18 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/arch/arm/boot/nspire-classic.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
128 /include/ "nspire.dtsi"
139
1410 &lcd {
15
- lcd-type = "classic";
11
+ port {
12
+ clcd_pads: endpoint {
13
+ remote-endpoint = <&panel_in>;
14
+ };
15
+ };
1616 };
1717
1818 &fast_timer {
....@@ -73,6 +73,15 @@
7373 #interrupt-cells = <1>;
7474 };
7575 };
76
+
77
+ panel {
78
+ compatible = "ti,nspire-classic-lcd-panel";
79
+ port {
80
+ panel_in: endpoint {
81
+ remote-endpoint = <&clcd_pads>;
82
+ };
83
+ };
84
+ };
7685 chosen {
7786 bootargs = "debug earlyprintk console=tty0 console=ttyS0,115200n8 root=/dev/ram0";
7887 };