From 81cff8a160cb4b8941b4bbf8dbb7d2697d5da905 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Mon, 16 Apr 2018 15:38:22 +0800 Subject: [PATCH] Make default blue-and-red-wiring propertity to crossed instead of straight --- arch/arm/boot/dts/am335x-smarc-common.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am335x-smarc-common.dtsi b/arch/arm/boot/dts/am335x-smarc-common.dtsi index d5bfb8f..709f0c2 100644 --- a/arch/arm/boot/dts/am335x-smarc-common.dtsi +++ b/arch/arm/boot/dts/am335x-smarc-common.dtsi @@ -558,9 +558,10 @@ /* If you want to get 24 bit RGB and 16 BGR mode instead of * current 16 bit RGB and 24 BGR modes, set the propety - * below to "crossed". + * below to "straight". */ - blue-and-red-wiring = "straight"; + /*blue-and-red-wiring = "straight";*/ + blue-and-red-wiring = "crossed"; }; &elm { -- 1.9.1