d8d318f344
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 47513
33 lines
925 B
Diff
33 lines
925 B
Diff
From 473d0353979db3673a7aa365265ba9b00decd414 Mon Sep 17 00:00:00 2001
|
|
From: Tim Harvey <tharvey@gateworks.com>
|
|
Date: Thu, 5 Nov 2015 10:52:53 -0800
|
|
Subject: [PATCH 2/3] ARM: dts: imx: ventana: fix GW53xx/GW54xx lvds channel
|
|
|
|
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
|
|
---
|
|
arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | 2 +-
|
|
arch/arm/boot/dts/imx6qdl-gw54xx.dtsi | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
|
|
+++ b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
|
|
@@ -247,7 +247,7 @@
|
|
&ldb {
|
|
status = "okay";
|
|
|
|
- lvds-channel@1 {
|
|
+ lvds-channel@0 {
|
|
fsl,data-mapping = "spwg";
|
|
fsl,data-width = <18>;
|
|
status = "okay";
|
|
--- a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
|
|
+++ b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
|
|
@@ -338,7 +338,7 @@
|
|
&ldb {
|
|
status = "okay";
|
|
|
|
- lvds-channel@1 {
|
|
+ lvds-channel@0 {
|
|
fsl,data-mapping = "spwg";
|
|
fsl,data-width = <18>;
|
|
status = "okay";
|