diff mbox

OMAP3LOGIC: Update default Logic PD display type

Message ID 1455369140-28861-1-git-send-email-aford173@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Adam Ford Feb. 13, 2016, 1:12 p.m. UTC
At the request of Logic PD, this patch sets the display parameters to
match that of Logic PD's display type 28 since type 15 is discontinued.

Signed-off-by: Adam Ford <aford173@gmail.com>
---
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Adam Ford Feb. 17, 2016, 1:34 p.m. UTC | #1
Tony,

Please hold off on this.  I may have a V2 comming

On Sat, Feb 13, 2016 at 7:12 AM, Adam Ford <aford173@gmail.com> wrote:
> At the request of Logic PD, this patch sets the display parameters to
> match that of Logic PD's display type 28 since type 15 is discontinued.
>
> Signed-off-by: Adam Ford <aford173@gmail.com>
> ---
>  arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
> index fb13f18..f777080 100644
> --- a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
> +++ b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
> @@ -128,7 +128,7 @@
>
>         lcd0: display@0 {
>                 compatible = "panel-dpi";
> -               label = "15";
> +               label = "28";
>                 status = "okay";
>                 /* default-on; */
>                 pinctrl-names = "default";
> @@ -147,11 +147,11 @@
>                         hfront-porch = <3>;
>                         hback-porch = <2>;
>                         hsync-len = <42>;
> -                       vback-porch = <3>;
> +                       vback-porch = <2>;
>                         vfront-porch = <4>;
>                         vsync-len = <11>;
> -                       hsync-active = <0>;
> -                       vsync-active = <0>;
> +                       hsync-active = <1>;
> +                       vsync-active = <1>;
>                         de-active = <1>;
>                         pixelclk-active = <1>;
>                 };
> --
> 1.9.1
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
index fb13f18..f777080 100644
--- a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
+++ b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
@@ -128,7 +128,7 @@ 
 
 	lcd0: display@0 {
 		compatible = "panel-dpi";
-		label = "15";
+		label = "28";
 		status = "okay";
 		/* default-on; */
 		pinctrl-names = "default";
@@ -147,11 +147,11 @@ 
 			hfront-porch = <3>;
 			hback-porch = <2>;
 			hsync-len = <42>;
-			vback-porch = <3>;
+			vback-porch = <2>;
 			vfront-porch = <4>;
 			vsync-len = <11>;
-			hsync-active = <0>;
-			vsync-active = <0>;
+			hsync-active = <1>;
+			vsync-active = <1>;
 			de-active = <1>;
 			pixelclk-active = <1>;
 		};