diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2014-03-25 02:20:23 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:58:07 -0400 |
commit | fde991bc092fb7879e5b5075c953403f5e4a64e4 (patch) | |
tree | 827f58558f06d06f1215069a9feacbc64555981f /arch/arm/boot | |
parent | 1e946f5add4b4f20a8281d20dddb5196582d420f (diff) |
ENGR00305067-5 ARM: dts: imx6sx-sdb: Change LCDIF1 display node name
This patch changes the display node name of LCDIF1 from 'display' to
'display0' so that we may add the upcoming display node of LCDIF2
which is named to 'display1'.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts index eedf1e1bb23d..9244604c1d97 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dts +++ b/arch/arm/boot/dts/imx6sx-sdb.dts | |||
@@ -404,10 +404,10 @@ | |||
404 | pinctrl-0 = <&pinctrl_lcdif_dat_0 | 404 | pinctrl-0 = <&pinctrl_lcdif_dat_0 |
405 | &pinctrl_lcdif_ctrl_0>; | 405 | &pinctrl_lcdif_ctrl_0>; |
406 | lcd-supply = <®_lcd_3v3>; | 406 | lcd-supply = <®_lcd_3v3>; |
407 | display = <&display>; | 407 | display = <&display0>; |
408 | status = "disabled"; | 408 | status = "disabled"; |
409 | 409 | ||
410 | display: display { | 410 | display0: display { |
411 | bits-per-pixel = <16>; | 411 | bits-per-pixel = <16>; |
412 | bus-width = <24>; | 412 | bus-width = <24>; |
413 | 413 | ||