Skip to content

Commit

Permalink
ARM: dts: lpc32xx: phy3250: setup LCD controller to panel interface
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vzapolskiy committed Feb 3, 2019
1 parent 55ff232 commit 3d48cda
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions arch/arm/boot/dts/lpc3250-phy3250.dts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@
};
};

panel: panel {
compatible = "sharp,lq035q7db03";
power-supply = <&reg_lcd>;

port {
panel_input: endpoint {
remote-endpoint = <&cldc_output>;
};
};
};

reg_backlight: regulator-backlight {
compatible = "regulator-fixed";
regulator-name = "backlight";
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 3d48cda

Please sign in to comment.