diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2019-01-29 22:20:44 +0300 |
---|---|---|
committer | Vladimir Zapolskiy <vz@mleia.com> | 2019-02-03 22:37:07 +0300 |
commit | 3d48cda9dce15a6562de210596424f14e7a16d62 (patch) | |
tree | 91a85adaecfc6b20207cf6cb4956d3dacfe66f8c | |
parent | 55ff232497703501ace5d1bb109a90d480724fd8 (diff) | |
download | linux-3d48cda9dce15a6562de210596424f14e7a16d62.tar.xz |
ARM: dts: lpc32xx: phy3250: setup LCD controller to panel interface
The change adds description of Sharp LQ035Q7DB03 3.5" 320x240 TFT panel,
which is connected to Phytec phyCORE-LPC3250 board, ARM PrimeCell PL111
LCD controller on NXP LPC3250 SoC gets its configuration appropriately
to support graphics output to the panel.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
-rw-r--r-- | arch/arm/boot/dts/lpc3250-phy3250.dts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lpc3250-phy3250.dts b/arch/arm/boot/dts/lpc3250-phy3250.dts index d2dad2b541ff..aff72f14ad83 100644 --- a/arch/arm/boot/dts/lpc3250-phy3250.dts +++ b/arch/arm/boot/dts/lpc3250-phy3250.dts @@ -39,6 +39,17 @@ }; }; + panel: panel { + compatible = "sharp,lq035q7db03"; + power-supply = <®_lcd>; + + port { + panel_input: endpoint { + remote-endpoint = <&cldc_output>; + }; + }; + }; + reg_backlight: regulator-backlight { compatible = "regulator-fixed"; regulator-name = "backlight"; @@ -71,7 +82,15 @@ }; &clcd { + max-memory-bandwidth = <18710000>; status = "okay"; + + port { + cldc_output: endpoint { + remote-endpoint = <&panel_input>; + arm,pl11x,tft-r0g0b0-pads = <0 8 16>; + }; + }; }; &i2c1 { |