diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-04 19:06:41 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-04 19:06:41 +0300 |
commit | 1913c7f3fc2514e09262baf2267a82dfdb215c39 (patch) | |
tree | 1aaf6970e99c1f5535776f9fd9067f0d811b2532 /arch/arm/boot/dts/nspire-classic.dtsi | |
parent | f90ec6cdf674248dcad85bf9af6e064bf472b841 (diff) | |
parent | 96d49bbfe6c1a6bb43ccd00fb87aca100e32e5e2 (diff) | |
download | linux-1913c7f3fc2514e09262baf2267a82dfdb215c39.tar.xz |
Merge tag 'fix-missing-panels' into fixes
Diffstat (limited to 'arch/arm/boot/dts/nspire-classic.dtsi')
-rw-r--r-- | arch/arm/boot/dts/nspire-classic.dtsi | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nspire-classic.dtsi b/arch/arm/boot/dts/nspire-classic.dtsi index c53f42777851..41744cc2bc72 100644 --- a/arch/arm/boot/dts/nspire-classic.dtsi +++ b/arch/arm/boot/dts/nspire-classic.dtsi @@ -8,7 +8,11 @@ /include/ "nspire.dtsi" &lcd { - lcd-type = "classic"; + port { + clcd_pads: endpoint { + remote-endpoint = <&panel_in>; + }; + }; }; &fast_timer { @@ -69,6 +73,15 @@ #interrupt-cells = <1>; }; }; + + panel { + compatible = "ti,nspire-classic-lcd-panel"; + port { + panel_in: endpoint { + remote-endpoint = <&clcd_pads>; + }; + }; + }; chosen { bootargs = "debug earlyprintk console=tty0 console=ttyS0,115200n8 root=/dev/ram0"; }; |