mirror of https://github.com/hak5/openwrt-owl.git
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
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(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
|
|
index 7c51839..5172de0 100644
|
|
--- 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";
|
|
diff --git a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
|
|
index 2108d1c..77a56be 100644
|
|
--- a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
|
|
+++ b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
|
|
@@ -343,7 +343,7 @@
|
|
&ldb {
|
|
status = "okay";
|
|
|
|
- lvds-channel@1 {
|
|
+ lvds-channel@0 {
|
|
fsl,data-mapping = "spwg";
|
|
fsl,data-width = <18>;
|
|
status = "okay";
|
|
--
|
|
1.9.1
|
|
|