diff options
author | Marco Franchi <marco.franchi@nxp.com> | 2017-10-05 11:31:41 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-13 15:58:42 +0800 |
commit | f7059428ec1b16785bdc2a70e056ef20f3a8df41 (patch) | |
tree | 0428121f2346493ecf89eab87fc0bbce4e2513ed /arch/arm/boot/dts/imx51-ts4800.dts | |
parent | 792d4edda00851d6def5d230675cc56302b2c928 (diff) | |
download | linux-f7059428ec1b16785bdc2a70e056ef20f3a8df41.tar.gz |
ARM: dts: imx51: Fix inconsistent display port names
Contrary to later i.MX SoCs, the parallel display interface pad groups on
i.MX51 are called DISP1 and DISP2 in the Reference Manual, not DISP0 and
DISP1.
Fix this inconsistence by changing the DISP names in the i.mx51 dts.
Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51-ts4800.dts')
-rw-r--r-- | arch/arm/boot/dts/imx51-ts4800.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx51-ts4800.dts b/arch/arm/boot/dts/imx51-ts4800.dts index e6be869cfb8c..35a11123cc9b 100644 --- a/arch/arm/boot/dts/imx51-ts4800.dts +++ b/arch/arm/boot/dts/imx51-ts4800.dts @@ -50,7 +50,7 @@ power-supply = <&backlight_reg>; }; - display0: disp0 { + display1: disp1 { compatible = "fsl,imx-parallel-display"; interface-pix-fmt = "rgb24"; pinctrl-names = "default"; @@ -73,7 +73,7 @@ port@0 { display0_in: endpoint { - remote-endpoint = <&ipu_di0_disp0>; + remote-endpoint = <&ipu_di0_disp1>; }; }; }; @@ -107,7 +107,7 @@ }; }; -&ipu_di0_disp0 { +&ipu_di0_disp1 { remote-endpoint = <&display0_in>; }; |