forked from rpms/kernel
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			1006 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1006 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
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 5c42d259fa68..0fd89c38cf02 100644
 | 
						|
--- a/arch/arm/boot/dts/am335x-boneblack.dts
 | 
						|
+++ b/arch/arm/boot/dts/am335x-boneblack.dts
 | 
						|
@@ -78,6 +78,19 @@
 | 
						|
 		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;
 | 
						|
+		};
 | 
						|
 	};
 | 
						|
 };
 | 
						|
 
 | 
						|
-- 
 | 
						|
2.1.0
 | 
						|
 |