.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/boot/nspire-cx.dts |
---|
3 | 4 | * |
---|
4 | 5 | * 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 | | - * |
---|
10 | 6 | */ |
---|
11 | 7 | /dts-v1/; |
---|
12 | 8 | |
---|
13 | 9 | /include/ "nspire.dtsi" |
---|
14 | 10 | |
---|
15 | 11 | &lcd { |
---|
16 | | - lcd-type = "cx"; |
---|
| 12 | + port { |
---|
| 13 | + clcd_pads: endpoint { |
---|
| 14 | + remote-endpoint = <&panel_in>; |
---|
| 15 | + }; |
---|
| 16 | + }; |
---|
17 | 17 | }; |
---|
18 | 18 | |
---|
19 | 19 | &fast_timer { |
---|
.. | .. |
---|
110 | 110 | }; |
---|
111 | 111 | }; |
---|
112 | 112 | }; |
---|
| 113 | + |
---|
| 114 | + panel { |
---|
| 115 | + compatible = "ti,nspire-cx-lcd-panel"; |
---|
| 116 | + port { |
---|
| 117 | + panel_in: endpoint { |
---|
| 118 | + remote-endpoint = <&clcd_pads>; |
---|
| 119 | + }; |
---|
| 120 | + }; |
---|
| 121 | + }; |
---|
113 | 122 | chosen { |
---|
114 | 123 | bootargs = "debug earlyprintk console=tty0 console=ttyAMA0,115200n8 root=/dev/ram0"; |
---|
115 | 124 | }; |
---|