6a91557e4c
Do a couple things here: - Split the mega-patches into individual patches. Should help with rebasing. - Make all patches 'git am' acceptable. There should be no functional or actual code differences from before
40 lines
1.0 KiB
Diff
40 lines
1.0 KiB
Diff
From 686c0fbe0b0758420728e99fbbc9898856c61a65 Mon Sep 17 00:00:00 2001
|
|
From: Robert Nelson <robertcnelson@gmail.com>
|
|
Date: Fri, 27 Dec 2013 13:05:09 -0600
|
|
Subject: [PATCH] arm: dts: am335x-boneblack: lcdc add panel-info
|
|
|
|
Bugzilla: 1012025
|
|
Upstream-status: In beagle github repository https://github.com/beagleboard/kernel
|
|
|
|
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
|
---
|
|
arch/arm/boot/dts/am335x-boneblack.dts | 13 +++++++++++++
|
|
1 file changed, 13 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/am335x-boneblack.dts b/arch/arm/boot/dts/am335x-boneblack.dts
|
|
index 305975d3f531..bf5349165542 100644
|
|
--- a/arch/arm/boot/dts/am335x-boneblack.dts
|
|
+++ b/arch/arm/boot/dts/am335x-boneblack.dts
|
|
@@ -73,5 +73,18 @@
|
|
pinctrl-0 = <&nxp_hdmi_bonelt_pins>;
|
|
pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>;
|
|
status = "okay";
|
|
+
|
|
+ panel-info {
|
|
+ bpp = <16>;
|
|
+ ac-bias = <255>;
|
|
+ ac-bias-intrpt = <0>;
|
|
+ dma-burst-sz = <16>;
|
|
+ fdd = <16>;
|
|
+ sync-edge = <1>;
|
|
+ sync-ctrl = <1>;
|
|
+ raster-order = <0>;
|
|
+ fifo-th = <0>;
|
|
+ invert-pxl-clk;
|
|
+ };
|
|
};
|
|
};
|
|
--
|
|
1.9.3
|
|
|